403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.197.209
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/backups/mysql/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/backups/mysql/restrepoadmin.sql
-- MySQL dump 10.13  Distrib 8.4.7, for Linux (x86_64)
--
-- Host: localhost    Database: restrepoadmin
-- ------------------------------------------------------
-- Server version	8.4.7-0ubuntu0.25.04.2

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

--
-- Table structure for table `wp_amelia_appointments`
--

DROP TABLE IF EXISTS `wp_amelia_appointments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_appointments` (
  `id` int NOT NULL AUTO_INCREMENT,
  `status` enum('approved','pending','canceled','rejected','no-show') DEFAULT NULL,
  `bookingStart` datetime NOT NULL,
  `bookingEnd` datetime NOT NULL,
  `notifyParticipants` tinyint(1) NOT NULL,
  `createPaymentLinks` tinyint(1) DEFAULT '1',
  `serviceId` int NOT NULL,
  `packageId` int DEFAULT NULL,
  `providerId` int NOT NULL,
  `locationId` int DEFAULT NULL,
  `internalNotes` mediumtext,
  `googleCalendarEventId` varchar(255) DEFAULT NULL,
  `googleMeetUrl` varchar(255) DEFAULT NULL,
  `outlookCalendarEventId` varchar(255) DEFAULT NULL,
  `microsoftTeamsUrl` varchar(255) DEFAULT NULL,
  `appleCalendarEventId` varchar(255) DEFAULT NULL,
  `zoomMeeting` mediumtext,
  `lessonSpace` mediumtext,
  `parentId` int DEFAULT NULL,
  `error` mediumtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_appointments`
--

LOCK TABLES `wp_amelia_appointments` WRITE;
/*!40000 ALTER TABLE `wp_amelia_appointments` DISABLE KEYS */;
INSERT INTO `wp_amelia_appointments` VALUES (1,'pending','2025-11-28 14:15:00','2025-11-28 15:15:00',1,0,1,NULL,2,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,''),(2,'pending','2025-12-01 14:00:00','2025-12-01 21:30:00',1,NULL,1,NULL,2,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,''),(3,'pending','2025-12-03 16:30:00','2025-12-03 19:15:00',1,NULL,1,NULL,2,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,''),(4,'approved','2025-12-10 14:00:00','2025-12-10 14:45:00',1,NULL,1,NULL,2,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,''),(5,'approved','2025-12-12 15:30:00','2025-12-12 17:00:00',1,NULL,1,NULL,2,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,''),(6,'approved','2025-12-15 14:00:00','2025-12-15 16:45:00',1,NULL,1,NULL,2,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,''),(7,'pending','2025-12-16 14:15:00','2025-12-16 18:15:00',1,NULL,3,NULL,2,1,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'');
/*!40000 ALTER TABLE `wp_amelia_appointments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_cache`
--

DROP TABLE IF EXISTS `wp_amelia_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_cache` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `paymentId` int DEFAULT NULL,
  `data` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_cache`
--

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

--
-- Table structure for table `wp_amelia_categories`
--

DROP TABLE IF EXISTS `wp_amelia_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_categories` (
  `id` int NOT NULL AUTO_INCREMENT,
  `status` enum('hidden','visible','disabled') NOT NULL DEFAULT 'visible',
  `name` varchar(255) NOT NULL DEFAULT '',
  `position` int NOT NULL,
  `translations` text,
  `color` varchar(255) NOT NULL DEFAULT '#1788FB',
  `pictureFullPath` varchar(767) DEFAULT NULL,
  `pictureThumbPath` varchar(767) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_categories`
--

LOCK TABLES `wp_amelia_categories` WRITE;
/*!40000 ALTER TABLE `wp_amelia_categories` DISABLE KEYS */;
INSERT INTO `wp_amelia_categories` VALUES (1,'visible','Reserva - Acceso publico General',1,NULL,'#1A84EE','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/papagayo-23-1024x694-1.jpg','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/papagayo-23-1024x694-1-150x150.jpg'),(2,'visible','Reserva - Acceso Comunidad Unillanista',2,NULL,'#1A84EE','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/1f3f1ee076b77e1fabd4857592ca41b8.jpg','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/1f3f1ee076b77e1fabd4857592ca41b8-150x150.jpg');
/*!40000 ALTER TABLE `wp_amelia_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_coupons`
--

DROP TABLE IF EXISTS `wp_amelia_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_coupons` (
  `id` int NOT NULL AUTO_INCREMENT,
  `code` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `discount` double NOT NULL,
  `deduction` double NOT NULL,
  `limit` double NOT NULL,
  `customerLimit` double NOT NULL DEFAULT '0',
  `status` enum('hidden','visible') NOT NULL,
  `notificationInterval` int NOT NULL DEFAULT '0',
  `notificationRecurring` tinyint(1) NOT NULL DEFAULT '0',
  `expirationDate` datetime DEFAULT NULL,
  `allServices` tinyint(1) NOT NULL DEFAULT '0',
  `allEvents` tinyint(1) NOT NULL DEFAULT '0',
  `allPackages` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_coupons`
--

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

--
-- Table structure for table `wp_amelia_coupons_to_events`
--

DROP TABLE IF EXISTS `wp_amelia_coupons_to_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_coupons_to_events` (
  `id` int NOT NULL AUTO_INCREMENT,
  `couponId` int NOT NULL,
  `eventId` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_coupons_to_events`
--

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

--
-- Table structure for table `wp_amelia_coupons_to_packages`
--

DROP TABLE IF EXISTS `wp_amelia_coupons_to_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_coupons_to_packages` (
  `id` int NOT NULL AUTO_INCREMENT,
  `couponId` int NOT NULL,
  `packageId` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_coupons_to_packages`
--

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

--
-- Table structure for table `wp_amelia_coupons_to_services`
--

DROP TABLE IF EXISTS `wp_amelia_coupons_to_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_coupons_to_services` (
  `id` int NOT NULL AUTO_INCREMENT,
  `couponId` int NOT NULL,
  `serviceId` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_coupons_to_services`
--

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

--
-- Table structure for table `wp_amelia_custom_fields`
--

DROP TABLE IF EXISTS `wp_amelia_custom_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_custom_fields` (
  `id` int NOT NULL AUTO_INCREMENT,
  `label` text,
  `type` enum('text','text-area','select','checkbox','radio','content','file','datepicker','address') NOT NULL DEFAULT 'text',
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `position` int NOT NULL,
  `translations` text,
  `allServices` tinyint(1) DEFAULT NULL,
  `allEvents` tinyint(1) DEFAULT NULL,
  `useAsLocation` tinyint(1) DEFAULT NULL,
  `width` int NOT NULL DEFAULT '50',
  `saveType` enum('bookings','customer') NOT NULL DEFAULT 'bookings',
  `saveFirstChoice` tinyint(1) DEFAULT NULL,
  `includeInInvoice` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_custom_fields`
--

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

--
-- Table structure for table `wp_amelia_custom_fields_events`
--

DROP TABLE IF EXISTS `wp_amelia_custom_fields_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_custom_fields_events` (
  `id` int NOT NULL AUTO_INCREMENT,
  `customFieldId` int NOT NULL,
  `eventId` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_custom_fields_events`
--

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

--
-- Table structure for table `wp_amelia_custom_fields_options`
--

DROP TABLE IF EXISTS `wp_amelia_custom_fields_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_custom_fields_options` (
  `id` int NOT NULL AUTO_INCREMENT,
  `customFieldId` int NOT NULL,
  `label` text,
  `position` int NOT NULL,
  `translations` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_custom_fields_options`
--

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

--
-- Table structure for table `wp_amelia_custom_fields_services`
--

DROP TABLE IF EXISTS `wp_amelia_custom_fields_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_custom_fields_services` (
  `id` int NOT NULL AUTO_INCREMENT,
  `customFieldId` int NOT NULL,
  `serviceId` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_custom_fields_services`
--

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

--
-- Table structure for table `wp_amelia_customer_bookings`
--

DROP TABLE IF EXISTS `wp_amelia_customer_bookings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_customer_bookings` (
  `id` int NOT NULL AUTO_INCREMENT,
  `appointmentId` int DEFAULT NULL,
  `customerId` int NOT NULL,
  `status` enum('approved','pending','canceled','rejected','no-show','waiting') DEFAULT NULL,
  `price` double NOT NULL,
  `tax` varchar(255) DEFAULT NULL,
  `persons` int NOT NULL,
  `couponId` int DEFAULT NULL,
  `token` varchar(10) DEFAULT NULL,
  `customFields` text,
  `info` text,
  `utcOffset` int DEFAULT NULL,
  `aggregatedPrice` tinyint(1) DEFAULT '1',
  `packageCustomerServiceId` int DEFAULT NULL,
  `duration` int DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `actionsCompleted` tinyint(1) DEFAULT NULL,
  `qrCodes` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_customer_bookings`
--

LOCK TABLES `wp_amelia_customer_bookings` WRITE;
/*!40000 ALTER TABLE `wp_amelia_customer_bookings` DISABLE KEYS */;
INSERT INTO `wp_amelia_customer_bookings` VALUES (1,1,3,'pending',20000,NULL,4,NULL,'c12e3f88e9','[]','{\"firstName\":\"juan\",\"lastName\":\"david\",\"phone\":\"+573145675890\",\"locale\":\"es_ES\",\"timeZone\":\"America\\/Bogota\",\"urlParams\":null}',NULL,1,NULL,1800,'2025-11-27 22:28:04',1,NULL),(2,2,3,'pending',20000,NULL,1,NULL,'7a8c49344c',NULL,'{\"firstName\":\"carlos\",\"lastName\":\"casta\\u00f1o\",\"phone\":\"+573145675890\",\"locale\":\"es_ES\",\"timeZone\":\"America\\/Bogota\",\"urlParams\":null}',NULL,1,NULL,900,'2025-11-27 22:50:55',1,NULL),(3,3,3,'pending',20000,NULL,1,NULL,'96854ad4a0',NULL,'{\"firstName\":\"rafael\",\"lastName\":\"ricardo\",\"phone\":null,\"locale\":\"es_ES\",\"timeZone\":\"America\\/Bogota\",\"urlParams\":null}',NULL,1,NULL,900,'2025-11-27 23:15:47',1,NULL),(4,4,3,'approved',20000,NULL,1,NULL,'f18fe65a81',NULL,'{\"firstName\":\"juan\",\"lastName\":\"martinez\",\"phone\":\"+573145675890\",\"locale\":\"es_ES\",\"timeZone\":\"America\\/Bogota\",\"urlParams\":null}',NULL,1,NULL,900,'2025-12-04 15:13:53',1,NULL),(5,5,3,'approved',20000,NULL,1,NULL,'42bde2a834',NULL,'{\"firstName\":\"admin123\",\"lastName\":\"admin2025\",\"phone\":\"+573145675890\",\"locale\":\"es_ES\",\"timeZone\":\"America\\/Bogota\",\"urlParams\":null}',NULL,1,NULL,900,'2025-12-10 20:07:52',1,NULL),(6,6,3,'approved',20000,NULL,1,NULL,'9b13c7d3d2',NULL,'{\"firstName\":\"admin342543\",\"lastName\":\"admin78907980\",\"phone\":\"+573145675890\",\"locale\":\"es_ES\",\"timeZone\":\"America\\/Bogota\",\"urlParams\":null}',NULL,1,NULL,900,'2025-12-10 20:10:35',1,NULL),(7,7,3,'approved',15000,NULL,1,NULL,'2f8b02c21d',NULL,'{\"firstName\":\"juan\",\"lastName\":\"calcio\",\"phone\":\"+573145675890\",\"locale\":\"es_ES\",\"timeZone\":\"America\\/Bogota\",\"urlParams\":null}',NULL,1,NULL,900,'2025-12-10 20:31:05',1,NULL);
/*!40000 ALTER TABLE `wp_amelia_customer_bookings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_customer_bookings_to_events_periods`
--

DROP TABLE IF EXISTS `wp_amelia_customer_bookings_to_events_periods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_customer_bookings_to_events_periods` (
  `id` int NOT NULL AUTO_INCREMENT,
  `customerBookingId` bigint NOT NULL,
  `eventPeriodId` bigint NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `bookingEventPeriod` (`customerBookingId`,`eventPeriodId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_customer_bookings_to_events_periods`
--

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

--
-- Table structure for table `wp_amelia_customer_bookings_to_events_tickets`
--

DROP TABLE IF EXISTS `wp_amelia_customer_bookings_to_events_tickets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_customer_bookings_to_events_tickets` (
  `id` int NOT NULL AUTO_INCREMENT,
  `customerBookingId` bigint NOT NULL,
  `eventTicketId` bigint NOT NULL,
  `price` double DEFAULT '0',
  `persons` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_customer_bookings_to_events_tickets`
--

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

--
-- Table structure for table `wp_amelia_customer_bookings_to_extras`
--

DROP TABLE IF EXISTS `wp_amelia_customer_bookings_to_extras`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_customer_bookings_to_extras` (
  `id` int NOT NULL AUTO_INCREMENT,
  `customerBookingId` int NOT NULL,
  `extraId` int NOT NULL,
  `quantity` int NOT NULL,
  `price` double NOT NULL,
  `tax` varchar(255) DEFAULT NULL,
  `aggregatedPrice` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `bookingExtra` (`customerBookingId`,`extraId`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_customer_bookings_to_extras`
--

LOCK TABLES `wp_amelia_customer_bookings_to_extras` WRITE;
/*!40000 ALTER TABLE `wp_amelia_customer_bookings_to_extras` DISABLE KEYS */;
INSERT INTO `wp_amelia_customer_bookings_to_extras` VALUES (1,1,1,2,15000,NULL,0),(2,2,1,15,15000,NULL,0),(3,2,2,14,20000,NULL,0),(4,3,1,5,15000,NULL,0),(5,3,2,5,20000,NULL,0),(6,4,1,1,15000,NULL,0),(7,4,2,1,20000,NULL,0),(8,5,1,2,15000,NULL,0),(9,5,2,3,20000,NULL,0),(10,6,1,4,15000,NULL,0),(11,6,2,6,20000,NULL,0),(12,7,3,14,15000,NULL,1),(13,7,4,1,20000,NULL,0);
/*!40000 ALTER TABLE `wp_amelia_customer_bookings_to_extras` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_events`
--

DROP TABLE IF EXISTS `wp_amelia_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_events` (
  `id` int NOT NULL AUTO_INCREMENT,
  `parentId` bigint DEFAULT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `status` enum('approved','pending','canceled','rejected') NOT NULL,
  `bookingOpens` datetime DEFAULT NULL,
  `bookingCloses` datetime DEFAULT NULL,
  `bookingOpensRec` enum('same','calculate') DEFAULT 'same',
  `bookingClosesRec` enum('same','calculate') DEFAULT 'same',
  `ticketRangeRec` enum('same','calculate') DEFAULT 'calculate',
  `recurringCycle` enum('daily','weekly','monthly','yearly') DEFAULT NULL,
  `recurringOrder` int DEFAULT NULL,
  `recurringInterval` int DEFAULT '1',
  `recurringMonthly` enum('each','on') DEFAULT 'each',
  `monthlyDate` datetime DEFAULT NULL,
  `monthlyOnRepeat` enum('first','second','third','fourth','fifth','last') DEFAULT NULL,
  `monthlyOnDay` enum('monday','tuesday','wednesday','thursday','friday','saturday','sunday') DEFAULT NULL,
  `recurringUntil` datetime DEFAULT NULL,
  `maxCapacity` int NOT NULL,
  `maxCustomCapacity` int DEFAULT NULL,
  `maxExtraPeople` int DEFAULT NULL,
  `price` double NOT NULL,
  `locationId` bigint DEFAULT NULL,
  `customLocation` varchar(255) DEFAULT NULL,
  `description` mediumtext,
  `color` varchar(255) DEFAULT NULL,
  `show` tinyint(1) NOT NULL DEFAULT '1',
  `notifyParticipants` tinyint(1) NOT NULL,
  `created` datetime NOT NULL,
  `settings` mediumtext,
  `zoomUserId` varchar(255) DEFAULT NULL,
  `bringingAnyone` tinyint(1) DEFAULT '1',
  `bookMultipleTimes` tinyint(1) DEFAULT '1',
  `translations` text,
  `depositPayment` enum('disabled','fixed','percentage') DEFAULT 'disabled',
  `depositPerPerson` tinyint(1) DEFAULT '1',
  `fullPayment` tinyint(1) DEFAULT '0',
  `deposit` double DEFAULT '0',
  `customPricing` tinyint(1) DEFAULT '0',
  `organizerId` bigint DEFAULT NULL,
  `closeAfterMin` int DEFAULT NULL,
  `closeAfterMinBookings` tinyint(1) DEFAULT '0',
  `aggregatedPrice` tinyint(1) DEFAULT '1',
  `error` mediumtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_events`
--

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

--
-- Table structure for table `wp_amelia_events_periods`
--

DROP TABLE IF EXISTS `wp_amelia_events_periods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_events_periods` (
  `id` int NOT NULL AUTO_INCREMENT,
  `eventId` bigint NOT NULL,
  `periodStart` datetime NOT NULL,
  `periodEnd` datetime NOT NULL,
  `zoomMeeting` mediumtext,
  `lessonSpace` mediumtext,
  `googleCalendarEventId` varchar(255) DEFAULT NULL,
  `googleMeetUrl` varchar(255) DEFAULT NULL,
  `outlookCalendarEventId` varchar(255) DEFAULT NULL,
  `microsoftTeamsUrl` varchar(255) DEFAULT NULL,
  `appleCalendarEventId` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_events_periods`
--

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

--
-- Table structure for table `wp_amelia_events_tags`
--

DROP TABLE IF EXISTS `wp_amelia_events_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_events_tags` (
  `id` int NOT NULL AUTO_INCREMENT,
  `eventId` bigint NOT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_events_tags`
--

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

--
-- Table structure for table `wp_amelia_events_to_providers`
--

DROP TABLE IF EXISTS `wp_amelia_events_to_providers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_events_to_providers` (
  `id` int NOT NULL AUTO_INCREMENT,
  `eventId` bigint NOT NULL,
  `userId` bigint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_events_to_providers`
--

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

--
-- Table structure for table `wp_amelia_events_to_tickets`
--

DROP TABLE IF EXISTS `wp_amelia_events_to_tickets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_events_to_tickets` (
  `id` int NOT NULL AUTO_INCREMENT,
  `eventId` bigint NOT NULL,
  `enabled` tinyint(1) DEFAULT '1',
  `name` varchar(255) NOT NULL,
  `price` double DEFAULT '0',
  `dateRanges` text,
  `spots` int NOT NULL,
  `waitingListSpots` int NOT NULL,
  `translations` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_events_to_tickets`
--

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

--
-- Table structure for table `wp_amelia_extras`
--

DROP TABLE IF EXISTS `wp_amelia_extras`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_extras` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  `price` double NOT NULL,
  `maxQuantity` int NOT NULL,
  `duration` int DEFAULT NULL,
  `serviceId` int NOT NULL,
  `position` int NOT NULL,
  `aggregatedPrice` tinyint(1) DEFAULT NULL,
  `translations` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_extras`
--

LOCK TABLES `wp_amelia_extras` WRITE;
/*!40000 ALTER TABLE `wp_amelia_extras` DISABLE KEYS */;
INSERT INTO `wp_amelia_extras` VALUES (1,'Entrada Especial',NULL,15000,15,900,1,1,0,NULL),(2,'Entrada General',NULL,20000,14,900,1,2,0,NULL),(3,'Comunidad especial',NULL,15000,14,900,3,1,1,NULL),(4,'Entrada General',NULL,20000,14,900,3,2,0,NULL);
/*!40000 ALTER TABLE `wp_amelia_extras` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_galleries`
--

DROP TABLE IF EXISTS `wp_amelia_galleries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_galleries` (
  `id` int NOT NULL AUTO_INCREMENT,
  `entityId` int NOT NULL,
  `entityType` enum('service','event','package') NOT NULL,
  `pictureFullPath` varchar(767) DEFAULT NULL,
  `pictureThumbPath` varchar(767) DEFAULT NULL,
  `position` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_galleries`
--

LOCK TABLES `wp_amelia_galleries` WRITE;
/*!40000 ALTER TABLE `wp_amelia_galleries` DISABLE KEYS */;
INSERT INTO `wp_amelia_galleries` VALUES (1,3,'service','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/1f3f1ee076b77e1fabd4857592ca41b8.jpg','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/1f3f1ee076b77e1fabd4857592ca41b8-150x150.jpg',1);
/*!40000 ALTER TABLE `wp_amelia_galleries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_locations`
--

DROP TABLE IF EXISTS `wp_amelia_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_locations` (
  `id` int NOT NULL AUTO_INCREMENT,
  `status` enum('hidden','visible','disabled') NOT NULL DEFAULT 'visible',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  `address` varchar(255) NOT NULL,
  `phone` varchar(63) NOT NULL,
  `latitude` decimal(8,6) NOT NULL,
  `longitude` decimal(9,6) NOT NULL,
  `pictureFullPath` varchar(767) DEFAULT NULL,
  `pictureThumbPath` varchar(767) DEFAULT NULL,
  `pin` mediumtext,
  `translations` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_locations`
--

LOCK TABLES `wp_amelia_locations` WRITE;
/*!40000 ALTER TABLE `wp_amelia_locations` DISABLE KEYS */;
INSERT INTO `wp_amelia_locations` VALUES (1,'visible','Museo - Centro de apropiación de conocimiento.','','7C9J+2P, Restrepo, Meta','',40.748441,-73.987853,NULL,NULL,'',NULL);
/*!40000 ALTER TABLE `wp_amelia_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_locations_views`
--

DROP TABLE IF EXISTS `wp_amelia_locations_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_locations_views` (
  `id` int NOT NULL AUTO_INCREMENT,
  `locationId` int NOT NULL,
  `date` date NOT NULL,
  `views` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_locations_views`
--

LOCK TABLES `wp_amelia_locations_views` WRITE;
/*!40000 ALTER TABLE `wp_amelia_locations_views` DISABLE KEYS */;
INSERT INTO `wp_amelia_locations_views` VALUES (1,1,'2025-11-27',2),(2,1,'2025-11-28',2),(3,1,'2025-12-04',1),(4,1,'2025-12-10',3),(5,1,'2026-01-14',1);
/*!40000 ALTER TABLE `wp_amelia_locations_views` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_notifications`
--

DROP TABLE IF EXISTS `wp_amelia_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_notifications` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `customName` varchar(255) DEFAULT NULL,
  `status` enum('enabled','disabled') NOT NULL DEFAULT 'enabled',
  `type` enum('email','sms','whatsapp') NOT NULL,
  `entity` enum('appointment','event') NOT NULL DEFAULT 'appointment',
  `time` time DEFAULT NULL,
  `timeBefore` int DEFAULT NULL,
  `timeAfter` int DEFAULT NULL,
  `sendTo` enum('customer','provider') NOT NULL,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `content` text,
  `translations` text,
  `sendOnlyMe` tinyint(1) DEFAULT '0',
  `whatsAppTemplate` varchar(255) DEFAULT NULL,
  `minimumTimeBeforeBooking` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_notifications`
--

LOCK TABLES `wp_amelia_notifications` WRITE;
/*!40000 ALTER TABLE `wp_amelia_notifications` DISABLE KEYS */;
INSERT INTO `wp_amelia_notifications` VALUES (1,'customer_appointment_approved',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','%service_name% Appointment Approved','Dear <strong>%customer_full_name%</strong>,<br><br>You have successfully scheduled\n                     <strong>%service_name%</strong> appointment with <strong>%employee_full_name%</strong>. We are \n                     waiting you at <strong>%location_address% </strong>on <strong>%appointment_date_time%</strong>.\n                     <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(2,'customer_appointment_pending',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','%service_name% Appointment Pending','Dear <strong>%customer_full_name%</strong>,<br><br>The <strong>%service_name%</strong> appointment \n                     with <strong>%employee_full_name%</strong> at <strong>%location_address%</strong>, scheduled for\n                     <strong>%appointment_date_time%</strong> is waiting for a confirmation.<br><br>Thank you for \n                     choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(3,'customer_appointment_rejected',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','%service_name% Appointment Rejected','Dear <strong>%customer_full_name%</strong>,<br><br>Your <strong>%service_name%</strong> \n                     appointment, scheduled on <strong>%appointment_date_time%</strong> at <strong>%location_address%\n                     </strong>has been rejected.<br><br>Thank you for choosing our company,\n                     <br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(4,'customer_appointment_canceled',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','%service_name% Appointment Canceled','Dear <strong>%customer_full_name%</strong>,<br><br>Your <strong>%service_name%</strong> \n                     appointment, scheduled on <strong>%appointment_date_time%</strong> at <strong>%location_address%\n                     </strong>has been canceled.<br><br>Thank you for choosing our company,\n                     <br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(5,'customer_appointment_rescheduled',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','%service_name% Appointment Rescheduled','Dear <strong>%customer_full_name%</strong>,<br><br>The details for your \n                     <strong>%service_name%</strong> appointment with <strong>%employee_full_name%</strong> at \n                     <strong>%location_name%</strong> has been changed. The appointment is now set for \n                     <strong>%appointment_date%</strong> at <strong>%appointment_start_time%</strong>.<br><br>\n                     Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(6,'customer_appointment_next_day_reminder',NULL,'enabled','email','appointment','17:00:00',NULL,NULL,'customer','%service_name% Appointment Reminder','Dear <strong>%customer_full_name%</strong>,<br><br>We would like to remind you that you have \n                     <strong>%service_name%</strong> appointment tomorrow at <strong>%appointment_start_time%</strong>.\n                     We are waiting for you at <strong>%location_name%</strong>.<br><br>Thank you for \n                     choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(7,'customer_appointment_follow_up',NULL,'enabled','email','appointment',NULL,NULL,1800,'customer','%service_name% Appointment Follow Up','Dear <strong>%customer_full_name%</strong>,<br><br>Thank you once again for choosing our company. \n                     We hope you were satisfied with your <strong>%service_name%</strong>.<br><br>We look forward to \n                     seeing you again soon,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(8,'customer_birthday_greeting',NULL,'enabled','email','appointment','17:00:00',NULL,NULL,'customer','Happy Birthday','Dear <strong>%customer_full_name%</strong>,<br><br>Happy birthday!<br>We wish you all the best.\n                    <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(9,'provider_appointment_approved',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','%service_name% Appointment Approved','Hi <strong>%employee_full_name%</strong>,<br><br>You have one confirmed \n                     <strong>%service_name%</strong> appointment at <strong>%location_name%</strong> on \n                     <strong>%appointment_date%</strong> at <strong>%appointment_start_time%</strong>. The appointment \n                     is added to your schedule.<br><br>Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(10,'provider_appointment_pending',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','%service_name% Appointment Pending','Hi <strong>%employee_full_name%</strong>,<br><br>You have new appointment \n                     in <strong>%service_name%</strong>. The appointment is waiting for a confirmation.<br><br>Thank \n                     you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(11,'provider_appointment_rejected',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','%service_name% Appointment Rejected','Hi <strong>%employee_full_name%</strong>,<br><br>Your <strong>%service_name%</strong> appointment \n                     at <strong>%location_name%</strong>, scheduled for <strong>%appointment_date%</strong> at  \n                     <strong>%appointment_start_time%</strong> has been rejected.\n                     <br><br>Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(12,'provider_appointment_canceled',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','%service_name% Appointment Canceled','Hi <strong>%employee_full_name%</strong>,<br><br>Your <strong>%service_name%</strong> appointment,\n                     scheduled on <strong>%appointment_date%</strong>, at <strong>%location_name%</strong> has been \n                     canceled.<br><br>Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(13,'provider_appointment_rescheduled',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','%service_name% Appointment Rescheduled','Hi <strong>%employee_full_name%</strong>,<br><br>The details for your \n                     <strong>%service_name%</strong> appointment at <strong>%location_name%</strong> has been changed. \n                     The appointment is now set for <strong>%appointment_date%</strong> at \n                     <strong>%appointment_start_time%</strong>.<br><br>Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(14,'provider_appointment_next_day_reminder',NULL,'enabled','email','appointment','17:00:00',NULL,NULL,'provider','%service_name% Appointment Reminder','Dear <strong>%employee_full_name%</strong>,<br><br>We would like to remind you that you have \n                     <strong>%service_name%</strong> appointment tomorrow at <strong>%appointment_start_time%</strong>\n                     at <strong>%location_name%</strong>.<br><br>Thank you, \n                     <br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(15,'customer_appointment_approved',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n\nYou have successfully scheduled %service_name% appointment with %employee_full_name%. We are waiting for you at %location_address% on %appointment_date_time%.\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(16,'customer_appointment_pending',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%, \n                    \nThe %service_name% appointment with %employee_full_name% at %location_address%, scheduled for %appointment_date_time% is waiting for a confirmation.\n                    \nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(17,'customer_appointment_rejected',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n                    \nYour %service_name% appointment, scheduled on %appointment_date_time% at %location_address% has been rejected.\n                    \nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(18,'customer_appointment_canceled',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n                    \nYour %service_name% appointment, scheduled on %appointment_date_time% at %location_address% has been canceled. \n                    \nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(19,'customer_appointment_rescheduled',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n                    \nThe details for your %service_name% appointment with %employee_full_name% at %location_name% has been changed. The appointment is now set for %appointment_date% at %appointment_start_time%.\n                    \nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(20,'customer_appointment_next_day_reminder',NULL,'enabled','sms','appointment','17:00:00',NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n                    \nWe would like to remind you that you have %service_name% appointment tomorrow at %appointment_start_time%. We are waiting for you at %location_name%.\n                    \nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(21,'customer_appointment_follow_up',NULL,'enabled','sms','appointment',NULL,NULL,1800,'customer','NULL','Dear %customer_full_name%,\n                    \nThank you once again for choosing our company. We hope you were satisfied with your %service_name%.\n                     \nWe look forward to seeing you again soon,\n%company_name%',NULL,0,NULL,NULL),(22,'customer_birthday_greeting',NULL,'enabled','sms','appointment','17:00:00',NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n                    \nHappy birthday! We wish you all the best. \n                    \nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(23,'provider_appointment_approved',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n                    \nYou have one confirmed %service_name% appointment at %location_name% on %appointment_date% at %appointment_start_time%. The appointment is added to your schedule.\n                    \nThank you,\n%company_name%',NULL,0,NULL,NULL),(24,'provider_appointment_pending',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n                    \nYou have new appointment in %service_name%. The appointment is waiting for a confirmation.\n                    \nThank you,\n%company_name%',NULL,0,NULL,NULL),(25,'provider_appointment_rejected',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n                    \nYour %service_name% appointment at %location_name%, scheduled for %appointment_date% at %appointment_start_time% has been rejected. \n                    \nThank you,\n%company_name%',NULL,0,NULL,NULL),(26,'provider_appointment_canceled',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n                    \nYour %service_name% appointment, scheduled on %appointment_date%, at %location_name% has been canceled.\n                    \nThank you,\n%company_name%',NULL,0,NULL,NULL),(27,'provider_appointment_rescheduled',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n                    \nThe details for your %service_name% appointment at %location_name% has been changed. The appointment is now set for %appointment_date% at %appointment_start_time%.\n                    \nThank you,\n%company_name%',NULL,0,NULL,NULL),(28,'provider_appointment_next_day_reminder',NULL,'enabled','sms','appointment','17:00:00',NULL,NULL,'provider','NULL','Dear %employee_full_name%, \n                    \nWe would like to remind you that you have %service_name% appointment tomorrow at %appointment_start_time% at %location_name%.\n                    \nThank you, \n%company_name%',NULL,0,NULL,NULL),(29,'customer_event_approved',NULL,'enabled','email','event',NULL,NULL,NULL,'customer','%event_name% Event Booked','Dear <strong>%customer_full_name%</strong>,<br><br>You have successfully scheduled\n                     <strong>%event_name%</strong> event. We are\n                     waiting you at <strong>%event_location% </strong>on <strong>%event_start_date_time%</strong>.\n                     <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(30,'customer_event_rejected',NULL,'enabled','email','event',NULL,NULL,NULL,'customer','%event_name% Event Canceled By Admin','Dear <strong>%customer_full_name%</strong>,<br><br>Your <strong>%event_name%</strong>\n                     event, scheduled on <strong>%event_start_date_time%</strong> at <strong>%event_location%\n                     </strong>has been canceled.<br><br>Thank you for choosing our company,\n                     <br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(31,'customer_event_canceled',NULL,'enabled','email','event',NULL,NULL,NULL,'customer','%event_name% Event Canceled By Attendee','Dear <strong>%customer_full_name%</strong>,<br><br>Your <strong>%event_name%</strong>\n                     event, scheduled on <strong>%event_start_date_time%</strong> at <strong>%event_location%\n                     </strong>has been canceled.<br><br>Thank you for choosing our company,\n                     <br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(32,'customer_event_rescheduled',NULL,'enabled','email','event',NULL,NULL,NULL,'customer','%event_name% Event Rescheduled','Dear <strong>%customer_full_name%</strong>,<br><br>The details for your\n                     <strong>%event_name%</strong> event at\n                     <strong>%event_location%</strong> has been changed. The event is now set for\n                     <strong>%event_start_date_time%</strong>.<br><br>\n                     Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(33,'customer_event_next_day_reminder',NULL,'enabled','email','event','17:00:00',NULL,NULL,'customer','%event_name% Event Reminder','Dear <strong>%customer_full_name%</strong>,<br><br>We would like to remind you that you have\n                     <strong>%event_name%</strong> event tomorrow at <strong>%event_start_date_time%</strong>.\n                     We are waiting for you at <strong>%event_location%</strong>.<br><br>Thank you for\n                     choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(34,'customer_event_follow_up',NULL,'enabled','email','event',NULL,NULL,1800,'customer','%event_name% Event Follow Up','Dear <strong>%customer_full_name%</strong>,<br><br>Thank you once again for choosing our company.\n                     We hope you were satisfied with your <strong>%event_name%</strong>.<br><br>We look forward to\n                     seeing you again soon,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(35,'provider_event_approved',NULL,'enabled','email','event',NULL,NULL,NULL,'provider','%event_name% Event Booked','Hi <strong>%employee_full_name%</strong>,<br><br>You have one confirmed\n                     <strong>%event_name%</strong> Event at <strong>%event_location%</strong> on\n                     <strong>%event_start_date_time%</strong>. The event\n                     is added to your schedule.<br><br>Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(36,'provider_event_rejected',NULL,'enabled','email','event',NULL,NULL,NULL,'provider','%event_name% Event Canceled By Admin','Hi <strong>%employee_full_name%</strong>,<br><br>Your <strong>%event_name%</strong> event\n                     at <strong>%event_location%</strong>, scheduled for <strong>%event_start_date_time%</strong>\n                     has been canceled.<br><br>Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(37,'provider_event_canceled',NULL,'enabled','email','event',NULL,NULL,NULL,'provider','%event_name% Event Canceled By Customer','Hi <strong>%employee_full_name%</strong>,<br><br>Your <strong>%event_name%</strong> event,\n                     scheduled on <strong>%event_start_date_time%</strong>, at <strong>%event_location%</strong> has been\n                     canceled.<br><br>Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(38,'provider_event_rescheduled',NULL,'enabled','email','event',NULL,NULL,NULL,'provider','%event_name% Event Rescheduled','Hi <strong>%employee_full_name%</strong>,<br><br>The details for your\n                     <strong>%event_name%</strong> event at <strong>%event_location%</strong> has been changed.\n                     The event is now set for <strong>%event_start_date_time%</strong>.\n                     <br><br>Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(39,'provider_event_next_day_reminder',NULL,'enabled','email','event','17:00:00',NULL,NULL,'provider','%event_name% Event Reminder','Dear <strong>%employee_full_name%</strong>,<br><br>We would like to remind you that you have \n                     <strong>%event_name%</strong> event at <strong>%event_start_date_time%</strong>\n                     at <strong>%event_location%</strong>.<br><br>Thank you, \n                     <br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(40,'customer_event_approved',NULL,'enabled','sms','event',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n\nYou have successfully scheduled %event_name% event. We are waiting for you at %event_location% on %event_start_date_time%.\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(41,'customer_event_rejected',NULL,'enabled','sms','event',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n\nYour %event_name% event, scheduled on %event_start_date_time% at %event_location% has been cancelled.\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(42,'customer_event_canceled',NULL,'enabled','sms','event',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n\nYour %event_name% event, scheduled on %event_start_date_time% at %event_location% has been cancelled.\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(43,'customer_event_rescheduled',NULL,'enabled','sms','event',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n\nThe details for your %event_name% event at %event_location% has been changed. The event is now set for %event_start_date_time%.\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(44,'customer_event_next_day_reminder',NULL,'enabled','sms','event','17:00:00',NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n                    \nWe would like to remind you that you have %event_name% event at %event_start_date_time%. We are waiting for you at %event_location%.\n                    \nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(45,'customer_event_follow_up',NULL,'enabled','sms','event',NULL,NULL,1800,'customer','NULL','Dear %customer_full_name%,\n                    \nThank you once again for choosing our company. We hope you were satisfied with your %event_name%.\n                     \nWe look forward to seeing you again soon,\n%company_name%',NULL,0,NULL,NULL),(46,'provider_event_approved',NULL,'enabled','sms','event',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n\nYou have one confirmed %event_name% event at %event_location% on %event_start_date_time%. The event is added to your schedule.\n\nThank you,\n%company_name%',NULL,0,NULL,NULL),(47,'provider_event_rejected',NULL,'enabled','sms','event',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n\nYour %event_name% event at %event_location%, scheduled for %event_start_date_time% has been canceled by admin.\n\nThank you,\n%company_name%',NULL,0,NULL,NULL),(48,'provider_event_canceled',NULL,'enabled','sms','event',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n\nYour %event_name% event, scheduled on %event_start_date_time%, at %event_location% has been canceled.\n\nThank you,\n%company_name%',NULL,0,NULL,NULL),(49,'provider_event_rescheduled',NULL,'enabled','sms','event',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n\nThe details for your %event_name% event at %event_location% has been changed. The event is now set for %event_start_date_time%.\n\nThank you,\n%company_name%',NULL,0,NULL,NULL),(50,'provider_event_next_day_reminder',NULL,'enabled','sms','event','17:00:00',NULL,NULL,'provider','NULL','Dear %employee_full_name%, \n                    \nWe would like to remind you that you have %event_name% event at %event_start_date_time% at %event_location%.\n                    \nThank you, \n%company_name%',NULL,0,NULL,NULL),(51,'customer_account_recovery',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','Customer Panel Access','Dear <strong>%customer_full_name%</strong>,<br><br>You can access your profile on this <b><a href=\"%customer_panel_url%\">link</a></b>.\n                    <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(52,'provider_panel_access',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','Employee Panel Access','Dear <strong>%employee_full_name%</strong>,<br><br>You can access your profile and track your bookings on this <b><a href=\"%employee_panel_url%\">link</a></b>.<br><br>Your login credentials:<br>Email: <b>%employee_email%</b><br>Password: <b>%employee_password%</b>\n                    <br><br>Best regards,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(53,'provider_panel_recovery',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','Employee Panel Access','Dear <strong>%employee_full_name%</strong>,<br><br>You can access your profile and track your bookings on this <b><a href=\"%employee_panel_url%\">link</a></b>.\n                    <br><br>Best regards,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(54,'customer_package_purchased',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','Package %package_name% purchased','Dear <strong>%customer_full_name%</strong>,<br><br>You have successfully purchased\n                     <strong>%package_name%</strong>.\n                     <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(55,'customer_package_purchased',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','Package %package_name% purchased','Dear %customer_full_name%,\n\nYou have successfully purchased %package_name%.\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(56,'provider_package_purchased',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','Package %package_name% purchased','Hi <strong>%employee_full_name%</strong>,<br><br>\n                     Customer <strong>%customer_full_name%</strong> has purchased <strong>%package_name%</strong> package.<br><br>\n                     Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(57,'provider_package_purchased',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','Package %package_name% purchased','Hi %employee_full_name%,\n\nCustomer %customer_full_name% has purchased %package_name% package.\n                     \nThank you, %company_name%',NULL,0,NULL,NULL),(58,'customer_package_canceled',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','Package %package_name% canceled','Dear <strong>%customer_full_name%</strong>, \n                    The <strong>%package_name%</strong> that you have purchased has been canceled. \n                    Thank you,\n                    <strong>%company_name%</strong>',NULL,0,NULL,NULL),(59,'customer_package_canceled',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','Package %package_name% canceled','Dear %customer_full_name%, \nThe %package_name% that you have purchased has been canceled. \nThank you,\n%company_name%',NULL,0,NULL,NULL),(60,'provider_package_canceled',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','Package %package_name% canceled','Dear <strong>%employee_full_name%</strong>,\nThe <strong>%package_name%</strong> purchased by <strong>%customer_full_name%</strong> has been canceled.',NULL,0,NULL,NULL),(61,'provider_package_canceled',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','Package %package_name% canceled','Dear %employee_full_name%,\nThe %package_name% purchased by %customer_full_name% has been canceled.',NULL,0,NULL,NULL),(62,'customer_cart',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','Cart Purchase','<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>You have successfully purchased several appointments. The details about your bookings are shown below.</p><p><br></p><p>%cart_appointments_details%.</p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>',NULL,0,NULL,NULL),(63,'customer_cart',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','NULL','Dear %customer_full_name%,\n\nYou have successfully scheduled several appointments.\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(64,'provider_cart',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','Cart Purchase','<p>Hi <strong>%employee_full_name%</strong>,</p><p><br></p><p>Customer <strong>%customer_full_name%</strong> has successfully scheduled several appointments. The details about bookings are shown below.</p><p><br></p><p>%cart_appointments_details%</p><p><br></p><p>Thank you,</p><p><strong>%company_name%</strong></p>',NULL,0,NULL,NULL),(65,'provider_cart',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','NULL','Hi %employee_full_name%,\n\nCustomer %customer_full_name% has successfully scheduled several appointments.\n                     \nThank you, %company_name%',NULL,0,NULL,NULL),(66,'customer_event_waiting',NULL,'enabled','email','event',NULL,NULL,NULL,'customer','%event_name% Waiting List joined','Dear <strong>%customer_full_name%</strong>,<br><br>You have successfully joined the Waiting List for the\n                 <strong>%event_name%</strong> event at\n                 <strong>%event_location%</strong> on\n                 <strong>%event_start_date_time%</strong>.<br><br>\n                 Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(67,'customer_event_waiting',NULL,'enabled','sms','event',NULL,NULL,NULL,'customer','%event_name% Waiting List joined','Dear %customer_full_name%,\n                \nYou have successfully joined the Waiting List for the %event_name% event at %event_location% on %event_start_date_time%.\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(68,'provider_event_waiting',NULL,'enabled','email','event',NULL,NULL,NULL,'provider','%event_name% Waiting List joined','Hi <strong>%employee_full_name%</strong>,<br><br>A new attendee has been added to the waiting list for\n                 <strong>%event_name%</strong> Event at\n                 <strong>%event_location%</strong> on\n                 <strong>%event_start_date_time%</strong>.<br><br>\n                 Thank you,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(69,'provider_event_waiting',NULL,'enabled','sms','event',NULL,NULL,NULL,'provider','%event_name% Waiting List joined','Hi %employee_full_name%,\n                \nA new attendee has been added to the waiting list for %event_name% Event at %event_location% on %event_start_date_time%.\n\nThank you,\n%company_name%',NULL,0,NULL,NULL),(70,'customer_event_qr_code',NULL,'enabled','email','event',NULL,NULL,NULL,'customer','E-Ticket for %event_name%','Dear <strong>%customer_full_name%</strong>,<br><br>\n                 Thank you for registering for \n                 <strong>%event_name%</strong> on \n                 <strong>%event_start_date_time%</strong>.<br><br>\n                 Please save the following E-Ticket on your mobile phone and present it upon arrival.<br><br>\n                 We are waiting for you at <strong>%event_location%</strong>.<br><br>\n                 Thank you for choosing our company,<br><strong>%company_name%</strong>',NULL,0,NULL,NULL),(71,'customer_appointment_approved',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(72,'customer_appointment_pending',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(73,'customer_appointment_rejected',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(74,'customer_appointment_canceled',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(75,'customer_appointment_rescheduled',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(76,'customer_appointment_next_day_reminder',NULL,'enabled','whatsapp','appointment','17:00:00',NULL,NULL,'customer','','',NULL,0,NULL,NULL),(77,'customer_appointment_follow_up',NULL,'enabled','whatsapp','appointment',NULL,NULL,1800,'customer','','',NULL,0,NULL,NULL),(78,'provider_appointment_approved',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(79,'provider_appointment_pending',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(80,'provider_appointment_rejected',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(81,'provider_appointment_canceled',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(82,'provider_appointment_rescheduled',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(83,'provider_appointment_next_day_reminder',NULL,'enabled','whatsapp','appointment','17:00:00',NULL,NULL,'provider','','',NULL,0,NULL,NULL),(84,'customer_event_approved',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(85,'customer_event_rejected',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(86,'customer_event_canceled',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(87,'customer_event_rescheduled',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(88,'customer_event_next_day_reminder',NULL,'enabled','whatsapp','event','17:00:00',NULL,NULL,'customer','','',NULL,0,NULL,NULL),(89,'customer_event_follow_up',NULL,'enabled','whatsapp','event',NULL,NULL,1800,'customer','','',NULL,0,NULL,NULL),(90,'provider_event_approved',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(91,'provider_event_rejected',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(92,'provider_event_canceled',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(93,'provider_event_rescheduled',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(94,'provider_event_next_day_reminder',NULL,'enabled','whatsapp','event','17:00:00',NULL,NULL,'provider','','',NULL,0,NULL,NULL),(95,'customer_package_purchased',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(96,'customer_package_canceled',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(97,'provider_package_purchased',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(98,'provider_package_canceled',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(99,'customer_birthday_greeting',NULL,'enabled','whatsapp','appointment','17:00:00',NULL,NULL,'customer','','',NULL,0,NULL,NULL),(100,'customer_account_recovery',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(101,'provider_panel_access',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(102,'provider_panel_recovery',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(103,'customer_cart',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(104,'provider_cart',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(105,'customer_event_waiting',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(106,'provider_event_waiting',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(107,'customer_appointment_updated',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','%service_name% Appointment Details Changed','Dear <strong>%customer_full_name%</strong>,<br><br>Details of the appointment on <strong>%appointment_date_time%</strong> have changed: <br>\n                        <ul>\n                            <li>Employee: <strong>%employee_full_name%</strong></li>\n                            <li>Location: <strong>%location_name%</strong></li>\n                            <li>Extras: <strong>%service_extras%</strong></li>\n                        </ul><br>Thank you for choosing our company,<br>\n                    <strong>%company_name%</strong>',NULL,0,NULL,NULL),(108,'provider_appointment_updated',NULL,'enabled','email','appointment',NULL,NULL,NULL,'provider','%service_name% Appointment Details Changed','Hi <strong>%employee_full_name%</strong>,<br><br>Details of the appointment on <strong>%appointment_date_time%</strong>  have changed:\n                       <br>\n                        <ul>\n                            <li>Customers: <strong>%customer_full_name%</strong></li>\n                            <li>Location: <strong>%location_name%</strong></li>\n                            <li>Extras: <strong>%service_extras%</strong></li>\n                        </ul><br>Thank you,<br>\n                    <strong>%company_name%</strong>',NULL,0,NULL,NULL),(109,'customer_appointment_updated',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'customer','%service_name% Appointment Details Changed','Dear %customer_full_name%,\n\nDetails of the appointment on %appointment_date_time% have changed:\n    Employee: %employee_full_name%\n    Location: %location_name%\n    Extras: %service_extras%\n    \nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(110,'provider_appointment_updated',NULL,'enabled','sms','appointment',NULL,NULL,NULL,'provider','%service_name% Appointment Details Changed','Hi %employee_full_name%,\n                \nDetails of the appointment on %appointment_date_time% have changed:\n    Customers: %customer_full_name%,\n    Location: %location_name%,\n    Extras: %service_extras%\n    \nThank you,\n%company_name%',NULL,0,NULL,NULL),(111,'customer_appointment_updated',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(112,'provider_appointment_updated',NULL,'enabled','whatsapp','appointment',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(113,'customer_event_updated',NULL,'enabled','email','event',NULL,NULL,NULL,'customer','%event_name% Event Details Changed','Dear <strong>%customer_full_name%</strong>,<br><br>Details of the event on <strong>%event_start_date_time%</strong> have changed:\n                    <ul>\n                        <li>Organizer: <strong>%employee_full_name%</strong></li>\n                        <li>Location: <strong>%location_name%</strong></li>\n                    </ul><br>Thank you for choosing our company, <br>\n                    <strong>%company_name%</strong>',NULL,0,NULL,NULL),(114,'provider_event_updated',NULL,'enabled','email','event',NULL,NULL,NULL,'provider','%event_name% Event Details Changed','Hi <strong>%employee_full_name%</strong>,<br><br>Details of the event on <strong>%event_start_date_time%</strong> have changed:\n                        <ul>\n                            <li>Description: <strong>%event_description%</strong></li>\n                            <li>Location: <strong>%location_name%</strong></li> \n                        </ul><br>Thank you, <br>\n                    <strong>%company_name%</strong>',NULL,0,NULL,NULL),(115,'customer_event_updated',NULL,'enabled','sms','event',NULL,NULL,NULL,'customer','%event_name% Event Details Changed','Dear %customer_full_name%,\n                    \nDetails of the event on %event_start_date_time% have changed:\n    Organizer: %employee_full_name\n    Location: %location_name%\n\nThank you for choosing our company,\n%company_name%',NULL,0,NULL,NULL),(116,'provider_event_updated',NULL,'enabled','sms','event',NULL,NULL,NULL,'provider','%event_name% Event Details Changed','Hi %employee_full_name%,\n                \nDetails of the event on %event_start_date_time% have changed:\n    Description: %event_description%, \n    Location: %location_name%\n\nThank you,\n%company_name%',NULL,0,NULL,NULL),(117,'customer_event_updated',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'customer','','',NULL,0,NULL,NULL),(118,'provider_event_updated',NULL,'enabled','whatsapp','event',NULL,NULL,NULL,'provider','','',NULL,0,NULL,NULL),(119,'customer_invoice',NULL,'enabled','email','appointment',NULL,NULL,NULL,'customer','Booking Invoice','Dear <strong>%customer_full_name%</strong>,<br><br>Please find the attached invoice for your reference. If you have any questions, feel free to contact us.\n                    <br><br>Thank you for choosing our company, <br>\n                    <strong>%company_name%</strong>',NULL,0,NULL,NULL);
/*!40000 ALTER TABLE `wp_amelia_notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_notifications_log`
--

DROP TABLE IF EXISTS `wp_amelia_notifications_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_notifications_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `notificationId` int NOT NULL,
  `userId` int DEFAULT NULL,
  `appointmentId` int DEFAULT NULL,
  `eventId` int DEFAULT NULL,
  `packageCustomerId` int DEFAULT NULL,
  `sentDateTime` datetime NOT NULL,
  `sent` tinyint(1) DEFAULT NULL,
  `data` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_notifications_log`
--

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

--
-- Table structure for table `wp_amelia_notifications_sms_history`
--

DROP TABLE IF EXISTS `wp_amelia_notifications_sms_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_notifications_sms_history` (
  `id` int NOT NULL AUTO_INCREMENT,
  `notificationId` int NOT NULL,
  `userId` int DEFAULT NULL,
  `appointmentId` int DEFAULT NULL,
  `eventId` int DEFAULT NULL,
  `packageCustomerId` int DEFAULT NULL,
  `logId` int DEFAULT NULL,
  `dateTime` datetime DEFAULT NULL,
  `text` varchar(1600) NOT NULL,
  `phone` varchar(63) NOT NULL,
  `alphaSenderId` varchar(11) NOT NULL,
  `status` enum('prepared','accepted','queued','sent','failed','delivered','undelivered') NOT NULL DEFAULT 'prepared',
  `price` double DEFAULT NULL,
  `segments` tinyint DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_notifications_sms_history`
--

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

--
-- Table structure for table `wp_amelia_notifications_to_entities`
--

DROP TABLE IF EXISTS `wp_amelia_notifications_to_entities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_notifications_to_entities` (
  `id` int NOT NULL AUTO_INCREMENT,
  `notificationId` int NOT NULL,
  `entityId` int NOT NULL,
  `entity` enum('appointment','event') NOT NULL DEFAULT 'appointment',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_notifications_to_entities`
--

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

--
-- Table structure for table `wp_amelia_packages`
--

DROP TABLE IF EXISTS `wp_amelia_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_packages` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  `color` varchar(255) NOT NULL DEFAULT '',
  `price` double NOT NULL,
  `status` enum('hidden','visible','disabled') NOT NULL DEFAULT 'visible',
  `pictureFullPath` varchar(767) DEFAULT NULL,
  `pictureThumbPath` varchar(767) DEFAULT NULL,
  `position` int DEFAULT '0',
  `calculatedPrice` tinyint(1) DEFAULT '1',
  `discount` double NOT NULL,
  `endDate` datetime DEFAULT NULL,
  `durationType` enum('day','week','month') DEFAULT NULL,
  `durationCount` int DEFAULT NULL,
  `settings` mediumtext,
  `translations` text,
  `depositPayment` enum('disabled','fixed','percentage') DEFAULT 'disabled',
  `deposit` double DEFAULT '0',
  `fullPayment` tinyint(1) DEFAULT '0',
  `sharedCapacity` tinyint(1) DEFAULT '0',
  `quantity` int DEFAULT '1',
  `limitPerCustomer` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_packages`
--

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

--
-- Table structure for table `wp_amelia_packages_customers_to_services`
--

DROP TABLE IF EXISTS `wp_amelia_packages_customers_to_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_packages_customers_to_services` (
  `id` int NOT NULL AUTO_INCREMENT,
  `packageCustomerId` int NOT NULL,
  `serviceId` int NOT NULL,
  `providerId` int DEFAULT NULL,
  `locationId` int DEFAULT NULL,
  `bookingsCount` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_packages_customers_to_services`
--

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

--
-- Table structure for table `wp_amelia_packages_services_to_locations`
--

DROP TABLE IF EXISTS `wp_amelia_packages_services_to_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_packages_services_to_locations` (
  `id` int NOT NULL AUTO_INCREMENT,
  `packageServiceId` int NOT NULL,
  `locationId` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_packages_services_to_locations`
--

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

--
-- Table structure for table `wp_amelia_packages_services_to_providers`
--

DROP TABLE IF EXISTS `wp_amelia_packages_services_to_providers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_packages_services_to_providers` (
  `id` int NOT NULL AUTO_INCREMENT,
  `packageServiceId` int NOT NULL,
  `userId` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_packages_services_to_providers`
--

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

--
-- Table structure for table `wp_amelia_packages_to_customers`
--

DROP TABLE IF EXISTS `wp_amelia_packages_to_customers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_packages_to_customers` (
  `id` int NOT NULL AUTO_INCREMENT,
  `packageId` int NOT NULL,
  `customerId` int NOT NULL,
  `price` double NOT NULL,
  `tax` varchar(255) DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `purchased` datetime NOT NULL,
  `status` enum('approved','pending','canceled','rejected') DEFAULT NULL,
  `bookingsCount` int DEFAULT NULL,
  `couponId` int DEFAULT NULL,
  `token` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_packages_to_customers`
--

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

--
-- Table structure for table `wp_amelia_packages_to_services`
--

DROP TABLE IF EXISTS `wp_amelia_packages_to_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_packages_to_services` (
  `id` int NOT NULL AUTO_INCREMENT,
  `serviceId` int NOT NULL,
  `packageId` int NOT NULL,
  `quantity` int NOT NULL,
  `minimumScheduled` int DEFAULT '1',
  `maximumScheduled` int DEFAULT '1',
  `allowProviderSelection` tinyint(1) DEFAULT '1',
  `position` int DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_packages_to_services`
--

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

--
-- Table structure for table `wp_amelia_payments`
--

DROP TABLE IF EXISTS `wp_amelia_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_payments` (
  `id` int NOT NULL AUTO_INCREMENT,
  `customerBookingId` int DEFAULT NULL,
  `amount` double NOT NULL DEFAULT '0',
  `dateTime` datetime DEFAULT NULL,
  `status` enum('paid','pending','partiallyPaid','refunded') NOT NULL,
  `gateway` enum('onSite','payPal','stripe','wc','mollie','razorpay','square','barion') NOT NULL,
  `gatewayTitle` varchar(255) DEFAULT NULL,
  `data` text,
  `packageCustomerId` int DEFAULT NULL,
  `parentId` int DEFAULT NULL,
  `entity` enum('appointment','event','package') DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `actionsCompleted` tinyint(1) DEFAULT NULL,
  `triggeredActions` tinyint(1) DEFAULT NULL,
  `wcOrderId` bigint DEFAULT NULL,
  `wcOrderItemId` bigint DEFAULT NULL,
  `transactionId` varchar(255) DEFAULT NULL,
  `transfers` text,
  `invoiceNumber` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_payments`
--

LOCK TABLES `wp_amelia_payments` WRITE;
/*!40000 ALTER TABLE `wp_amelia_payments` DISABLE KEYS */;
INSERT INTO `wp_amelia_payments` VALUES (1,1,0,'2025-11-28 14:15:00','pending','onSite','','',NULL,NULL,'appointment','2025-11-27 22:28:04',1,1,NULL,NULL,NULL,NULL,NULL),(2,2,0,'2025-12-01 14:00:00','pending','onSite','','',NULL,NULL,'appointment','2025-11-27 22:50:55',1,1,NULL,NULL,NULL,NULL,1),(3,3,0,'2025-12-03 16:30:00','pending','onSite','','',NULL,NULL,'appointment','2025-11-27 23:15:47',1,1,NULL,NULL,NULL,NULL,2),(4,4,0,'2025-12-10 14:00:00','pending','onSite','','',NULL,NULL,'appointment','2025-12-04 15:13:53',1,1,NULL,NULL,NULL,NULL,3),(5,5,0,'2025-12-12 15:30:00','pending','onSite','','',NULL,NULL,'appointment','2025-12-10 20:07:52',1,1,NULL,NULL,NULL,NULL,4),(6,6,0,'2025-12-15 14:00:00','pending','onSite','','',NULL,NULL,'appointment','2025-12-10 20:10:36',1,1,NULL,NULL,NULL,NULL,5),(7,7,0,'2025-12-16 14:15:00','pending','onSite','','',NULL,NULL,'appointment','2025-12-10 20:31:05',1,1,NULL,NULL,NULL,NULL,6);
/*!40000 ALTER TABLE `wp_amelia_payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_providers_to_daysoff`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_daysoff`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_daysoff` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userId` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  `repeat` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_daysoff`
--

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

--
-- Table structure for table `wp_amelia_providers_to_google_calendar`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_google_calendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_google_calendar` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userId` int NOT NULL,
  `token` text NOT NULL,
  `calendarId` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_google_calendar`
--

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

--
-- Table structure for table `wp_amelia_providers_to_locations`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_locations` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userId` int NOT NULL,
  `locationId` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_locations`
--

LOCK TABLES `wp_amelia_providers_to_locations` WRITE;
/*!40000 ALTER TABLE `wp_amelia_providers_to_locations` DISABLE KEYS */;
INSERT INTO `wp_amelia_providers_to_locations` VALUES (1,1,1),(2,2,1);
/*!40000 ALTER TABLE `wp_amelia_providers_to_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_providers_to_outlook_calendar`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_outlook_calendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_outlook_calendar` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userId` int NOT NULL,
  `token` text NOT NULL,
  `calendarId` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_outlook_calendar`
--

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

--
-- Table structure for table `wp_amelia_providers_to_periods`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_periods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_periods` (
  `id` int NOT NULL AUTO_INCREMENT,
  `weekDayId` int NOT NULL,
  `locationId` int DEFAULT NULL,
  `startTime` time NOT NULL,
  `endTime` time NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_periods`
--

LOCK TABLES `wp_amelia_providers_to_periods` WRITE;
/*!40000 ALTER TABLE `wp_amelia_providers_to_periods` DISABLE KEYS */;
INSERT INTO `wp_amelia_providers_to_periods` VALUES (6,7,NULL,'08:00:00','18:00:00'),(7,8,NULL,'08:00:00','18:00:00'),(8,9,NULL,'08:00:00','18:00:00'),(9,10,NULL,'08:00:00','18:00:00'),(10,11,NULL,'08:00:00','18:00:00'),(11,12,NULL,'08:00:00','18:00:00'),(12,6,NULL,'08:00:00','18:00:00'),(13,13,NULL,'09:00:00','17:00:00'),(14,14,NULL,'09:00:00','17:00:00'),(15,15,NULL,'09:00:00','17:00:00'),(16,16,NULL,'09:00:00','17:00:00'),(17,17,NULL,'09:00:00','17:00:00');
/*!40000 ALTER TABLE `wp_amelia_providers_to_periods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_providers_to_periods_location`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_periods_location`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_periods_location` (
  `id` int NOT NULL AUTO_INCREMENT,
  `periodId` int NOT NULL,
  `locationId` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_periods_location`
--

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

--
-- Table structure for table `wp_amelia_providers_to_periods_services`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_periods_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_periods_services` (
  `id` int NOT NULL AUTO_INCREMENT,
  `periodId` int NOT NULL,
  `serviceId` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_periods_services`
--

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

--
-- Table structure for table `wp_amelia_providers_to_services`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_services` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userId` int NOT NULL,
  `serviceId` int NOT NULL,
  `price` double NOT NULL,
  `minCapacity` int NOT NULL,
  `maxCapacity` int NOT NULL,
  `customPricing` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_services`
--

LOCK TABLES `wp_amelia_providers_to_services` WRITE;
/*!40000 ALTER TABLE `wp_amelia_providers_to_services` DISABLE KEYS */;
INSERT INTO `wp_amelia_providers_to_services` VALUES (1,2,1,20000,1,15,'{\"enabled\":null,\"durations\":{\"3600\":{\"price\":0,\"rules\":[]}},\"persons\":{\"2\":{\"price\":0,\"rules\":[]}},\"periods\":{\"default\":[],\"custom\":[]}}'),(3,2,3,15000,15,15,'{\"enabled\":null,\"durations\":[],\"persons\":{\"2\":{\"price\":0,\"rules\":[]}},\"periods\":{\"default\":[],\"custom\":[]}}');
/*!40000 ALTER TABLE `wp_amelia_providers_to_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_providers_to_specialdays`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_specialdays`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_specialdays` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userId` int NOT NULL,
  `startDate` date NOT NULL,
  `endDate` date NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_specialdays`
--

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

--
-- Table structure for table `wp_amelia_providers_to_specialdays_periods`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_specialdays_periods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_specialdays_periods` (
  `id` int NOT NULL AUTO_INCREMENT,
  `specialDayId` int NOT NULL,
  `locationId` int DEFAULT NULL,
  `startTime` time NOT NULL,
  `endTime` time NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_specialdays_periods`
--

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

--
-- Table structure for table `wp_amelia_providers_to_specialdays_periods_location`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_specialdays_periods_location`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_specialdays_periods_location` (
  `id` int NOT NULL AUTO_INCREMENT,
  `periodId` int NOT NULL,
  `locationId` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_specialdays_periods_location`
--

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

--
-- Table structure for table `wp_amelia_providers_to_specialdays_periods_services`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_specialdays_periods_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_specialdays_periods_services` (
  `id` int NOT NULL AUTO_INCREMENT,
  `periodId` int NOT NULL,
  `serviceId` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_specialdays_periods_services`
--

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

--
-- Table structure for table `wp_amelia_providers_to_timeouts`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_timeouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_timeouts` (
  `id` int NOT NULL AUTO_INCREMENT,
  `weekDayId` int NOT NULL,
  `startTime` time NOT NULL,
  `endTime` time NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_timeouts`
--

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

--
-- Table structure for table `wp_amelia_providers_to_weekdays`
--

DROP TABLE IF EXISTS `wp_amelia_providers_to_weekdays`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_to_weekdays` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userId` int NOT NULL,
  `dayIndex` tinyint NOT NULL,
  `startTime` time NOT NULL,
  `endTime` time NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_to_weekdays`
--

LOCK TABLES `wp_amelia_providers_to_weekdays` WRITE;
/*!40000 ALTER TABLE `wp_amelia_providers_to_weekdays` DISABLE KEYS */;
INSERT INTO `wp_amelia_providers_to_weekdays` VALUES (6,1,1,'08:00:00','18:00:00'),(7,1,2,'08:00:00','18:00:00'),(8,1,3,'08:00:00','18:00:00'),(9,1,4,'08:00:00','18:00:00'),(10,1,5,'08:00:00','18:00:00'),(11,1,6,'08:00:00','18:00:00'),(12,1,7,'08:00:00','18:00:00'),(13,2,1,'09:00:00','17:00:00'),(14,2,2,'09:00:00','17:00:00'),(15,2,3,'09:00:00','17:00:00'),(16,2,4,'09:00:00','17:00:00'),(17,2,5,'09:00:00','17:00:00');
/*!40000 ALTER TABLE `wp_amelia_providers_to_weekdays` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_providers_views`
--

DROP TABLE IF EXISTS `wp_amelia_providers_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_providers_views` (
  `id` int NOT NULL AUTO_INCREMENT,
  `userId` int NOT NULL,
  `date` date NOT NULL,
  `views` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_providers_views`
--

LOCK TABLES `wp_amelia_providers_views` WRITE;
/*!40000 ALTER TABLE `wp_amelia_providers_views` DISABLE KEYS */;
INSERT INTO `wp_amelia_providers_views` VALUES (1,2,'2025-11-27',2),(2,2,'2025-11-28',2),(3,2,'2025-12-04',1),(4,2,'2025-12-10',3),(5,2,'2026-01-14',1);
/*!40000 ALTER TABLE `wp_amelia_providers_views` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_resources`
--

DROP TABLE IF EXISTS `wp_amelia_resources`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_resources` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `quantity` int DEFAULT '1',
  `shared` enum('service','location') DEFAULT NULL,
  `status` enum('hidden','visible','disabled') NOT NULL DEFAULT 'visible',
  `countAdditionalPeople` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_resources`
--

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

--
-- Table structure for table `wp_amelia_resources_to_entities`
--

DROP TABLE IF EXISTS `wp_amelia_resources_to_entities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_resources_to_entities` (
  `id` int NOT NULL AUTO_INCREMENT,
  `resourceId` int NOT NULL,
  `entityId` int NOT NULL,
  `entityType` enum('service','location','employee') NOT NULL DEFAULT 'service',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_resources_to_entities`
--

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

--
-- Table structure for table `wp_amelia_services`
--

DROP TABLE IF EXISTS `wp_amelia_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_services` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  `color` varchar(255) NOT NULL DEFAULT '',
  `price` double NOT NULL,
  `status` enum('hidden','visible','disabled') NOT NULL DEFAULT 'visible',
  `categoryId` int NOT NULL,
  `minCapacity` int NOT NULL,
  `maxCapacity` int NOT NULL,
  `duration` int NOT NULL,
  `timeBefore` int DEFAULT '0',
  `timeAfter` int DEFAULT '0',
  `bringingAnyone` tinyint(1) DEFAULT '1',
  `priority` enum('least_expensive','most_expensive','least_occupied','most_occupied') NOT NULL,
  `pictureFullPath` varchar(767) DEFAULT NULL,
  `pictureThumbPath` varchar(767) DEFAULT NULL,
  `position` int DEFAULT '0',
  `show` tinyint(1) DEFAULT '1',
  `aggregatedPrice` tinyint(1) DEFAULT '1',
  `settings` mediumtext,
  `recurringCycle` enum('disabled','all','daily','weekly','monthly') DEFAULT 'disabled',
  `recurringSub` enum('disabled','past','future','both') DEFAULT 'future',
  `recurringPayment` int DEFAULT '0',
  `translations` text,
  `depositPayment` enum('disabled','fixed','percentage') DEFAULT 'disabled',
  `depositPerPerson` tinyint(1) DEFAULT '1',
  `deposit` double DEFAULT '0',
  `fullPayment` tinyint(1) DEFAULT '0',
  `mandatoryExtra` tinyint(1) DEFAULT '0',
  `minSelectedExtras` int DEFAULT '0',
  `customPricing` text,
  `maxExtraPeople` int DEFAULT NULL,
  `limitPerCustomer` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_services`
--

LOCK TABLES `wp_amelia_services` WRITE;
/*!40000 ALTER TABLE `wp_amelia_services` DISABLE KEYS */;
INSERT INTO `wp_amelia_services` VALUES (1,'Reserva del Museo','','#1788FB',20000,'visible',1,1,15,900,NULL,NULL,0,'least_expensive','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/hero-scaled.png','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/hero-150x150.png',2,1,1,'{\"payments\":{\"paymentLinks\":{\"enabled\":false,\"changeBookingStatus\":false,\"redirectUrl\":\"http:\\/\\/localhost:8080\\/ORION\\/CompraMuseo?id=513&valortotal=0&cantvoletatipo1=9&cantvoletatipo2=5&cantvoletatipo3=0&tarifa1=0&tarifa2=0&tarifa3=0\"}},\"general\":{\"minimumTimeRequirementPriorToCanceling\":86400,\"redirectUrlAfterAppointment\":\"https:\\/\\/siau.unillanos.edu.co:8443\\/ORION\\/CompraMuseo?id=513&valortotal=0&cantvoletatipo1=9&cantvoletatipo2=5&cantvoletatipo3=0&tarifa1=0&tarifa2=0&tarifa3=0\",\"defaultAppointmentStatus\":\"approved\",\"numberOfDaysAvailableForBooking\":365,\"minimumTimeRequirementPriorToRescheduling\":86400,\"minimumTimeRequirementPriorToBooking\":null},\"zoom\":{\"enabled\":false},\"lessonSpace\":{\"enabled\":false},\"googleMeet\":{\"enabled\":false},\"microsoftTeams\":{\"enabled\":false},\"activation\":{\"version\":\"8.6\"}}','all','future',0,NULL,'disabled',1,0,0,0,NULL,'{\"enabled\":null,\"durations\":{\"3600\":{\"price\":0,\"rules\":[]}},\"persons\":{\"2\":{\"price\":0,\"rules\":[]}},\"periods\":{\"default\":[],\"custom\":[]}}',14,'{\"enabled\":true,\"numberOfApp\":15,\"timeFrame\":\"day\",\"period\":1,\"from\":\"dateBooked\"}'),(3,'Reserva de museo especial','','#1788FB',15000,'visible',2,15,15,900,900,900,1,'least_expensive','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/1f3f1ee076b77e1fabd4857592ca41b8.jpg','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/1f3f1ee076b77e1fabd4857592ca41b8-150x150.jpg',1,1,1,'{\"payments\":{\"paymentLinks\":{\"enabled\":false,\"changeBookingStatus\":false,\"redirectUrl\":null}},\"general\":{\"minimumTimeRequirementPriorToCanceling\":86400,\"minimumTimeRequirementPriorToRescheduling\":86400,\"redirectUrlAfterAppointment\":\"https:\\/\\/siau.unillanos.edu.co:8443\\/ORION\\/CompraMuseo?id=513&valortotal=0&cantvoletatipo1=5&cantvoletatipo2=6&cantvoletatipo3=0&tarifa1=0&tarifa2=0&tarifa3=0\",\"minimumTimeRequirementPriorToBooking\":0},\"zoom\":{\"enabled\":false},\"lessonSpace\":{\"enabled\":false},\"googleMeet\":{\"enabled\":false},\"microsoftTeams\":{\"enabled\":false},\"activation\":{\"version\":\"8.6\"}}','all','future',0,NULL,'disabled',1,0,0,0,NULL,'{\"enabled\":null,\"durations\":{},\"persons\":{\"2\":{\"price\":0,\"rules\":[]}},\"periods\":{\"default\":[],\"custom\":[]}}',14,'{\"enabled\":false,\"numberOfApp\":1,\"timeFrame\":\"day\",\"period\":1,\"from\":\"bookingDate\"}');
/*!40000 ALTER TABLE `wp_amelia_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_services_views`
--

DROP TABLE IF EXISTS `wp_amelia_services_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_services_views` (
  `id` int NOT NULL AUTO_INCREMENT,
  `serviceId` int NOT NULL,
  `date` date NOT NULL,
  `views` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_services_views`
--

LOCK TABLES `wp_amelia_services_views` WRITE;
/*!40000 ALTER TABLE `wp_amelia_services_views` DISABLE KEYS */;
INSERT INTO `wp_amelia_services_views` VALUES (1,1,'2025-11-27',2),(2,1,'2025-11-28',2),(3,1,'2025-12-04',1),(4,1,'2025-12-10',2),(5,3,'2025-12-10',1),(6,3,'2026-01-14',1);
/*!40000 ALTER TABLE `wp_amelia_services_views` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_amelia_taxes`
--

DROP TABLE IF EXISTS `wp_amelia_taxes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_taxes` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `amount` double NOT NULL,
  `type` enum('percentage','fixed') NOT NULL,
  `status` enum('hidden','visible') NOT NULL,
  `allServices` tinyint(1) NOT NULL DEFAULT '0',
  `allEvents` tinyint(1) NOT NULL DEFAULT '0',
  `allPackages` tinyint(1) NOT NULL DEFAULT '0',
  `allExtras` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_taxes`
--

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

--
-- Table structure for table `wp_amelia_taxes_to_entities`
--

DROP TABLE IF EXISTS `wp_amelia_taxes_to_entities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_taxes_to_entities` (
  `id` int NOT NULL AUTO_INCREMENT,
  `taxId` int NOT NULL,
  `entityId` int NOT NULL,
  `entityType` enum('service','extra','event','package') NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_taxes_to_entities`
--

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

--
-- Table structure for table `wp_amelia_users`
--

DROP TABLE IF EXISTS `wp_amelia_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_amelia_users` (
  `id` int NOT NULL AUTO_INCREMENT,
  `status` enum('hidden','visible','disabled','blocked') NOT NULL DEFAULT 'visible',
  `type` enum('customer','provider','manager','admin') NOT NULL,
  `externalId` bigint DEFAULT NULL,
  `firstName` varchar(255) NOT NULL DEFAULT '',
  `lastName` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) DEFAULT NULL,
  `birthday` date DEFAULT NULL,
  `phone` varchar(63) DEFAULT NULL,
  `gender` enum('male','female') DEFAULT NULL,
  `note` text,
  `description` text,
  `pictureFullPath` varchar(767) DEFAULT NULL,
  `pictureThumbPath` varchar(767) DEFAULT NULL,
  `password` varchar(128) DEFAULT NULL,
  `usedTokens` text,
  `zoomUserId` varchar(255) DEFAULT NULL,
  `stripeConnect` varchar(255) DEFAULT NULL,
  `countryPhoneIso` varchar(2) DEFAULT NULL,
  `translations` text,
  `customFields` text,
  `timeZone` varchar(255) DEFAULT NULL,
  `appleCalendarId` varchar(255) DEFAULT NULL,
  `employeeAppleCalendar` text,
  `badgeId` int DEFAULT NULL,
  `error` mediumtext,
  `show` tinyint(1) DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `email` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_amelia_users`
--

LOCK TABLES `wp_amelia_users` WRITE;
/*!40000 ALTER TABLE `wp_amelia_users` DISABLE KEYS */;
INSERT INTO `wp_amelia_users` VALUES (1,'visible','provider',NULL,'TAQUILLA','Museo','[email protected]',NULL,'+57123456789',NULL,NULL,NULL,'https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/descarga.png','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/descarga-150x150.png',NULL,NULL,NULL,NULL,'co',NULL,NULL,'America/Bogota',NULL,NULL,NULL,'',0),(2,'visible','provider',NULL,'Centro de Apropiacion','Del Conocimiento','[email protected]',NULL,'',NULL,NULL,NULL,'https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/hero-scaled.png','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/hero-150x150.png',NULL,NULL,NULL,NULL,'us',NULL,NULL,'America/Bogota',NULL,NULL,NULL,'',1),(3,'visible','customer',NULL,'juan','david','[email protected]',NULL,'+573145675890',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'co','{\"defaultLanguage\":\"es_ES\"}',NULL,NULL,NULL,NULL,NULL,'',1);
/*!40000 ALTER TABLE `wp_amelia_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_booking`
--

DROP TABLE IF EXISTS `wp_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_booking` (
  `booking_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `form` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `booking_type` bigint NOT NULL DEFAULT '1',
  `modification_date` datetime DEFAULT NULL,
  `creation_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `sort_date` datetime DEFAULT NULL,
  `status` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `is_new` bigint NOT NULL DEFAULT '1',
  `sync_gid` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `is_trash` datetime DEFAULT NULL,
  `trash` bigint NOT NULL DEFAULT '0',
  `booking_options` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `hash` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`booking_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_booking`
--

LOCK TABLES `wp_booking` WRITE;
/*!40000 ALTER TABLE `wp_booking` DISABLE KEYS */;
INSERT INTO `wp_booking` VALUES (1,'text^name1^John~text^secondname1^Smith~text^email1^[email protected]~text^phone1^458-77-77~textarea^details1^This is a test booking showing booking for several days.',1,'2025-07-22 11:30:47','2025-07-22 16:30:47','2025-07-24 00:00:00','',1,'',NULL,0,NULL,'17397c4508d4b6a52ddeef3af3d660f1'),(2,'text^name1^Emma~text^secondname1^Robinson~text^email1^[email protected]~text^phone1^999-77-77~textarea^details1^This is a test booking showing booking for several days.',1,'2025-07-22 11:30:47','2025-07-22 16:30:47','2025-08-19 00:00:00','',1,'',NULL,0,NULL,'2a978ac31e1059d405716c2228c45576'),(3,'selectbox^rangetime1^10:00 - 10:30~text^name1^Sophia~text^secondname1^Robinson~text^email1^[email protected]~text^phone1^458-77-77~textarea^details1^This is a test booking showing a one day time slot booking.',1,'2025-07-22 11:30:47','2025-07-22 16:30:47','2025-07-30 10:00:01','',0,'',NULL,0,NULL,'f2680498e6ca910f9ce7128a01e1e094');
/*!40000 ALTER TABLE `wp_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_booking_dates_props`
--

DROP TABLE IF EXISTS `wp_booking_dates_props`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_booking_dates_props` (
  `booking_dates_prop_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `resource_id` bigint NOT NULL DEFAULT '1',
  `calendar_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `prop_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `prop_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`booking_dates_prop_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_booking_dates_props`
--

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

--
-- Table structure for table `wp_bookingdates`
--

DROP TABLE IF EXISTS `wp_bookingdates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_bookingdates` (
  `booking_dates_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `booking_id` bigint unsigned NOT NULL,
  `booking_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `approved` bigint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`booking_dates_id`),
  UNIQUE KEY `booking_id_dates` (`booking_id`,`booking_date`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookingdates`
--

LOCK TABLES `wp_bookingdates` WRITE;
/*!40000 ALTER TABLE `wp_bookingdates` DISABLE KEYS */;
INSERT INTO `wp_bookingdates` VALUES (1,1,'2025-07-24 00:00:00',1),(2,1,'2025-07-25 00:00:00',1),(3,1,'2025-07-26 00:00:00',1),(4,2,'2025-08-19 00:00:00',0),(5,2,'2025-08-20 00:00:00',0),(6,2,'2025-08-21 00:00:00',0),(7,3,'2025-07-30 10:00:01',1),(8,3,'2025-07-30 10:30:02',1);
/*!40000 ALTER TABLE `wp_bookingdates` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'Un comentarista de WordPress','[email protected]','https://es.wordpress.org/','','2025-06-25 20:33:56','2025-06-25 18:33:56','Hola, esto es un comentario.\nPara empezar a moderar, editar y borrar comentarios, por favor, visita en el escritorio la pantalla de comentarios.\nLos avatares de los comentaristas provienen de <a href=\"https://es.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_events` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
INSERT INTO `wp_e_events` VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-06-26T09:47:16.293+05:00\"}','2025-06-25 23:47:16');
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

--
-- Table structure for table `wp_mp_timetable_data`
--

DROP TABLE IF EXISTS `wp_mp_timetable_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mp_timetable_data` (
  `id` int NOT NULL AUTO_INCREMENT,
  `column_id` int NOT NULL,
  `event_id` int NOT NULL,
  `event_start` time NOT NULL,
  `event_end` time NOT NULL,
  `user_id` int NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mp_timetable_data`
--

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

--
-- Table structure for table `wp_mpbc_prices`
--

DROP TABLE IF EXISTS `wp_mpbc_prices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mpbc_prices` (
  `time_slot_id` int NOT NULL,
  `variation_id` int NOT NULL,
  `price` double(11,2) NOT NULL,
  PRIMARY KEY (`time_slot_id`,`variation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mpbc_prices`
--

LOCK TABLES `wp_mpbc_prices` WRITE;
/*!40000 ALTER TABLE `wp_mpbc_prices` DISABLE KEYS */;
INSERT INTO `wp_mpbc_prices` VALUES (11408,182,20000.00),(11408,185,15000.00),(11409,182,20000.00),(11409,185,15000.00),(11410,182,20000.00),(11410,185,15000.00),(11411,182,20000.00),(11411,185,15000.00),(11412,182,20000.00),(11412,185,15000.00),(11413,182,20000.00),(11413,185,15000.00),(11414,182,20000.00),(11414,185,15000.00),(11415,182,20000.00),(11415,185,15000.00),(11416,182,20000.00),(11416,185,15000.00),(11417,182,20000.00),(11417,185,15000.00),(11418,182,20000.00),(11418,185,15000.00),(11419,182,20000.00),(11419,185,15000.00),(11420,182,20000.00),(11420,185,15000.00),(11421,182,20000.00),(11421,185,15000.00),(11422,182,20000.00),(11422,185,15000.00),(11423,182,20000.00),(11423,185,15000.00),(11424,182,20000.00),(11424,185,15000.00),(11425,182,20000.00),(11425,185,15000.00),(11426,182,20000.00),(11426,185,15000.00),(11427,182,20000.00),(11427,185,15000.00),(11428,182,20000.00),(11428,185,15000.00),(11429,182,20000.00),(11429,185,15000.00),(11430,182,20000.00),(11430,185,15000.00),(11431,182,20000.00),(11431,185,15000.00),(11432,182,20000.00),(11432,185,15000.00),(11433,182,20000.00),(11433,185,15000.00),(11434,182,20000.00),(11434,185,15000.00),(11435,182,20000.00),(11435,185,15000.00),(11436,182,20000.00),(11436,185,15000.00),(11437,182,20000.00),(11437,185,15000.00),(11438,182,20000.00),(11438,185,15000.00),(11439,182,20000.00),(11439,185,15000.00),(11440,182,20000.00),(11440,185,15000.00),(11441,182,20000.00),(11441,185,15000.00),(11442,182,20000.00),(11442,185,15000.00),(11443,182,20000.00),(11443,185,15000.00),(11444,182,20000.00),(11444,185,15000.00),(11445,182,20000.00),(11445,185,15000.00),(11446,182,20000.00),(11446,185,15000.00),(11447,182,20000.00),(11447,185,15000.00),(11448,182,20000.00),(11448,185,15000.00),(11449,182,20000.00),(11449,185,15000.00),(11450,182,20000.00),(11450,185,15000.00),(11451,182,20000.00),(11451,185,15000.00),(11452,182,20000.00),(11452,185,15000.00),(11453,182,20000.00),(11453,185,15000.00),(11454,182,20000.00),(11454,185,15000.00),(11455,182,20000.00),(11455,185,15000.00),(11456,182,20000.00),(11456,185,15000.00),(11457,182,20000.00),(11457,185,15000.00),(11458,182,20000.00),(11458,185,15000.00),(11459,182,20000.00),(11459,185,15000.00),(11460,182,20000.00),(11460,185,15000.00),(11461,182,20000.00),(11461,185,15000.00),(11462,182,20000.00),(11462,185,15000.00),(11463,182,20000.00),(11463,185,15000.00),(11464,182,20000.00),(11464,185,15000.00),(11465,182,20000.00),(11465,185,15000.00),(11466,182,20000.00),(11466,185,15000.00),(11467,182,20000.00),(11467,185,15000.00),(11468,182,20000.00),(11468,185,15000.00),(11469,182,20000.00),(11469,185,15000.00),(11470,182,20000.00),(11470,185,15000.00),(11471,182,20000.00),(11471,185,15000.00),(11472,182,20000.00),(11472,185,15000.00),(11473,182,20000.00),(11473,185,15000.00),(11474,182,20000.00),(11474,185,15000.00),(11475,182,20000.00),(11475,185,15000.00),(11476,182,20000.00),(11476,185,15000.00),(11477,182,20000.00),(11477,185,15000.00),(11478,182,20000.00),(11478,185,15000.00),(11479,182,20000.00),(11479,185,15000.00),(11480,182,20000.00),(11480,185,15000.00),(11481,182,20000.00),(11481,185,15000.00),(11482,182,20000.00),(11482,185,15000.00),(11483,182,20000.00),(11483,185,15000.00),(11484,182,20000.00),(11484,185,15000.00),(11485,182,20000.00),(11485,185,15000.00),(11486,182,20000.00),(11486,185,15000.00),(11487,182,20000.00),(11487,185,15000.00),(11488,182,20000.00),(11488,185,15000.00),(11489,182,20000.00),(11489,185,15000.00),(11490,182,20000.00),(11490,185,15000.00),(11491,182,20000.00),(11491,185,15000.00),(11492,182,20000.00),(11492,185,15000.00),(11493,182,20000.00),(11493,185,15000.00),(11494,182,20000.00),(11494,185,15000.00),(11495,182,20000.00),(11495,185,15000.00),(11496,182,20000.00),(11496,185,15000.00),(11497,182,20000.00),(11497,185,15000.00),(11498,182,20000.00),(11498,185,15000.00),(11499,182,20000.00),(11499,185,15000.00),(11500,182,20000.00),(11500,185,15000.00),(11501,182,20000.00),(11501,185,15000.00),(11502,182,20000.00),(11502,185,15000.00),(11503,182,20000.00),(11503,185,15000.00),(11504,182,20000.00),(11504,185,15000.00),(11505,182,20000.00),(11505,185,15000.00),(11506,182,20000.00),(11506,185,15000.00),(11507,182,20000.00),(11507,185,15000.00),(11508,182,20000.00),(11508,185,15000.00),(11509,182,20000.00),(11509,185,15000.00),(11510,182,20000.00),(11510,185,15000.00),(11511,182,20000.00),(11511,185,15000.00),(11512,182,20000.00),(11512,185,15000.00),(11513,182,20000.00),(11513,185,15000.00),(11514,182,20000.00),(11514,185,15000.00),(11515,182,20000.00),(11515,185,15000.00),(11516,182,20000.00),(11516,185,15000.00),(11517,182,20000.00),(11517,185,15000.00),(11518,182,20000.00),(11518,185,15000.00),(11519,182,20000.00),(11519,185,15000.00),(11520,182,20000.00),(11520,185,15000.00),(11521,182,20000.00),(11521,185,15000.00),(11522,182,20000.00),(11522,185,15000.00),(11523,182,20000.00),(11523,185,15000.00),(11524,182,20000.00),(11524,185,15000.00),(11525,182,20000.00),(11525,185,15000.00),(11526,182,20000.00),(11526,185,15000.00),(11527,182,20000.00),(11527,185,15000.00),(11528,182,20000.00),(11528,185,15000.00),(11529,182,20000.00),(11529,185,15000.00),(11530,182,20000.00),(11530,185,15000.00),(11531,182,20000.00),(11531,185,15000.00),(11532,182,20000.00),(11532,185,15000.00),(11533,182,20000.00),(11533,185,15000.00),(11534,182,20000.00),(11534,185,15000.00),(11535,182,20000.00),(11535,185,15000.00),(11536,182,20000.00),(11536,185,15000.00),(11537,182,20000.00),(11537,185,15000.00),(11538,182,20000.00),(11538,185,15000.00),(11539,182,20000.00),(11539,185,15000.00),(11540,182,20000.00),(11540,185,15000.00),(11541,182,20000.00),(11541,185,15000.00),(11542,182,20000.00),(11542,185,15000.00),(11543,182,20000.00),(11543,185,15000.00),(11544,182,20000.00),(11544,185,15000.00),(11545,182,20000.00),(11545,185,15000.00),(11546,182,20000.00),(11546,185,15000.00),(11547,182,20000.00),(11547,185,15000.00),(11548,182,20000.00),(11548,185,15000.00),(11549,182,20000.00),(11549,185,15000.00),(11550,182,20000.00),(11550,185,15000.00),(11551,182,20000.00),(11551,185,15000.00),(11552,182,20000.00),(11552,185,15000.00),(11553,182,20000.00),(11553,185,15000.00),(11554,182,20000.00),(11554,185,15000.00),(11555,182,20000.00),(11555,185,15000.00),(11556,182,20000.00),(11556,185,15000.00),(11557,182,20000.00),(11557,185,15000.00),(11558,182,20000.00),(11558,185,15000.00),(11559,182,20000.00),(11559,185,15000.00),(11560,182,20000.00),(11560,185,15000.00),(11561,182,20000.00),(11561,185,15000.00),(11562,182,20000.00),(11562,185,15000.00),(11563,182,20000.00),(11563,185,15000.00),(11564,182,20000.00),(11564,185,15000.00),(11565,182,20000.00),(11565,185,15000.00),(11566,182,20000.00),(11566,185,15000.00),(11567,182,20000.00),(11567,185,15000.00),(11568,182,20000.00),(11568,185,15000.00),(11569,182,20000.00),(11569,185,15000.00),(11570,182,20000.00),(11570,185,15000.00),(11571,182,20000.00),(11571,185,15000.00),(11572,182,20000.00),(11572,185,15000.00),(11573,182,20000.00),(11573,185,15000.00),(11574,182,20000.00),(11574,185,15000.00),(11575,182,20000.00),(11575,185,15000.00),(11576,182,20000.00),(11576,185,15000.00),(11577,182,20000.00),(11577,185,15000.00),(11578,182,20000.00),(11578,185,15000.00),(11579,182,20000.00),(11579,185,15000.00),(11580,182,20000.00),(11580,185,15000.00),(11581,182,20000.00),(11581,185,15000.00),(11582,182,20000.00),(11582,185,15000.00),(11583,182,20000.00),(11583,185,15000.00),(11584,182,20000.00),(11584,185,15000.00),(11585,182,20000.00),(11585,185,15000.00),(11586,182,20000.00),(11586,185,15000.00),(11587,182,20000.00),(11587,185,15000.00),(11588,182,20000.00),(11588,185,15000.00),(11589,182,20000.00),(11589,185,15000.00),(11590,182,20000.00),(11590,185,15000.00),(11591,182,20000.00),(11591,185,15000.00),(11592,182,20000.00),(11592,185,15000.00),(11593,182,20000.00),(11593,185,15000.00),(11594,182,20000.00),(11594,185,15000.00),(11595,182,20000.00),(11595,185,15000.00),(11596,182,20000.00),(11596,185,15000.00),(11597,182,20000.00),(11597,185,15000.00),(11598,182,20000.00),(11598,185,15000.00),(11599,182,20000.00),(11599,185,15000.00),(11600,182,20000.00),(11600,185,15000.00),(11601,182,20000.00),(11601,185,15000.00),(11602,182,20000.00),(11602,185,15000.00),(11603,182,20000.00),(11603,185,15000.00),(11604,182,20000.00),(11604,185,15000.00),(11605,182,20000.00),(11605,185,15000.00),(11606,182,20000.00),(11606,185,15000.00),(11607,182,20000.00),(11607,185,15000.00),(11608,182,20000.00),(11608,185,15000.00),(11609,182,20000.00),(11609,185,15000.00),(11610,182,20000.00),(11610,185,15000.00),(11611,182,20000.00),(11611,185,15000.00),(11612,182,20000.00),(11612,185,15000.00),(11613,182,20000.00),(11613,185,15000.00),(11614,182,20000.00),(11614,185,15000.00),(11615,182,20000.00),(11615,185,15000.00),(11616,182,20000.00),(11616,185,15000.00),(11617,182,20000.00),(11617,185,15000.00),(11618,182,20000.00),(11618,185,15000.00),(11619,182,20000.00),(11619,185,15000.00),(11620,182,20000.00),(11620,185,15000.00),(11621,182,20000.00),(11621,185,15000.00),(11622,182,20000.00),(11622,185,15000.00),(11623,182,20000.00),(11623,185,15000.00),(11624,182,20000.00),(11624,185,15000.00),(11625,182,20000.00),(11625,185,15000.00),(11626,182,20000.00),(11626,185,15000.00),(11627,182,20000.00),(11627,185,15000.00),(11628,182,20000.00),(11628,185,15000.00),(11629,182,20000.00),(11629,185,15000.00),(11630,182,20000.00),(11630,185,15000.00),(11631,182,20000.00),(11631,185,15000.00),(11632,182,20000.00),(11632,185,15000.00),(11633,182,20000.00),(11633,185,15000.00),(11634,182,20000.00),(11634,185,15000.00),(11635,182,20000.00),(11635,185,15000.00),(11636,182,20000.00),(11636,185,15000.00),(11637,182,20000.00),(11637,185,15000.00),(11638,182,20000.00),(11638,185,15000.00),(11639,182,20000.00),(11639,185,15000.00),(11640,182,20000.00),(11640,185,15000.00),(11641,182,20000.00),(11641,185,15000.00),(11642,182,20000.00),(11642,185,15000.00),(11643,182,20000.00),(11643,185,15000.00),(11644,182,20000.00),(11644,185,15000.00),(11645,182,20000.00),(11645,185,15000.00),(11646,182,20000.00),(11646,185,15000.00),(11647,182,20000.00),(11647,185,15000.00),(11648,182,20000.00),(11648,185,15000.00),(11649,182,20000.00),(11649,185,15000.00),(11650,182,20000.00),(11650,185,15000.00),(11651,182,20000.00),(11651,185,15000.00),(11652,182,20000.00),(11652,185,15000.00),(11653,182,20000.00),(11653,185,15000.00),(11654,182,20000.00),(11654,185,15000.00),(11655,182,20000.00),(11655,185,15000.00),(11656,182,20000.00),(11656,185,15000.00),(11657,182,20000.00),(11657,185,15000.00),(11658,182,20000.00),(11658,185,15000.00),(11659,182,20000.00),(11659,185,15000.00),(11660,182,20000.00),(11660,185,15000.00),(11661,182,20000.00),(11661,185,15000.00),(11662,182,20000.00),(11662,185,15000.00),(11663,182,20000.00),(11663,185,15000.00),(11664,182,20000.00),(11664,185,15000.00),(11665,182,20000.00),(11665,185,15000.00),(11666,182,20000.00),(11666,185,15000.00),(11667,182,20000.00),(11667,185,15000.00),(11668,182,20000.00),(11668,185,15000.00),(11669,182,20000.00),(11669,185,15000.00),(11670,182,20000.00),(11670,185,15000.00),(11671,182,20000.00),(11671,185,15000.00),(11672,182,20000.00),(11672,185,15000.00),(11673,182,20000.00),(11673,185,15000.00),(11674,182,20000.00),(11674,185,15000.00),(11675,182,20000.00),(11675,185,15000.00),(11676,182,20000.00),(11676,185,15000.00),(11677,182,20000.00),(11677,185,15000.00),(11678,182,20000.00),(11678,185,15000.00),(11679,182,20000.00),(11679,185,15000.00),(11680,182,20000.00),(11680,185,15000.00),(11681,182,20000.00),(11681,185,15000.00),(11682,182,20000.00),(11682,185,15000.00),(11683,182,20000.00),(11683,185,15000.00),(11684,182,20000.00),(11684,185,15000.00),(11685,182,20000.00),(11685,185,15000.00),(11686,182,20000.00),(11686,185,15000.00),(11687,182,20000.00),(11687,185,15000.00),(11688,182,20000.00),(11688,185,15000.00),(11689,182,20000.00),(11689,185,15000.00),(11690,182,20000.00),(11690,185,15000.00),(11691,182,20000.00),(11691,185,15000.00),(11692,182,20000.00),(11692,185,15000.00),(11693,182,20000.00),(11693,185,15000.00),(11694,182,20000.00),(11694,185,15000.00),(11695,182,20000.00),(11695,185,15000.00),(11696,182,20000.00),(11696,185,15000.00),(11697,182,20000.00),(11697,185,15000.00),(11698,182,20000.00),(11698,185,15000.00),(11699,182,20000.00),(11699,185,15000.00),(11700,182,20000.00),(11700,185,15000.00),(11701,182,20000.00),(11701,185,15000.00),(11702,182,20000.00),(11702,185,15000.00),(11703,182,20000.00),(11703,185,15000.00),(11704,182,20000.00),(11704,185,15000.00),(11705,182,20000.00),(11705,185,15000.00),(11706,182,20000.00),(11706,185,15000.00),(11707,182,20000.00),(11707,185,15000.00),(11708,182,20000.00),(11708,185,15000.00),(11709,182,20000.00),(11709,185,15000.00),(11710,182,20000.00),(11710,185,15000.00),(11711,182,20000.00),(11711,185,15000.00),(11712,182,20000.00),(11712,185,15000.00),(11713,182,20000.00),(11713,185,15000.00),(11714,182,20000.00),(11714,185,15000.00),(11715,182,20000.00),(11715,185,15000.00),(11716,182,20000.00),(11716,185,15000.00),(11717,182,20000.00),(11717,185,15000.00),(11718,182,20000.00),(11718,185,15000.00),(11719,182,20000.00),(11719,185,15000.00),(11720,182,20000.00),(11720,185,15000.00),(11721,182,20000.00),(11721,185,15000.00),(11722,182,20000.00),(11722,185,15000.00),(11723,182,20000.00),(11723,185,15000.00),(11724,182,20000.00),(11724,185,15000.00),(11725,182,20000.00),(11725,185,15000.00),(11726,182,20000.00),(11726,185,15000.00),(11727,182,20000.00),(11727,185,15000.00),(11728,182,20000.00),(11728,185,15000.00),(11729,182,20000.00),(11729,185,15000.00),(11730,182,20000.00),(11730,185,15000.00),(11731,182,20000.00),(11731,185,15000.00),(11732,182,20000.00),(11732,185,15000.00),(11733,182,20000.00),(11733,185,15000.00),(11734,182,20000.00),(11734,185,15000.00),(11735,182,20000.00),(11735,185,15000.00),(11736,182,20000.00),(11736,185,15000.00),(11737,182,20000.00),(11737,185,15000.00),(11738,182,20000.00),(11738,185,15000.00),(11739,182,20000.00),(11739,185,15000.00),(11740,182,20000.00),(11740,185,15000.00),(11741,182,20000.00),(11741,185,15000.00),(11742,182,20000.00),(11742,185,15000.00),(11743,182,20000.00),(11743,185,15000.00),(11744,182,20000.00),(11744,185,15000.00),(11745,182,20000.00),(11745,185,15000.00),(11746,182,20000.00),(11746,185,15000.00),(11747,182,20000.00),(11747,185,15000.00),(11748,182,20000.00),(11748,185,15000.00),(11749,182,20000.00),(11749,185,15000.00),(11750,182,20000.00),(11750,185,15000.00),(11751,182,20000.00),(11751,185,15000.00),(11752,182,20000.00),(11752,185,15000.00),(11753,182,20000.00),(11753,185,15000.00),(11754,182,20000.00),(11754,185,15000.00),(11755,182,20000.00),(11755,185,15000.00),(11756,182,20000.00),(11756,185,15000.00),(11757,182,20000.00),(11757,185,15000.00),(11758,182,20000.00),(11758,185,15000.00),(11759,182,20000.00),(11759,185,15000.00),(11760,182,20000.00),(11760,185,15000.00),(11761,182,20000.00),(11761,185,15000.00),(11762,182,20000.00),(11762,185,15000.00),(11763,182,20000.00),(11763,185,15000.00),(11764,182,20000.00),(11764,185,15000.00),(11765,182,20000.00),(11765,185,15000.00),(11766,182,20000.00),(11766,185,15000.00),(11767,182,20000.00),(11767,185,15000.00),(11768,182,20000.00),(11768,185,15000.00),(11769,182,20000.00),(11769,185,15000.00),(11770,182,20000.00),(11770,185,15000.00),(11771,182,20000.00),(11771,185,15000.00),(11772,182,20000.00),(11772,185,15000.00),(11773,182,20000.00),(11773,185,15000.00),(11774,182,20000.00),(11774,185,15000.00),(11775,182,20000.00),(11775,185,15000.00),(11776,182,20000.00),(11776,185,15000.00),(11777,182,20000.00),(11777,185,15000.00),(11778,182,20000.00),(11778,185,15000.00),(11779,182,20000.00),(11779,185,15000.00),(11780,182,20000.00),(11780,185,15000.00),(11781,182,20000.00),(11781,185,15000.00),(11782,182,20000.00),(11782,185,15000.00),(11783,182,20000.00),(11783,185,15000.00),(11784,182,20000.00),(11784,185,15000.00),(11785,182,20000.00),(11785,185,15000.00),(11786,182,20000.00),(11786,185,15000.00),(11787,182,20000.00),(11787,185,15000.00),(11788,182,20000.00),(11788,185,15000.00),(11789,182,20000.00),(11789,185,15000.00),(11790,182,20000.00),(11790,185,15000.00),(11791,182,20000.00),(11791,185,15000.00),(11792,182,20000.00),(11792,185,15000.00),(11793,182,20000.00),(11793,185,15000.00),(11794,182,20000.00),(11794,185,15000.00),(11795,182,20000.00),(11795,185,15000.00),(11796,182,20000.00),(11796,185,15000.00),(11797,182,20000.00),(11797,185,15000.00),(11798,182,20000.00),(11798,185,15000.00),(11799,182,20000.00),(11799,185,15000.00),(11800,182,20000.00),(11800,185,15000.00),(11801,182,20000.00),(11801,185,15000.00),(11802,182,20000.00),(11802,185,15000.00),(11803,182,20000.00),(11803,185,15000.00),(11804,182,20000.00),(11804,185,15000.00),(11805,182,20000.00),(11805,185,15000.00),(11806,182,20000.00),(11806,185,15000.00),(11807,182,20000.00),(11807,185,15000.00),(11808,182,20000.00),(11808,185,15000.00),(11809,182,20000.00),(11809,185,15000.00),(11810,182,20000.00),(11810,185,15000.00),(11811,182,20000.00),(11811,185,15000.00),(11812,182,20000.00),(11812,185,15000.00),(11813,182,20000.00),(11813,185,15000.00),(11814,182,20000.00),(11814,185,15000.00),(11815,182,20000.00),(11815,185,15000.00),(11816,182,20000.00),(11816,185,15000.00),(11817,182,20000.00),(11817,185,15000.00),(11818,182,20000.00),(11818,185,15000.00),(11819,182,20000.00),(11819,185,15000.00),(11820,182,20000.00),(11820,185,15000.00),(11821,182,20000.00),(11821,185,15000.00),(11822,182,20000.00),(11822,185,15000.00),(11823,182,20000.00),(11823,185,15000.00),(11824,182,20000.00),(11824,185,15000.00),(11825,182,20000.00),(11825,185,15000.00),(11826,182,20000.00),(11826,185,15000.00),(11827,182,20000.00),(11827,185,15000.00),(11828,182,20000.00),(11828,185,15000.00),(11829,182,20000.00),(11829,185,15000.00),(11830,182,20000.00),(11830,185,15000.00),(11831,182,20000.00),(11831,185,15000.00),(11832,182,20000.00),(11832,185,15000.00),(11833,182,20000.00),(11833,185,15000.00),(11834,182,20000.00),(11834,185,15000.00),(11835,182,20000.00),(11835,185,15000.00),(11836,182,20000.00),(11836,185,15000.00),(11837,182,20000.00),(11837,185,15000.00),(11838,182,20000.00),(11838,185,15000.00),(11839,182,20000.00),(11839,185,15000.00),(11840,182,20000.00),(11840,185,15000.00),(11841,182,20000.00),(11841,185,15000.00),(11842,182,20000.00),(11842,185,15000.00),(11843,182,20000.00),(11843,185,15000.00),(11844,182,20000.00),(11844,185,15000.00),(11845,182,20000.00),(11845,185,15000.00),(11846,182,20000.00),(11846,185,15000.00),(11847,182,20000.00),(11847,185,15000.00),(11848,182,20000.00),(11848,185,15000.00),(11849,182,20000.00),(11849,185,15000.00),(11850,182,20000.00),(11850,185,15000.00),(11851,182,20000.00),(11851,185,15000.00),(11852,182,20000.00),(11852,185,15000.00),(11853,182,20000.00),(11853,185,15000.00),(11854,182,20000.00),(11854,185,15000.00),(11855,182,20000.00),(11855,185,15000.00),(11856,182,20000.00),(11856,185,15000.00),(11857,182,20000.00),(11857,185,15000.00),(11858,182,20000.00),(11858,185,15000.00),(11859,182,20000.00),(11859,185,15000.00),(11860,182,20000.00),(11860,185,15000.00),(11861,182,20000.00),(11861,185,15000.00),(11862,182,20000.00),(11862,185,15000.00),(11863,182,20000.00),(11863,185,15000.00),(11864,182,20000.00),(11864,185,15000.00),(11865,182,20000.00),(11865,185,15000.00),(11866,182,20000.00),(11866,185,15000.00),(11867,182,20000.00),(11867,185,15000.00),(11868,182,20000.00),(11868,185,15000.00),(11869,182,20000.00),(11869,185,15000.00),(11870,182,20000.00),(11870,185,15000.00),(11871,182,20000.00),(11871,185,15000.00),(11872,182,20000.00),(11872,185,15000.00),(11873,182,20000.00),(11873,185,15000.00),(11874,182,20000.00),(11874,185,15000.00),(11875,182,20000.00),(11875,185,15000.00),(11876,182,20000.00),(11876,185,15000.00),(11877,182,20000.00),(11877,185,15000.00),(11878,182,20000.00),(11878,185,15000.00),(11879,182,20000.00),(11879,185,15000.00),(11880,182,20000.00),(11880,185,15000.00),(11881,182,20000.00),(11881,185,15000.00),(11882,182,20000.00),(11882,185,15000.00),(11883,182,20000.00),(11883,185,15000.00),(11884,182,20000.00),(11884,185,15000.00),(11885,182,20000.00),(11885,185,15000.00),(11886,182,20000.00),(11886,185,15000.00),(11887,182,20000.00),(11887,185,15000.00),(11888,182,20000.00),(11888,185,15000.00),(11889,182,20000.00),(11889,185,15000.00),(11890,182,20000.00),(11890,185,15000.00),(11891,182,20000.00),(11891,185,15000.00),(11892,182,20000.00),(11892,185,15000.00),(11893,182,20000.00),(11893,185,15000.00),(11894,182,20000.00),(11894,185,15000.00),(11895,182,20000.00),(11895,185,15000.00),(11896,182,20000.00),(11896,185,15000.00),(11897,182,20000.00),(11897,185,15000.00),(11898,182,20000.00),(11898,185,15000.00),(11899,182,20000.00),(11899,185,15000.00),(11900,182,20000.00),(11900,185,15000.00),(11901,182,20000.00),(11901,185,15000.00),(11902,182,20000.00),(11902,185,15000.00),(11903,182,20000.00),(11903,185,15000.00),(11904,182,20000.00),(11904,185,15000.00),(11905,182,20000.00),(11905,185,15000.00),(11906,182,20000.00),(11906,185,15000.00),(11907,182,20000.00),(11907,185,15000.00),(11908,182,20000.00),(11908,185,15000.00),(11909,182,20000.00),(11909,185,15000.00),(11910,182,20000.00),(11910,185,15000.00),(11911,182,20000.00),(11911,185,15000.00),(11912,182,20000.00),(11912,185,15000.00),(11913,182,20000.00),(11913,185,15000.00),(11914,182,20000.00),(11914,185,15000.00),(11915,182,20000.00),(11915,185,15000.00),(11916,182,20000.00),(11916,185,15000.00),(11917,182,20000.00),(11917,185,15000.00),(11918,182,20000.00),(11918,185,15000.00),(11919,182,20000.00),(11919,185,15000.00),(11920,182,20000.00),(11920,185,15000.00),(11921,182,20000.00),(11921,185,15000.00),(11922,182,20000.00),(11922,185,15000.00),(11923,182,20000.00),(11923,185,15000.00),(11924,182,20000.00),(11924,185,15000.00),(11925,182,20000.00),(11925,185,15000.00),(11926,182,20000.00),(11926,185,15000.00),(11927,182,20000.00),(11927,185,15000.00),(11928,182,20000.00),(11928,185,15000.00),(11929,182,20000.00),(11929,185,15000.00),(11930,182,20000.00),(11930,185,15000.00),(11931,182,20000.00),(11931,185,15000.00),(11932,182,20000.00),(11932,185,15000.00),(11933,182,20000.00),(11933,185,15000.00),(11934,182,20000.00),(11934,185,15000.00),(11935,182,20000.00),(11935,185,15000.00),(11936,182,20000.00),(11936,185,15000.00),(11937,182,20000.00),(11937,185,15000.00),(11938,182,20000.00),(11938,185,15000.00),(11939,182,20000.00),(11939,185,15000.00),(11940,182,20000.00),(11940,185,15000.00),(11941,182,20000.00),(11941,185,15000.00),(11942,182,20000.00),(11942,185,15000.00),(11943,182,20000.00),(11943,185,15000.00),(11944,182,20000.00),(11944,185,15000.00),(11945,182,20000.00),(11945,185,15000.00),(11946,182,20000.00),(11946,185,15000.00),(11947,182,20000.00),(11947,185,15000.00),(11948,182,20000.00),(11948,185,15000.00),(11949,182,20000.00),(11949,185,15000.00),(11950,182,20000.00),(11950,185,15000.00),(11951,182,20000.00),(11951,185,15000.00),(11952,182,20000.00),(11952,185,15000.00),(11953,182,20000.00),(11953,185,15000.00),(11954,182,20000.00),(11954,185,15000.00),(11955,182,20000.00),(11955,185,15000.00),(11956,182,20000.00),(11956,185,15000.00),(11957,182,20000.00),(11957,185,15000.00),(11958,182,20000.00),(11958,185,15000.00),(11959,182,20000.00),(11959,185,15000.00),(11960,182,20000.00),(11960,185,15000.00),(11961,182,20000.00),(11961,185,15000.00),(11962,182,20000.00),(11962,185,15000.00),(11963,182,20000.00),(11963,185,15000.00),(11964,182,20000.00),(11964,185,15000.00),(11965,182,20000.00),(11965,185,15000.00),(11966,182,20000.00),(11966,185,15000.00),(11967,182,20000.00),(11967,185,15000.00),(11968,182,20000.00),(11968,185,15000.00),(11969,182,20000.00),(11969,185,15000.00),(11970,182,20000.00),(11970,185,15000.00),(11971,182,20000.00),(11971,185,15000.00),(11972,182,20000.00),(11972,185,15000.00),(11973,182,20000.00),(11973,185,15000.00),(11974,182,20000.00),(11974,185,15000.00),(11975,182,20000.00),(11975,185,15000.00),(11976,182,20000.00),(11976,185,15000.00),(11977,182,20000.00),(11977,185,15000.00),(11978,182,20000.00),(11978,185,15000.00),(11979,182,20000.00),(11979,185,15000.00),(11980,182,20000.00),(11980,185,15000.00),(11981,182,20000.00),(11981,185,15000.00),(11982,182,20000.00),(11982,185,15000.00),(11983,182,20000.00),(11983,185,15000.00),(11984,182,20000.00),(11984,185,15000.00),(11985,182,20000.00),(11985,185,15000.00),(11986,182,20000.00),(11986,185,15000.00),(11987,182,20000.00),(11987,185,15000.00),(11988,182,20000.00),(11988,185,15000.00),(11989,182,20000.00),(11989,185,15000.00),(11990,182,20000.00),(11990,185,15000.00),(11991,182,20000.00),(11991,185,15000.00),(11992,182,20000.00),(11992,185,15000.00),(11993,182,20000.00),(11993,185,15000.00),(11994,182,20000.00),(11994,185,15000.00),(11995,182,20000.00),(11995,185,15000.00),(11996,182,20000.00),(11996,185,15000.00),(11997,182,20000.00),(11997,185,15000.00),(11998,182,20000.00),(11998,185,15000.00),(11999,182,20000.00),(11999,185,15000.00),(12000,182,20000.00),(12000,185,15000.00),(12001,182,20000.00),(12001,185,15000.00),(12002,182,20000.00),(12002,185,15000.00),(12003,182,20000.00),(12003,185,15000.00),(12004,182,20000.00),(12004,185,15000.00),(12005,182,20000.00),(12005,185,15000.00),(12006,182,20000.00),(12006,185,15000.00),(12007,182,20000.00),(12007,185,15000.00),(12008,182,20000.00),(12008,185,15000.00),(12009,182,20000.00),(12009,185,15000.00),(12010,182,20000.00),(12010,185,15000.00),(12011,182,20000.00),(12011,185,15000.00),(12012,182,20000.00),(12012,185,15000.00),(12013,182,20000.00),(12013,185,15000.00),(12014,182,20000.00),(12014,185,15000.00),(12015,182,20000.00),(12015,185,15000.00),(12016,182,20000.00),(12016,185,15000.00),(12017,182,20000.00),(12017,185,15000.00),(12018,182,20000.00),(12018,185,15000.00),(12019,182,20000.00),(12019,185,15000.00),(12020,182,20000.00),(12020,185,15000.00),(12021,182,20000.00),(12021,185,15000.00),(12022,182,20000.00),(12022,185,15000.00),(12023,182,20000.00),(12023,185,15000.00),(12024,182,20000.00),(12024,185,15000.00),(12025,182,20000.00),(12025,185,15000.00),(12026,182,20000.00),(12026,185,15000.00),(12027,182,20000.00),(12027,185,15000.00),(12028,182,20000.00),(12028,185,15000.00),(12029,182,20000.00),(12029,185,15000.00),(12030,182,20000.00),(12030,185,15000.00),(12031,182,20000.00),(12031,185,15000.00),(12032,182,20000.00),(12032,185,15000.00),(12033,182,20000.00),(12033,185,15000.00),(12034,182,20000.00),(12034,185,15000.00),(12035,182,20000.00),(12035,185,15000.00),(12036,182,20000.00),(12036,185,15000.00),(12037,182,20000.00),(12037,185,15000.00),(12038,182,20000.00),(12038,185,15000.00),(12039,182,20000.00),(12039,185,15000.00),(12040,182,20000.00),(12040,185,15000.00),(12041,182,20000.00),(12041,185,15000.00),(12042,182,20000.00),(12042,185,15000.00),(12043,182,20000.00),(12043,185,15000.00),(12044,182,20000.00),(12044,185,15000.00),(12045,182,20000.00),(12045,185,15000.00),(12046,182,20000.00),(12046,185,15000.00),(12047,182,20000.00),(12047,185,15000.00),(12048,182,20000.00),(12048,185,15000.00),(12049,182,20000.00),(12049,185,15000.00),(12050,182,20000.00),(12050,185,15000.00),(12051,182,20000.00),(12051,185,15000.00),(12052,182,20000.00),(12052,185,15000.00),(12053,182,20000.00),(12053,185,15000.00),(12054,182,20000.00),(12054,185,15000.00),(12055,182,20000.00),(12055,185,15000.00),(12056,182,20000.00),(12056,185,15000.00),(12057,182,20000.00),(12057,185,15000.00),(12058,182,20000.00),(12058,185,15000.00),(12059,182,20000.00),(12059,185,15000.00),(12060,182,20000.00),(12060,185,15000.00),(12061,182,20000.00),(12061,185,15000.00),(12062,182,20000.00),(12062,185,15000.00),(12063,182,20000.00),(12063,185,15000.00),(12064,182,20000.00),(12064,185,15000.00),(12065,182,20000.00),(12065,185,15000.00),(12066,182,20000.00),(12066,185,15000.00),(12067,182,20000.00),(12067,185,15000.00),(12068,182,20000.00),(12068,185,15000.00),(12069,182,20000.00),(12069,185,15000.00),(12070,182,20000.00),(12070,185,15000.00),(12071,182,20000.00),(12071,185,15000.00),(12072,182,20000.00),(12072,185,15000.00),(12073,182,20000.00),(12073,185,15000.00),(12074,182,20000.00),(12074,185,15000.00),(12075,182,20000.00),(12075,185,15000.00),(12076,182,20000.00),(12076,185,15000.00),(12077,182,20000.00),(12077,185,15000.00),(12078,182,20000.00),(12078,185,15000.00),(12079,182,20000.00),(12079,185,15000.00),(12080,182,20000.00),(12080,185,15000.00),(12081,182,20000.00),(12081,185,15000.00),(12082,182,20000.00),(12082,185,15000.00),(12083,182,20000.00),(12083,185,15000.00),(12084,182,20000.00),(12084,185,15000.00),(12085,182,20000.00),(12085,185,15000.00),(12086,182,20000.00),(12086,185,15000.00),(12087,182,20000.00),(12087,185,15000.00),(12088,182,20000.00),(12088,185,15000.00),(12089,182,20000.00),(12089,185,15000.00),(12090,182,20000.00),(12090,185,15000.00),(12091,182,20000.00),(12091,185,15000.00),(12092,182,20000.00),(12092,185,15000.00),(12093,182,20000.00),(12093,185,15000.00),(12094,182,20000.00),(12094,185,15000.00),(12095,182,20000.00),(12095,185,15000.00),(12096,182,20000.00),(12096,185,15000.00),(12097,182,20000.00),(12097,185,15000.00),(12098,182,20000.00),(12098,185,15000.00),(12099,182,20000.00),(12099,185,15000.00),(12100,182,20000.00),(12100,185,15000.00),(12101,182,20000.00),(12101,185,15000.00),(12102,182,20000.00),(12102,185,15000.00),(12103,182,20000.00),(12103,185,15000.00),(12104,182,20000.00),(12104,185,15000.00),(12105,182,20000.00),(12105,185,15000.00),(12106,182,20000.00),(12106,185,15000.00),(12107,182,20000.00),(12107,185,15000.00),(12108,182,20000.00),(12108,185,15000.00),(12109,182,20000.00),(12109,185,15000.00),(12110,182,20000.00),(12110,185,15000.00),(12111,182,20000.00),(12111,185,15000.00),(12112,182,20000.00),(12112,185,15000.00),(12113,182,20000.00),(12113,185,15000.00),(12114,182,20000.00),(12114,185,15000.00),(12115,182,20000.00),(12115,185,15000.00),(12116,182,20000.00),(12116,185,15000.00),(12117,182,20000.00),(12117,185,15000.00),(12118,182,20000.00),(12118,185,15000.00),(12119,182,20000.00),(12119,185,15000.00),(12120,182,20000.00),(12120,185,15000.00),(12121,182,20000.00),(12121,185,15000.00),(12122,182,20000.00),(12122,185,15000.00),(12123,182,20000.00),(12123,185,15000.00),(12124,182,20000.00),(12124,185,15000.00),(12125,182,20000.00),(12125,185,15000.00),(12126,182,20000.00),(12126,185,15000.00),(12127,182,20000.00),(12127,185,15000.00),(12128,182,20000.00),(12128,185,15000.00),(12129,182,20000.00),(12129,185,15000.00),(12130,182,20000.00),(12130,185,15000.00),(12131,182,20000.00),(12131,185,15000.00),(12132,182,20000.00),(12132,185,15000.00),(12133,182,20000.00),(12133,185,15000.00),(12134,182,20000.00),(12134,185,15000.00),(12135,182,20000.00),(12135,185,15000.00),(12136,182,20000.00),(12136,185,15000.00),(12137,182,20000.00),(12137,185,15000.00),(12138,182,20000.00),(12138,185,15000.00),(12139,182,20000.00),(12139,185,15000.00),(12140,182,20000.00),(12140,185,15000.00),(12141,182,20000.00),(12141,185,15000.00),(12142,182,20000.00),(12142,185,15000.00),(12143,182,20000.00),(12143,185,15000.00),(12144,182,20000.00),(12144,185,15000.00),(12145,182,20000.00),(12145,185,15000.00),(12146,182,20000.00),(12146,185,15000.00),(12147,182,20000.00),(12147,185,15000.00),(12148,182,20000.00),(12148,185,15000.00),(12149,182,20000.00),(12149,185,15000.00),(12150,182,20000.00),(12150,185,15000.00),(12151,182,20000.00),(12151,185,15000.00),(12152,182,20000.00),(12152,185,15000.00),(12153,182,20000.00),(12153,185,15000.00),(12154,182,20000.00),(12154,185,15000.00),(12155,182,20000.00),(12155,185,15000.00),(12156,182,20000.00),(12156,185,15000.00),(12157,182,20000.00),(12157,185,15000.00),(12158,182,20000.00),(12158,185,15000.00),(12159,182,20000.00),(12159,185,15000.00),(12160,182,20000.00),(12160,185,15000.00),(12161,182,20000.00),(12161,185,15000.00),(12162,182,20000.00),(12162,185,15000.00),(12163,182,20000.00),(12163,185,15000.00),(12164,182,20000.00),(12164,185,15000.00),(12165,182,20000.00),(12165,185,15000.00),(12166,182,20000.00),(12166,185,15000.00),(12167,182,20000.00),(12167,185,15000.00),(12168,182,20000.00),(12168,185,15000.00),(12169,182,20000.00),(12169,185,15000.00),(12170,182,20000.00),(12170,185,15000.00),(12171,182,20000.00),(12171,185,15000.00),(12172,182,20000.00),(12172,185,15000.00),(12173,182,20000.00),(12173,185,15000.00),(12174,182,20000.00),(12174,185,15000.00),(12175,182,20000.00),(12175,185,15000.00),(12176,182,20000.00),(12176,185,15000.00),(12177,182,20000.00),(12177,185,15000.00),(12178,182,20000.00),(12178,185,15000.00),(12179,182,20000.00),(12179,185,15000.00),(12180,182,20000.00),(12180,185,15000.00),(12181,182,20000.00),(12181,185,15000.00),(12182,182,20000.00),(12182,185,15000.00),(12183,182,20000.00),(12183,185,15000.00),(12184,182,20000.00),(12184,185,15000.00),(12185,182,20000.00),(12185,185,15000.00),(12186,182,20000.00),(12186,185,15000.00),(12187,182,20000.00),(12187,185,15000.00),(12188,182,20000.00),(12188,185,15000.00),(12189,182,20000.00),(12189,185,15000.00),(12190,182,20000.00),(12190,185,15000.00),(12191,182,20000.00),(12191,185,15000.00),(12192,182,20000.00),(12192,185,15000.00),(12193,182,20000.00),(12193,185,15000.00),(12194,182,20000.00),(12194,185,15000.00),(12195,182,20000.00),(12195,185,15000.00),(12196,182,20000.00),(12196,185,15000.00),(12197,182,20000.00),(12197,185,15000.00),(12198,182,20000.00),(12198,185,15000.00),(12199,182,20000.00),(12199,185,15000.00),(12200,182,20000.00),(12200,185,15000.00),(12201,182,20000.00),(12201,185,15000.00),(12202,182,20000.00),(12202,185,15000.00),(12203,182,20000.00),(12203,185,15000.00),(12204,182,20000.00),(12204,185,15000.00),(12205,182,20000.00),(12205,185,15000.00),(12206,182,20000.00),(12206,185,15000.00),(12207,182,20000.00),(12207,185,15000.00),(12208,182,20000.00),(12208,185,15000.00),(12209,182,20000.00),(12209,185,15000.00),(12210,182,20000.00),(12210,185,15000.00),(12211,182,20000.00),(12211,185,15000.00),(12212,182,20000.00),(12212,185,15000.00),(12213,182,20000.00),(12213,185,15000.00),(12214,182,20000.00),(12214,185,15000.00),(12215,182,20000.00),(12215,185,15000.00),(12216,182,20000.00),(12216,185,15000.00),(12217,182,20000.00),(12217,185,15000.00),(12218,182,20000.00),(12218,185,15000.00),(12219,182,20000.00),(12219,185,15000.00),(12220,182,20000.00),(12220,185,15000.00),(12221,182,20000.00),(12221,185,15000.00),(12222,182,20000.00),(12222,185,15000.00),(12223,182,20000.00),(12223,185,15000.00),(12224,182,20000.00),(12224,185,15000.00),(12225,182,20000.00),(12225,185,15000.00),(12226,182,20000.00),(12226,185,15000.00),(12227,182,20000.00),(12227,185,15000.00),(12228,182,20000.00),(12228,185,15000.00),(12229,182,20000.00),(12229,185,15000.00),(12230,182,20000.00),(12230,185,15000.00),(12231,182,20000.00),(12231,185,15000.00),(12232,182,20000.00),(12232,185,15000.00),(12233,182,20000.00),(12233,185,15000.00),(12234,182,20000.00),(12234,185,15000.00),(12235,182,20000.00),(12235,185,15000.00),(12236,182,20000.00),(12236,185,15000.00),(12237,182,20000.00),(12237,185,15000.00),(12238,182,20000.00),(12238,185,15000.00),(12239,182,20000.00),(12239,185,15000.00),(12240,182,20000.00),(12240,185,15000.00),(12241,182,20000.00),(12241,185,15000.00),(12242,182,20000.00),(12242,185,15000.00),(12243,182,20000.00),(12243,185,15000.00),(12244,182,20000.00),(12244,185,15000.00),(12245,182,20000.00),(12245,185,15000.00),(12246,182,20000.00),(12246,185,15000.00),(12247,182,20000.00),(12247,185,15000.00),(12248,182,20000.00),(12248,185,15000.00),(12249,182,20000.00),(12249,185,15000.00),(12250,182,20000.00),(12250,185,15000.00),(12251,182,20000.00),(12251,185,15000.00),(12252,182,20000.00),(12252,185,15000.00),(12253,182,20000.00),(12253,185,15000.00),(12254,182,20000.00),(12254,185,15000.00),(12255,182,20000.00),(12255,185,15000.00),(12256,182,20000.00),(12256,185,15000.00),(12257,182,20000.00),(12257,185,15000.00),(12258,182,20000.00),(12258,185,15000.00),(12259,182,20000.00),(12259,185,15000.00),(12260,182,20000.00),(12260,185,15000.00),(12261,182,20000.00),(12261,185,15000.00),(12262,182,20000.00),(12262,185,15000.00),(12263,182,20000.00),(12263,185,15000.00),(12264,182,20000.00),(12264,185,15000.00),(12265,182,20000.00),(12265,185,15000.00),(12266,182,20000.00),(12266,185,15000.00),(12267,182,20000.00),(12267,185,15000.00),(12268,182,20000.00),(12268,185,15000.00),(12269,182,20000.00),(12269,185,15000.00),(12270,182,20000.00),(12270,185,15000.00),(12271,182,20000.00),(12271,185,15000.00),(12272,182,20000.00),(12272,185,15000.00),(12273,182,20000.00),(12273,185,15000.00),(12274,182,20000.00),(12274,185,15000.00),(12275,182,20000.00),(12275,185,15000.00),(12276,182,20000.00),(12276,185,15000.00),(12277,182,20000.00),(12277,185,15000.00),(12278,182,20000.00),(12278,185,15000.00),(12279,182,20000.00),(12279,185,15000.00),(12280,182,20000.00),(12280,185,15000.00),(12281,182,20000.00),(12281,185,15000.00),(12282,182,20000.00),(12282,185,15000.00),(12283,182,20000.00),(12283,185,15000.00),(12284,182,20000.00),(12284,185,15000.00),(12285,182,20000.00),(12285,185,15000.00),(12286,182,20000.00),(12286,185,15000.00),(12287,182,20000.00),(12287,185,15000.00),(12288,182,20000.00),(12288,185,15000.00),(12289,182,20000.00),(12289,185,15000.00),(12290,182,20000.00),(12290,185,15000.00),(12291,182,20000.00),(12291,185,15000.00),(12292,182,20000.00),(12292,185,15000.00),(12293,182,20000.00),(12293,185,15000.00),(12294,182,20000.00),(12294,185,15000.00),(12295,182,20000.00),(12295,185,15000.00),(12296,182,20000.00),(12296,185,15000.00),(12297,182,20000.00),(12297,185,15000.00),(12298,182,20000.00),(12298,185,15000.00),(12299,182,20000.00),(12299,185,15000.00),(12300,182,20000.00),(12300,185,15000.00),(12301,182,20000.00),(12301,185,15000.00),(12302,182,20000.00),(12302,185,15000.00),(12303,182,20000.00),(12303,185,15000.00),(12304,182,20000.00),(12304,185,15000.00),(12305,182,20000.00),(12305,185,15000.00),(12306,182,20000.00),(12306,185,15000.00),(12307,182,20000.00),(12307,185,15000.00),(12308,182,20000.00),(12308,185,15000.00),(12309,182,20000.00),(12309,185,15000.00),(12310,182,20000.00),(12310,185,15000.00),(12311,182,20000.00),(12311,185,15000.00),(12312,182,20000.00),(12312,185,15000.00),(12313,182,20000.00),(12313,185,15000.00),(12314,182,20000.00),(12314,185,15000.00),(12315,182,20000.00),(12315,185,15000.00),(12316,182,20000.00),(12316,185,15000.00),(12317,182,20000.00),(12317,185,15000.00),(12318,182,20000.00),(12318,185,15000.00),(12319,182,20000.00),(12319,185,15000.00),(12320,182,20000.00),(12320,185,15000.00),(12321,182,20000.00),(12321,185,15000.00),(12322,182,20000.00),(12322,185,15000.00),(12323,182,20000.00),(12323,185,15000.00),(12324,182,20000.00),(12324,185,15000.00),(12325,182,20000.00),(12325,185,15000.00),(12326,182,20000.00),(12326,185,15000.00),(12327,182,20000.00),(12327,185,15000.00),(12328,182,20000.00),(12328,185,15000.00),(12329,182,20000.00),(12329,185,15000.00),(12330,182,20000.00),(12330,185,15000.00),(12331,182,20000.00),(12331,185,15000.00),(12332,182,20000.00),(12332,185,15000.00),(12333,182,20000.00),(12333,185,15000.00),(12334,182,20000.00),(12334,185,15000.00),(12335,182,20000.00),(12335,185,15000.00),(12336,182,20000.00),(12336,185,15000.00),(12337,182,20000.00),(12337,185,15000.00),(12338,182,20000.00),(12338,185,15000.00),(12339,182,20000.00),(12339,185,15000.00),(12340,182,20000.00),(12340,185,15000.00),(12341,182,20000.00),(12341,185,15000.00),(12342,182,20000.00),(12342,185,15000.00),(12343,182,20000.00),(12343,185,15000.00),(12344,182,20000.00),(12344,185,15000.00),(12345,182,20000.00),(12345,185,15000.00),(12346,182,20000.00),(12346,185,15000.00),(12347,182,20000.00),(12347,185,15000.00),(12348,182,20000.00),(12348,185,15000.00),(12349,182,20000.00),(12349,185,15000.00),(12350,182,20000.00),(12350,185,15000.00),(12351,182,20000.00),(12351,185,15000.00),(12352,182,20000.00),(12352,185,15000.00),(12353,182,20000.00),(12353,185,15000.00),(12354,182,20000.00),(12354,185,15000.00),(12355,182,20000.00),(12355,185,15000.00),(12356,182,20000.00),(12356,185,15000.00),(12357,182,20000.00),(12357,185,15000.00),(12358,182,20000.00),(12358,185,15000.00),(12359,182,20000.00),(12359,185,15000.00),(12360,182,20000.00),(12360,185,15000.00),(12361,182,20000.00),(12361,185,15000.00),(12362,182,20000.00),(12362,185,15000.00),(12363,182,20000.00),(12363,185,15000.00),(12364,182,20000.00),(12364,185,15000.00),(12365,182,20000.00),(12365,185,15000.00),(12366,182,20000.00),(12366,185,15000.00),(12367,182,20000.00),(12367,185,15000.00),(12368,182,20000.00),(12368,185,15000.00),(12369,182,20000.00),(12369,185,15000.00),(12370,182,20000.00),(12370,185,15000.00),(12371,182,20000.00),(12371,185,15000.00),(12372,182,20000.00),(12372,185,15000.00),(12373,182,20000.00),(12373,185,15000.00),(12374,182,20000.00),(12374,185,15000.00),(12375,182,20000.00),(12375,185,15000.00),(12376,182,20000.00),(12376,185,15000.00),(12377,182,20000.00),(12377,185,15000.00),(12378,182,20000.00),(12378,185,15000.00),(12379,182,20000.00),(12379,185,15000.00),(12380,182,20000.00),(12380,185,15000.00),(12381,182,20000.00),(12381,185,15000.00),(12382,182,20000.00),(12382,185,15000.00),(12383,182,20000.00),(12383,185,15000.00),(12384,182,20000.00),(12384,185,15000.00),(12385,182,20000.00),(12385,185,15000.00),(12386,182,20000.00),(12386,185,15000.00),(12387,182,20000.00),(12387,185,15000.00),(12388,182,20000.00),(12388,185,15000.00),(12389,182,20000.00),(12389,185,15000.00),(12390,182,20000.00),(12390,185,15000.00),(12391,182,20000.00),(12391,185,15000.00),(12392,182,20000.00),(12392,185,15000.00),(12393,182,20000.00),(12393,185,15000.00),(12394,182,20000.00),(12394,185,15000.00),(12395,182,20000.00),(12395,185,15000.00),(12396,182,20000.00),(12396,185,15000.00),(12397,182,20000.00),(12397,185,15000.00),(12398,182,20000.00),(12398,185,15000.00),(12399,182,20000.00),(12399,185,15000.00),(12400,182,20000.00),(12400,185,15000.00),(12401,182,20000.00),(12401,185,15000.00),(12402,182,20000.00),(12402,185,15000.00),(12403,182,20000.00),(12403,185,15000.00),(12404,182,20000.00),(12404,185,15000.00),(12405,182,20000.00),(12405,185,15000.00),(12406,182,20000.00),(12406,185,15000.00),(12407,182,20000.00),(12407,185,15000.00),(12408,182,20000.00),(12408,185,15000.00),(12409,182,20000.00),(12409,185,15000.00),(12410,182,20000.00),(12410,185,15000.00),(12411,182,20000.00),(12411,185,15000.00),(12412,182,20000.00),(12412,185,15000.00),(12413,182,20000.00),(12413,185,15000.00),(12414,182,20000.00),(12414,185,15000.00),(12415,182,20000.00),(12415,185,15000.00),(12416,182,20000.00),(12416,185,15000.00),(12417,182,20000.00),(12417,185,15000.00),(12418,182,20000.00),(12418,185,15000.00),(12419,182,20000.00),(12419,185,15000.00),(12420,182,20000.00),(12420,185,15000.00),(12421,182,20000.00),(12421,185,15000.00),(12422,182,20000.00),(12422,185,15000.00),(12423,182,20000.00),(12423,185,15000.00),(12424,182,20000.00),(12424,185,15000.00),(12425,182,20000.00),(12425,185,15000.00),(12426,182,20000.00),(12426,185,15000.00),(12427,182,20000.00),(12427,185,15000.00),(12428,182,20000.00),(12428,185,15000.00),(12429,182,20000.00),(12429,185,15000.00),(12430,182,20000.00),(12430,185,15000.00),(12431,182,20000.00),(12431,185,15000.00),(12432,182,20000.00),(12432,185,15000.00),(12433,182,20000.00),(12433,185,15000.00),(12434,182,20000.00),(12434,185,15000.00),(12435,182,20000.00),(12435,185,15000.00),(12436,182,20000.00),(12436,185,15000.00),(12437,182,20000.00),(12437,185,15000.00),(12438,182,20000.00),(12438,185,15000.00),(12439,182,20000.00),(12439,185,15000.00),(12440,182,20000.00),(12440,185,15000.00),(12441,182,20000.00),(12441,185,15000.00),(12442,182,20000.00),(12442,185,15000.00),(12443,182,20000.00),(12443,185,15000.00),(12444,182,20000.00),(12444,185,15000.00),(12445,182,20000.00),(12445,185,15000.00),(12446,182,20000.00),(12446,185,15000.00),(12447,182,20000.00),(12447,185,15000.00),(12448,182,20000.00),(12448,185,15000.00),(12449,182,20000.00),(12449,185,15000.00),(12450,182,20000.00),(12450,185,15000.00),(12451,182,20000.00),(12451,185,15000.00),(12452,182,20000.00),(12452,185,15000.00),(12453,182,20000.00),(12453,185,15000.00),(12454,182,20000.00),(12454,185,15000.00),(12455,182,20000.00),(12455,185,15000.00),(12456,182,20000.00),(12456,185,15000.00),(12457,182,20000.00),(12457,185,15000.00),(12458,182,20000.00),(12458,185,15000.00),(12459,182,20000.00),(12459,185,15000.00),(12460,182,20000.00),(12460,185,15000.00),(12461,182,20000.00),(12461,185,15000.00),(12462,182,20000.00),(12462,185,15000.00),(12463,182,20000.00),(12463,185,15000.00),(12464,182,20000.00),(12464,185,15000.00),(12465,182,20000.00),(12465,185,15000.00),(12466,182,20000.00),(12466,185,15000.00),(12467,182,20000.00),(12467,185,15000.00),(12468,182,20000.00),(12468,185,15000.00),(12469,182,20000.00),(12469,185,15000.00),(12470,182,20000.00),(12470,185,15000.00),(12471,182,20000.00),(12471,185,15000.00),(12472,182,20000.00),(12472,185,15000.00),(12473,182,20000.00),(12473,185,15000.00),(12474,182,20000.00),(12474,185,15000.00),(12475,182,20000.00),(12475,185,15000.00),(12476,182,20000.00),(12476,185,15000.00),(12477,182,20000.00),(12477,185,15000.00),(12478,182,20000.00),(12478,185,15000.00),(12479,182,20000.00),(12479,185,15000.00),(12480,182,20000.00),(12480,185,15000.00),(12481,182,20000.00),(12481,185,15000.00),(12482,182,20000.00),(12482,185,15000.00),(12483,182,20000.00),(12483,185,15000.00),(12484,182,20000.00),(12484,185,15000.00),(12485,182,20000.00),(12485,185,15000.00),(12486,182,20000.00),(12486,185,15000.00),(12487,182,20000.00),(12487,185,15000.00),(12488,182,20000.00),(12488,185,15000.00),(12489,182,20000.00),(12489,185,15000.00),(12490,182,20000.00),(12490,185,15000.00),(12491,182,20000.00),(12491,185,15000.00),(12492,182,20000.00),(12492,185,15000.00),(12493,182,20000.00),(12493,185,15000.00),(12494,182,20000.00),(12494,185,15000.00),(12495,182,20000.00),(12495,185,15000.00),(12496,182,20000.00),(12496,185,15000.00),(12497,182,20000.00),(12497,185,15000.00),(12498,182,20000.00),(12498,185,15000.00),(12499,182,20000.00),(12499,185,15000.00),(12500,182,20000.00),(12500,185,15000.00),(12501,182,20000.00),(12501,185,15000.00),(12502,182,20000.00),(12502,185,15000.00),(12503,182,20000.00),(12503,185,15000.00),(12504,182,20000.00),(12504,185,15000.00),(12505,182,20000.00),(12505,185,15000.00),(12506,182,20000.00),(12506,185,15000.00),(12507,182,20000.00),(12507,185,15000.00),(12508,182,20000.00),(12508,185,15000.00),(12509,182,20000.00),(12509,185,15000.00),(12510,182,20000.00),(12510,185,15000.00),(12511,182,20000.00),(12511,185,15000.00),(12512,182,20000.00),(12512,185,15000.00),(12513,182,20000.00),(12513,185,15000.00),(12514,182,20000.00),(12514,185,15000.00),(12515,182,20000.00),(12515,185,15000.00),(12516,182,20000.00),(12516,185,15000.00),(12517,182,20000.00),(12517,185,15000.00),(12518,182,20000.00),(12518,185,15000.00),(12519,182,20000.00),(12519,185,15000.00),(12520,182,20000.00),(12520,185,15000.00),(12521,182,20000.00),(12521,185,15000.00),(12522,182,20000.00),(12522,185,15000.00),(12523,182,20000.00),(12523,185,15000.00),(12524,182,20000.00),(12524,185,15000.00),(12525,182,20000.00),(12525,185,15000.00),(12526,182,20000.00),(12526,185,15000.00),(12527,182,20000.00),(12527,185,15000.00),(12528,182,20000.00),(12528,185,15000.00),(12529,182,20000.00),(12529,185,15000.00),(12530,182,20000.00),(12530,185,15000.00),(12531,182,20000.00),(12531,185,15000.00),(12532,182,20000.00),(12532,185,15000.00),(12533,182,20000.00),(12533,185,15000.00),(12534,182,20000.00),(12534,185,15000.00),(12535,182,20000.00),(12535,185,15000.00),(12536,182,20000.00),(12536,185,15000.00),(12537,182,20000.00),(12537,185,15000.00),(12538,182,20000.00),(12538,185,15000.00),(12539,182,20000.00),(12539,185,15000.00),(12540,182,20000.00),(12540,185,15000.00),(12541,182,20000.00),(12541,185,15000.00),(12542,182,20000.00),(12542,185,15000.00),(12543,182,20000.00),(12543,185,15000.00),(12544,182,20000.00),(12544,185,15000.00),(12545,182,20000.00),(12545,185,15000.00),(12546,182,20000.00),(12546,185,15000.00),(12547,182,20000.00),(12547,185,15000.00),(12548,182,20000.00),(12548,185,15000.00),(12549,182,20000.00),(12549,185,15000.00),(12550,182,20000.00),(12550,185,15000.00),(12551,182,20000.00),(12551,185,15000.00),(12552,182,20000.00),(12552,185,15000.00),(12553,182,20000.00),(12553,185,15000.00),(12554,182,20000.00),(12554,185,15000.00),(12555,182,20000.00),(12555,185,15000.00),(12556,182,20000.00),(12556,185,15000.00),(12557,182,20000.00),(12557,185,15000.00),(12558,182,20000.00),(12558,185,15000.00),(12559,182,20000.00),(12559,185,15000.00),(12560,182,20000.00),(12560,185,15000.00),(12561,182,20000.00),(12561,185,15000.00),(12562,182,20000.00),(12562,185,15000.00),(12563,182,20000.00),(12563,185,15000.00),(12564,182,20000.00),(12564,185,15000.00),(12565,182,20000.00),(12565,185,15000.00),(12566,182,20000.00),(12566,185,15000.00),(12567,182,20000.00),(12567,185,15000.00),(12568,182,20000.00),(12568,185,15000.00),(12569,182,20000.00),(12569,185,15000.00),(12570,182,20000.00),(12570,185,15000.00),(12571,182,20000.00),(12571,185,15000.00),(12572,182,20000.00),(12572,185,15000.00),(12573,182,20000.00),(12573,185,15000.00),(12574,182,20000.00),(12574,185,15000.00),(12575,182,20000.00),(12575,185,15000.00),(12576,182,20000.00),(12576,185,15000.00),(12577,182,20000.00),(12577,185,15000.00),(12578,182,20000.00),(12578,185,15000.00),(12579,182,20000.00),(12579,185,15000.00),(12580,182,20000.00),(12580,185,15000.00),(12581,182,20000.00),(12581,185,15000.00),(12582,182,20000.00),(12582,185,15000.00),(12583,182,20000.00),(12583,185,15000.00),(12584,182,20000.00),(12584,185,15000.00),(12585,182,20000.00),(12585,185,15000.00),(12586,182,20000.00),(12586,185,15000.00),(12587,182,20000.00),(12587,185,15000.00),(12588,182,20000.00),(12588,185,15000.00),(12589,182,20000.00),(12589,185,15000.00),(12590,182,20000.00),(12590,185,15000.00),(12591,182,20000.00),(12591,185,15000.00),(12592,182,20000.00),(12592,185,15000.00),(12593,182,20000.00),(12593,185,15000.00),(12594,182,20000.00),(12594,185,15000.00),(12595,182,20000.00),(12595,185,15000.00),(12596,182,20000.00),(12596,185,15000.00),(12597,182,20000.00),(12597,185,15000.00),(12598,182,20000.00),(12598,185,15000.00),(12599,182,20000.00),(12599,185,15000.00),(12600,182,20000.00),(12600,185,15000.00),(12601,182,20000.00),(12601,185,15000.00),(12602,182,20000.00),(12602,185,15000.00),(12603,182,20000.00),(12603,185,15000.00),(12604,182,20000.00),(12604,185,15000.00),(12605,182,20000.00),(12605,185,15000.00),(12606,182,20000.00),(12606,185,15000.00),(12607,182,20000.00),(12607,185,15000.00),(12608,182,20000.00),(12608,185,15000.00),(12609,182,20000.00),(12609,185,15000.00),(12610,182,20000.00),(12610,185,15000.00),(12611,182,20000.00),(12611,185,15000.00),(12612,182,20000.00),(12612,185,15000.00),(12613,182,20000.00),(12613,185,15000.00),(12614,182,20000.00),(12614,185,15000.00),(12615,182,20000.00),(12615,185,15000.00),(12616,182,20000.00),(12616,185,15000.00),(12617,182,20000.00),(12617,185,15000.00),(12618,182,20000.00),(12618,185,15000.00),(12619,182,20000.00),(12619,185,15000.00),(12620,182,20000.00),(12620,185,15000.00),(12621,182,20000.00),(12621,185,15000.00),(12622,182,20000.00),(12622,185,15000.00),(12623,182,20000.00),(12623,185,15000.00),(12624,182,20000.00),(12624,185,15000.00),(12625,182,20000.00),(12625,185,15000.00),(12626,182,20000.00),(12626,185,15000.00),(12627,182,20000.00),(12627,185,15000.00),(12628,182,20000.00),(12628,185,15000.00),(12629,182,20000.00),(12629,185,15000.00),(12630,182,20000.00),(12630,185,15000.00),(12631,182,20000.00),(12631,185,15000.00),(12632,182,20000.00),(12632,185,15000.00),(12633,182,20000.00),(12633,185,15000.00),(12634,182,20000.00),(12634,185,15000.00),(12635,182,20000.00),(12635,185,15000.00),(12636,182,20000.00),(12636,185,15000.00),(12637,182,20000.00),(12637,185,15000.00),(12638,182,20000.00),(12638,185,15000.00),(12639,182,20000.00),(12639,185,15000.00),(12640,182,20000.00),(12640,185,15000.00),(12641,182,20000.00),(12641,185,15000.00),(12642,182,20000.00),(12642,185,15000.00),(12643,182,20000.00),(12643,185,15000.00),(12644,182,20000.00),(12644,185,15000.00),(12645,182,20000.00),(12645,185,15000.00),(12646,182,20000.00),(12646,185,15000.00),(12647,182,20000.00),(12647,185,15000.00),(12648,182,20000.00),(12648,185,15000.00),(12649,182,20000.00),(12649,185,15000.00),(12650,182,20000.00),(12650,185,15000.00),(12651,182,20000.00),(12651,185,15000.00),(12652,182,20000.00),(12652,185,15000.00),(12653,182,20000.00),(12653,185,15000.00),(12654,182,20000.00),(12654,185,15000.00),(12655,182,20000.00),(12655,185,15000.00),(12656,182,20000.00),(12656,185,15000.00),(12657,182,20000.00),(12657,185,15000.00),(12658,182,20000.00),(12658,185,15000.00),(12659,182,20000.00),(12659,185,15000.00),(12660,182,20000.00),(12660,185,15000.00),(12661,182,20000.00),(12661,185,15000.00),(12662,182,20000.00),(12662,185,15000.00),(12663,182,20000.00),(12663,185,15000.00),(12664,182,20000.00),(12664,185,15000.00),(12665,182,20000.00),(12665,185,15000.00),(12666,182,20000.00),(12666,185,15000.00),(12667,182,20000.00),(12667,185,15000.00),(12668,182,20000.00),(12668,185,15000.00),(12669,182,20000.00),(12669,185,15000.00),(12670,182,20000.00),(12670,185,15000.00),(12671,182,20000.00),(12671,185,15000.00),(12672,182,20000.00),(12672,185,15000.00),(12673,182,20000.00),(12673,185,15000.00),(12674,182,20000.00),(12674,185,15000.00),(12675,182,20000.00),(12675,185,15000.00),(12676,182,20000.00),(12676,185,15000.00),(12677,182,20000.00),(12677,185,15000.00),(12678,182,20000.00),(12678,185,15000.00),(12679,182,20000.00),(12679,185,15000.00),(12680,182,20000.00),(12680,185,15000.00),(12681,182,20000.00),(12681,185,15000.00),(12682,182,20000.00),(12682,185,15000.00),(12683,182,20000.00),(12683,185,15000.00),(12684,182,20000.00),(12684,185,15000.00),(12685,182,20000.00),(12685,185,15000.00),(12686,182,20000.00),(12686,185,15000.00),(12687,182,20000.00),(12687,185,15000.00),(12688,182,20000.00),(12688,185,15000.00),(12689,182,20000.00),(12689,185,15000.00),(12690,182,20000.00),(12690,185,15000.00),(12691,182,20000.00),(12691,185,15000.00),(12692,182,20000.00),(12692,185,15000.00),(12693,182,20000.00),(12693,185,15000.00),(12694,182,20000.00),(12694,185,15000.00),(12695,182,20000.00),(12695,185,15000.00),(12696,182,20000.00),(12696,185,15000.00),(12697,182,20000.00),(12697,185,15000.00),(12698,182,20000.00),(12698,185,15000.00),(12699,182,20000.00),(12699,185,15000.00),(12700,182,20000.00),(12700,185,15000.00),(12701,182,20000.00),(12701,185,15000.00),(12702,182,20000.00),(12702,185,15000.00),(12703,182,20000.00),(12703,185,15000.00),(12704,182,20000.00),(12704,185,15000.00),(12705,182,20000.00),(12705,185,15000.00),(12706,182,20000.00),(12706,185,15000.00),(12707,182,20000.00),(12707,185,15000.00),(12708,182,20000.00),(12708,185,15000.00),(12709,182,20000.00),(12709,185,15000.00),(12710,182,20000.00),(12710,185,15000.00),(12711,182,20000.00),(12711,185,15000.00),(12712,182,20000.00),(12712,185,15000.00),(12713,182,20000.00),(12713,185,15000.00),(12714,182,20000.00),(12714,185,15000.00),(12715,182,20000.00),(12715,185,15000.00),(12716,182,20000.00),(12716,185,15000.00),(12717,182,20000.00),(12717,185,15000.00),(12718,182,20000.00),(12718,185,15000.00),(12719,182,20000.00),(12719,185,15000.00),(12720,182,20000.00),(12720,185,15000.00),(12721,182,20000.00),(12721,185,15000.00),(12722,182,20000.00),(12722,185,15000.00),(12723,182,20000.00),(12723,185,15000.00),(12724,182,20000.00),(12724,185,15000.00),(12725,182,20000.00),(12725,185,15000.00),(12726,182,20000.00),(12726,185,15000.00),(12727,182,20000.00),(12727,185,15000.00),(12728,182,20000.00),(12728,185,15000.00),(12729,182,20000.00),(12729,185,15000.00),(12730,182,20000.00),(12730,185,15000.00),(12731,182,20000.00),(12731,185,15000.00),(12732,182,20000.00),(12732,185,15000.00),(12733,182,20000.00),(12733,185,15000.00),(12734,182,20000.00),(12734,185,15000.00),(12735,182,20000.00),(12735,185,15000.00),(12736,182,20000.00),(12736,185,15000.00),(12737,182,20000.00),(12737,185,15000.00),(12738,182,20000.00),(12738,185,15000.00),(12739,182,20000.00),(12739,185,15000.00),(12740,182,20000.00),(12740,185,15000.00),(12741,182,20000.00),(12741,185,15000.00),(12742,182,20000.00),(12742,185,15000.00),(12743,182,20000.00),(12743,185,15000.00),(12744,182,20000.00),(12744,185,15000.00),(12745,182,20000.00),(12745,185,15000.00),(12746,182,20000.00),(12746,185,15000.00),(12747,182,20000.00),(12747,185,15000.00),(12748,182,20000.00),(12748,185,15000.00),(12749,182,20000.00),(12749,185,15000.00),(12750,182,20000.00),(12750,185,15000.00),(12751,182,20000.00),(12751,185,15000.00),(12752,182,20000.00),(12752,185,15000.00),(12753,182,20000.00),(12753,185,15000.00),(12754,182,20000.00),(12754,185,15000.00),(12755,182,20000.00),(12755,185,15000.00),(12756,182,20000.00),(12756,185,15000.00),(12757,182,20000.00),(12757,185,15000.00),(12758,182,20000.00),(12758,185,15000.00),(12759,182,20000.00),(12759,185,15000.00),(12760,182,20000.00),(12760,185,15000.00),(12761,182,20000.00),(12761,185,15000.00),(12762,182,20000.00),(12762,185,15000.00),(12763,182,20000.00),(12763,185,15000.00),(12764,182,20000.00),(12764,185,15000.00),(12765,182,20000.00),(12765,185,15000.00),(12766,182,20000.00),(12766,185,15000.00),(12767,182,20000.00),(12767,185,15000.00),(12768,182,20000.00),(12768,185,15000.00),(12769,182,20000.00),(12769,185,15000.00),(12770,182,20000.00),(12770,185,15000.00),(12771,182,20000.00),(12771,185,15000.00),(12772,182,20000.00),(12772,185,15000.00),(12773,182,20000.00),(12773,185,15000.00),(12774,182,20000.00),(12774,185,15000.00),(12775,182,20000.00),(12775,185,15000.00),(12776,182,20000.00),(12776,185,15000.00),(12777,182,20000.00),(12777,185,15000.00),(12778,182,20000.00),(12778,185,15000.00),(12779,182,20000.00),(12779,185,15000.00),(12780,182,20000.00),(12780,185,15000.00),(12781,182,20000.00),(12781,185,15000.00),(12782,182,20000.00),(12782,185,15000.00),(12783,182,20000.00),(12783,185,15000.00),(12784,182,20000.00),(12784,185,15000.00),(12785,182,20000.00),(12785,185,15000.00),(12786,182,20000.00),(12786,185,15000.00),(12787,182,20000.00),(12787,185,15000.00),(12788,182,20000.00),(12788,185,15000.00),(12789,182,20000.00),(12789,185,15000.00),(12790,182,20000.00),(12790,185,15000.00),(12791,182,20000.00),(12791,185,15000.00),(12792,182,20000.00),(12792,185,15000.00),(12793,182,20000.00),(12793,185,15000.00),(12794,182,20000.00),(12794,185,15000.00),(12795,182,20000.00),(12795,185,15000.00),(12796,182,20000.00),(12796,185,15000.00),(12797,182,20000.00),(12797,185,15000.00),(12798,182,20000.00),(12798,185,15000.00),(12799,182,20000.00),(12799,185,15000.00),(12800,182,20000.00),(12800,185,15000.00),(12801,182,20000.00),(12801,185,15000.00);
/*!40000 ALTER TABLE `wp_mpbc_prices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mpbc_reserved_slots`
--

DROP TABLE IF EXISTS `wp_mpbc_reserved_slots`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mpbc_reserved_slots` (
  `reserved_slot_id` int NOT NULL AUTO_INCREMENT,
  `reservation_id` int NOT NULL,
  `time_slot_id` int NOT NULL,
  `unit_id` int NOT NULL,
  `variation_id` int NOT NULL,
  `is_blocking` tinyint(1) NOT NULL DEFAULT '1',
  `price` double(11,2) NOT NULL,
  PRIMARY KEY (`reserved_slot_id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mpbc_reserved_slots`
--

LOCK TABLES `wp_mpbc_reserved_slots` WRITE;
/*!40000 ALTER TABLE `wp_mpbc_reserved_slots` DISABLE KEYS */;
INSERT INTO `wp_mpbc_reserved_slots` VALUES (1,85,6143,54,53,1,20000.00),(2,87,6147,54,53,1,20000.00),(3,100,6222,54,53,1,20000.00),(4,102,6244,54,53,1,20000.00),(5,103,6244,55,53,1,20000.00),(6,104,6244,56,53,1,20000.00),(7,105,6244,57,53,1,20000.00),(8,106,6244,58,53,1,20000.00),(9,107,6244,59,53,1,20000.00),(10,108,6244,60,53,1,20000.00),(11,109,6244,61,53,1,20000.00),(12,110,6244,62,53,1,20000.00),(13,111,6244,63,53,1,20000.00),(14,112,6244,64,53,1,20000.00),(15,113,6244,65,53,1,20000.00),(16,114,6244,66,53,1,20000.00),(17,115,6244,67,53,1,20000.00),(18,116,6244,68,53,1,20000.00),(19,118,6222,55,53,1,20000.00),(20,123,6246,54,53,1,20000.00),(21,167,11110,54,53,1,20000.00);
/*!40000 ALTER TABLE `wp_mpbc_reserved_slots` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mpbc_time_slots`
--

DROP TABLE IF EXISTS `wp_mpbc_time_slots`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mpbc_time_slots` (
  `time_slot_id` int NOT NULL AUTO_INCREMENT,
  `property_id` int NOT NULL,
  `group_id` int NOT NULL DEFAULT '0',
  `datetime_from` datetime NOT NULL,
  `datetime_to` datetime NOT NULL,
  `date_from` date NOT NULL,
  `time_from` time NOT NULL DEFAULT '00:00:00',
  `time_to` time NOT NULL DEFAULT '24:00:00',
  `time_slot_label` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`time_slot_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12802 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mpbc_time_slots`
--

LOCK TABLES `wp_mpbc_time_slots` WRITE;
/*!40000 ALTER TABLE `wp_mpbc_time_slots` DISABLE KEYS */;
INSERT INTO `wp_mpbc_time_slots` VALUES (2,51,1,'2025-07-10 10:00:00','2025-07-10 11:00:00','2025-07-10','10:00:00','11:00:00',NULL),(3,51,1,'2025-07-11 10:00:00','2025-07-11 11:00:00','2025-07-11','10:00:00','11:00:00',NULL),(4,51,1,'2025-07-14 10:00:00','2025-07-14 11:00:00','2025-07-14','10:00:00','11:00:00',NULL),(5,51,1,'2025-07-15 10:00:00','2025-07-15 11:00:00','2025-07-15','10:00:00','11:00:00',NULL),(6,51,1,'2025-07-16 10:00:00','2025-07-16 11:00:00','2025-07-16','10:00:00','11:00:00',NULL),(26,51,24,'2025-07-11 01:00:00','2025-07-11 11:00:00','2025-07-11','01:00:00','11:00:00',NULL),(27,51,24,'2025-07-14 01:00:00','2025-07-14 11:00:00','2025-07-14','01:00:00','11:00:00',NULL),(28,51,24,'2025-07-15 01:00:00','2025-07-15 11:00:00','2025-07-15','01:00:00','11:00:00',NULL),(29,51,24,'2025-07-16 01:00:00','2025-07-16 11:00:00','2025-07-16','01:00:00','11:00:00',NULL),(52,51,24,'2025-08-18 01:00:00','2025-08-18 11:00:00','2025-08-18','01:00:00','11:00:00',NULL),(53,51,24,'2025-08-19 01:00:00','2025-08-19 11:00:00','2025-08-19','01:00:00','11:00:00',NULL),(54,51,24,'2025-08-20 01:00:00','2025-08-20 11:00:00','2025-08-20','01:00:00','11:00:00',NULL),(55,51,24,'2025-08-21 01:00:00','2025-08-21 11:00:00','2025-08-21','01:00:00','11:00:00',NULL),(56,51,24,'2025-08-22 01:00:00','2025-08-22 11:00:00','2025-08-22','01:00:00','11:00:00',NULL),(57,51,24,'2025-08-25 01:00:00','2025-08-25 11:00:00','2025-08-25','01:00:00','11:00:00',NULL),(58,51,24,'2025-08-26 01:00:00','2025-08-26 11:00:00','2025-08-26','01:00:00','11:00:00',NULL),(59,51,24,'2025-08-27 01:00:00','2025-08-27 11:00:00','2025-08-27','01:00:00','11:00:00',NULL),(60,51,24,'2025-08-28 01:00:00','2025-08-28 11:00:00','2025-08-28','01:00:00','11:00:00',NULL),(61,51,24,'2025-08-29 01:00:00','2025-08-29 11:00:00','2025-08-29','01:00:00','11:00:00',NULL),(62,51,24,'2025-09-01 01:00:00','2025-09-01 11:00:00','2025-09-01','01:00:00','11:00:00',NULL),(63,51,24,'2025-09-02 01:00:00','2025-09-02 11:00:00','2025-09-02','01:00:00','11:00:00',NULL),(64,51,24,'2025-09-03 01:00:00','2025-09-03 11:00:00','2025-09-03','01:00:00','11:00:00',NULL),(65,51,24,'2025-09-04 01:00:00','2025-09-04 11:00:00','2025-09-04','01:00:00','11:00:00',NULL),(66,51,24,'2025-09-05 01:00:00','2025-09-05 11:00:00','2025-09-05','01:00:00','11:00:00',NULL),(67,51,24,'2025-09-08 01:00:00','2025-09-08 11:00:00','2025-09-08','01:00:00','11:00:00',NULL),(68,51,24,'2025-09-09 01:00:00','2025-09-09 11:00:00','2025-09-09','01:00:00','11:00:00',NULL),(69,51,24,'2025-09-10 01:00:00','2025-09-10 11:00:00','2025-09-10','01:00:00','11:00:00',NULL),(70,51,24,'2025-09-11 01:00:00','2025-09-11 11:00:00','2025-09-11','01:00:00','11:00:00',NULL),(71,51,24,'2025-09-12 01:00:00','2025-09-12 11:00:00','2025-09-12','01:00:00','11:00:00',NULL),(72,51,24,'2025-09-15 01:00:00','2025-09-15 11:00:00','2025-09-15','01:00:00','11:00:00',NULL),(73,51,24,'2025-09-16 01:00:00','2025-09-16 11:00:00','2025-09-16','01:00:00','11:00:00',NULL),(74,51,24,'2025-09-17 01:00:00','2025-09-17 11:00:00','2025-09-17','01:00:00','11:00:00',NULL),(75,51,24,'2025-09-18 01:00:00','2025-09-18 11:00:00','2025-09-18','01:00:00','11:00:00',NULL),(76,51,24,'2025-09-19 01:00:00','2025-09-19 11:00:00','2025-09-19','01:00:00','11:00:00',NULL),(77,51,24,'2025-09-22 01:00:00','2025-09-22 11:00:00','2025-09-22','01:00:00','11:00:00',NULL),(78,51,24,'2025-09-23 01:00:00','2025-09-23 11:00:00','2025-09-23','01:00:00','11:00:00',NULL),(79,51,24,'2025-09-24 01:00:00','2025-09-24 11:00:00','2025-09-24','01:00:00','11:00:00',NULL),(80,51,24,'2025-09-25 01:00:00','2025-09-25 11:00:00','2025-09-25','01:00:00','11:00:00',NULL),(81,51,24,'2025-09-26 01:00:00','2025-09-26 11:00:00','2025-09-26','01:00:00','11:00:00',NULL),(82,51,24,'2025-09-29 01:00:00','2025-09-29 11:00:00','2025-09-29','01:00:00','11:00:00',NULL),(83,51,24,'2025-09-30 01:00:00','2025-09-30 11:00:00','2025-09-30','01:00:00','11:00:00',NULL),(84,51,24,'2025-10-01 01:00:00','2025-10-01 11:00:00','2025-10-01','01:00:00','11:00:00',NULL),(85,51,24,'2025-10-02 01:00:00','2025-10-02 11:00:00','2025-10-02','01:00:00','11:00:00',NULL),(86,51,24,'2025-10-03 01:00:00','2025-10-03 11:00:00','2025-10-03','01:00:00','11:00:00',NULL),(87,51,24,'2025-10-06 01:00:00','2025-10-06 11:00:00','2025-10-06','01:00:00','11:00:00',NULL),(88,51,24,'2025-10-07 01:00:00','2025-10-07 11:00:00','2025-10-07','01:00:00','11:00:00',NULL),(89,51,24,'2025-10-08 01:00:00','2025-10-08 11:00:00','2025-10-08','01:00:00','11:00:00',NULL),(90,51,24,'2025-10-09 01:00:00','2025-10-09 11:00:00','2025-10-09','01:00:00','11:00:00',NULL),(91,51,24,'2025-10-10 01:00:00','2025-10-10 11:00:00','2025-10-10','01:00:00','11:00:00',NULL),(92,51,24,'2025-10-13 01:00:00','2025-10-13 11:00:00','2025-10-13','01:00:00','11:00:00',NULL),(93,51,24,'2025-10-14 01:00:00','2025-10-14 11:00:00','2025-10-14','01:00:00','11:00:00',NULL),(94,51,24,'2025-10-15 01:00:00','2025-10-15 11:00:00','2025-10-15','01:00:00','11:00:00',NULL),(95,51,24,'2025-10-16 01:00:00','2025-10-16 11:00:00','2025-10-16','01:00:00','11:00:00',NULL),(96,51,24,'2025-10-17 01:00:00','2025-10-17 11:00:00','2025-10-17','01:00:00','11:00:00',NULL),(97,51,24,'2025-10-20 01:00:00','2025-10-20 11:00:00','2025-10-20','01:00:00','11:00:00',NULL),(98,51,24,'2025-10-21 01:00:00','2025-10-21 11:00:00','2025-10-21','01:00:00','11:00:00',NULL),(99,51,24,'2025-10-22 01:00:00','2025-10-22 11:00:00','2025-10-22','01:00:00','11:00:00',NULL),(100,51,24,'2025-10-23 01:00:00','2025-10-23 11:00:00','2025-10-23','01:00:00','11:00:00',NULL),(101,51,24,'2025-10-24 01:00:00','2025-10-24 11:00:00','2025-10-24','01:00:00','11:00:00',NULL),(102,51,24,'2025-10-27 01:00:00','2025-10-27 11:00:00','2025-10-27','01:00:00','11:00:00',NULL),(103,51,24,'2025-10-28 01:00:00','2025-10-28 11:00:00','2025-10-28','01:00:00','11:00:00',NULL),(104,51,24,'2025-10-29 01:00:00','2025-10-29 11:00:00','2025-10-29','01:00:00','11:00:00',NULL),(105,51,24,'2025-10-30 01:00:00','2025-10-30 11:00:00','2025-10-30','01:00:00','11:00:00',NULL),(106,51,24,'2025-10-31 01:00:00','2025-10-31 11:00:00','2025-10-31','01:00:00','11:00:00',NULL),(107,51,24,'2025-11-03 01:00:00','2025-11-03 11:00:00','2025-11-03','01:00:00','11:00:00',NULL),(108,51,24,'2025-11-04 01:00:00','2025-11-04 11:00:00','2025-11-04','01:00:00','11:00:00',NULL),(109,51,24,'2025-11-05 01:00:00','2025-11-05 11:00:00','2025-11-05','01:00:00','11:00:00',NULL),(110,51,24,'2025-11-06 01:00:00','2025-11-06 11:00:00','2025-11-06','01:00:00','11:00:00',NULL),(111,51,24,'2025-11-07 01:00:00','2025-11-07 11:00:00','2025-11-07','01:00:00','11:00:00',NULL),(112,51,24,'2025-11-10 01:00:00','2025-11-10 11:00:00','2025-11-10','01:00:00','11:00:00',NULL),(113,51,24,'2025-11-11 01:00:00','2025-11-11 11:00:00','2025-11-11','01:00:00','11:00:00',NULL),(114,51,24,'2025-11-12 01:00:00','2025-11-12 11:00:00','2025-11-12','01:00:00','11:00:00',NULL),(115,51,24,'2025-11-13 01:00:00','2025-11-13 11:00:00','2025-11-13','01:00:00','11:00:00',NULL),(116,51,24,'2025-11-14 01:00:00','2025-11-14 11:00:00','2025-11-14','01:00:00','11:00:00',NULL),(117,51,24,'2025-11-17 01:00:00','2025-11-17 11:00:00','2025-11-17','01:00:00','11:00:00',NULL),(118,51,24,'2025-11-18 01:00:00','2025-11-18 11:00:00','2025-11-18','01:00:00','11:00:00',NULL),(119,51,24,'2025-11-19 01:00:00','2025-11-19 11:00:00','2025-11-19','01:00:00','11:00:00',NULL),(120,51,24,'2025-11-20 01:00:00','2025-11-20 11:00:00','2025-11-20','01:00:00','11:00:00',NULL),(121,51,24,'2025-11-21 01:00:00','2025-11-21 11:00:00','2025-11-21','01:00:00','11:00:00',NULL),(122,51,24,'2025-11-24 01:00:00','2025-11-24 11:00:00','2025-11-24','01:00:00','11:00:00',NULL),(123,51,24,'2025-11-25 01:00:00','2025-11-25 11:00:00','2025-11-25','01:00:00','11:00:00',NULL),(124,51,24,'2025-11-26 01:00:00','2025-11-26 11:00:00','2025-11-26','01:00:00','11:00:00',NULL),(125,51,24,'2025-11-27 01:00:00','2025-11-27 11:00:00','2025-11-27','01:00:00','11:00:00',NULL),(145,51,24,'2025-12-25 01:00:00','2025-12-25 11:00:00','2025-12-25','01:00:00','11:00:00',NULL),(146,51,24,'2025-12-26 01:00:00','2025-12-26 11:00:00','2025-12-26','01:00:00','11:00:00',NULL),(147,51,24,'2025-12-29 01:00:00','2025-12-29 11:00:00','2025-12-29','01:00:00','11:00:00',NULL),(148,51,24,'2025-12-30 01:00:00','2025-12-30 11:00:00','2025-12-30','01:00:00','11:00:00',NULL),(149,51,24,'2025-12-31 01:00:00','2025-12-31 11:00:00','2025-12-31','01:00:00','11:00:00',NULL),(150,51,24,'2026-01-01 01:00:00','2026-01-01 11:00:00','2026-01-01','01:00:00','11:00:00',NULL),(151,51,24,'2026-01-02 01:00:00','2026-01-02 11:00:00','2026-01-02','01:00:00','11:00:00',NULL),(152,51,24,'2026-01-05 01:00:00','2026-01-05 11:00:00','2026-01-05','01:00:00','11:00:00',NULL),(153,51,24,'2026-01-06 01:00:00','2026-01-06 11:00:00','2026-01-06','01:00:00','11:00:00',NULL),(154,51,24,'2026-01-07 01:00:00','2026-01-07 11:00:00','2026-01-07','01:00:00','11:00:00',NULL),(155,51,24,'2026-01-08 01:00:00','2026-01-08 11:00:00','2026-01-08','01:00:00','11:00:00',NULL),(156,51,24,'2026-01-09 01:00:00','2026-01-09 11:00:00','2026-01-09','01:00:00','11:00:00',NULL),(157,51,24,'2026-01-12 01:00:00','2026-01-12 11:00:00','2026-01-12','01:00:00','11:00:00',NULL),(158,51,24,'2026-01-13 01:00:00','2026-01-13 11:00:00','2026-01-13','01:00:00','11:00:00',NULL),(159,51,24,'2026-01-14 01:00:00','2026-01-14 11:00:00','2026-01-14','01:00:00','11:00:00',NULL),(160,51,24,'2026-01-15 01:00:00','2026-01-15 11:00:00','2026-01-15','01:00:00','11:00:00',NULL),(161,51,24,'2026-01-16 01:00:00','2026-01-16 11:00:00','2026-01-16','01:00:00','11:00:00',NULL),(162,51,24,'2026-01-19 01:00:00','2026-01-19 11:00:00','2026-01-19','01:00:00','11:00:00',NULL),(163,51,24,'2026-01-20 01:00:00','2026-01-20 11:00:00','2026-01-20','01:00:00','11:00:00',NULL),(164,51,24,'2026-01-21 01:00:00','2026-01-21 11:00:00','2026-01-21','01:00:00','11:00:00',NULL),(165,51,24,'2026-01-22 01:00:00','2026-01-22 11:00:00','2026-01-22','01:00:00','11:00:00',NULL),(166,51,24,'2026-01-23 01:00:00','2026-01-23 11:00:00','2026-01-23','01:00:00','11:00:00',NULL),(167,51,24,'2026-01-26 01:00:00','2026-01-26 11:00:00','2026-01-26','01:00:00','11:00:00',NULL),(168,51,24,'2026-01-27 01:00:00','2026-01-27 11:00:00','2026-01-27','01:00:00','11:00:00',NULL),(169,51,24,'2026-01-28 01:00:00','2026-01-28 11:00:00','2026-01-28','01:00:00','11:00:00',NULL),(170,51,24,'2026-01-29 01:00:00','2026-01-29 11:00:00','2026-01-29','01:00:00','11:00:00',NULL),(171,51,24,'2026-01-30 01:00:00','2026-01-30 11:00:00','2026-01-30','01:00:00','11:00:00',NULL),(172,51,24,'2026-02-02 01:00:00','2026-02-02 11:00:00','2026-02-02','01:00:00','11:00:00',NULL),(173,51,24,'2026-02-03 01:00:00','2026-02-03 11:00:00','2026-02-03','01:00:00','11:00:00',NULL),(174,51,24,'2026-02-04 01:00:00','2026-02-04 11:00:00','2026-02-04','01:00:00','11:00:00',NULL),(175,51,24,'2026-02-05 01:00:00','2026-02-05 11:00:00','2026-02-05','01:00:00','11:00:00',NULL),(176,51,24,'2026-02-06 01:00:00','2026-02-06 11:00:00','2026-02-06','01:00:00','11:00:00',NULL),(177,51,24,'2026-02-09 01:00:00','2026-02-09 11:00:00','2026-02-09','01:00:00','11:00:00',NULL),(178,51,24,'2026-02-10 01:00:00','2026-02-10 11:00:00','2026-02-10','01:00:00','11:00:00',NULL),(179,51,24,'2026-02-11 01:00:00','2026-02-11 11:00:00','2026-02-11','01:00:00','11:00:00',NULL),(180,51,24,'2026-02-12 01:00:00','2026-02-12 11:00:00','2026-02-12','01:00:00','11:00:00',NULL),(181,51,24,'2026-02-13 01:00:00','2026-02-13 11:00:00','2026-02-13','01:00:00','11:00:00',NULL),(182,51,24,'2026-02-16 01:00:00','2026-02-16 11:00:00','2026-02-16','01:00:00','11:00:00',NULL),(183,51,24,'2026-02-17 01:00:00','2026-02-17 11:00:00','2026-02-17','01:00:00','11:00:00',NULL),(184,51,24,'2026-02-18 01:00:00','2026-02-18 11:00:00','2026-02-18','01:00:00','11:00:00',NULL),(185,51,24,'2026-02-19 01:00:00','2026-02-19 11:00:00','2026-02-19','01:00:00','11:00:00',NULL),(186,51,24,'2026-02-20 01:00:00','2026-02-20 11:00:00','2026-02-20','01:00:00','11:00:00',NULL),(187,51,24,'2026-02-23 01:00:00','2026-02-23 11:00:00','2026-02-23','01:00:00','11:00:00',NULL),(188,51,24,'2026-02-24 01:00:00','2026-02-24 11:00:00','2026-02-24','01:00:00','11:00:00',NULL),(189,51,24,'2026-02-25 01:00:00','2026-02-25 11:00:00','2026-02-25','01:00:00','11:00:00',NULL),(190,51,24,'2026-02-26 01:00:00','2026-02-26 11:00:00','2026-02-26','01:00:00','11:00:00',NULL),(191,51,24,'2026-02-27 01:00:00','2026-02-27 11:00:00','2026-02-27','01:00:00','11:00:00',NULL),(192,51,24,'2026-03-02 01:00:00','2026-03-02 11:00:00','2026-03-02','01:00:00','11:00:00',NULL),(193,51,24,'2026-03-03 01:00:00','2026-03-03 11:00:00','2026-03-03','01:00:00','11:00:00',NULL),(194,51,24,'2026-03-04 01:00:00','2026-03-04 11:00:00','2026-03-04','01:00:00','11:00:00',NULL),(195,51,24,'2026-03-05 01:00:00','2026-03-05 11:00:00','2026-03-05','01:00:00','11:00:00',NULL),(196,51,24,'2026-03-06 01:00:00','2026-03-06 11:00:00','2026-03-06','01:00:00','11:00:00',NULL),(197,51,24,'2026-03-09 01:00:00','2026-03-09 11:00:00','2026-03-09','01:00:00','11:00:00',NULL),(198,51,24,'2026-03-10 01:00:00','2026-03-10 11:00:00','2026-03-10','01:00:00','11:00:00',NULL),(199,51,24,'2026-03-11 01:00:00','2026-03-11 11:00:00','2026-03-11','01:00:00','11:00:00',NULL),(200,51,24,'2026-03-12 01:00:00','2026-03-12 11:00:00','2026-03-12','01:00:00','11:00:00',NULL),(201,51,24,'2026-03-13 01:00:00','2026-03-13 11:00:00','2026-03-13','01:00:00','11:00:00',NULL),(202,51,24,'2026-03-16 01:00:00','2026-03-16 11:00:00','2026-03-16','01:00:00','11:00:00',NULL),(203,51,24,'2026-03-17 01:00:00','2026-03-17 11:00:00','2026-03-17','01:00:00','11:00:00',NULL),(204,51,24,'2026-03-18 01:00:00','2026-03-18 11:00:00','2026-03-18','01:00:00','11:00:00',NULL),(205,51,24,'2026-03-19 01:00:00','2026-03-19 11:00:00','2026-03-19','01:00:00','11:00:00',NULL),(206,51,24,'2026-03-20 01:00:00','2026-03-20 11:00:00','2026-03-20','01:00:00','11:00:00',NULL),(207,51,24,'2026-03-23 01:00:00','2026-03-23 11:00:00','2026-03-23','01:00:00','11:00:00',NULL),(208,51,24,'2026-03-24 01:00:00','2026-03-24 11:00:00','2026-03-24','01:00:00','11:00:00',NULL),(209,51,24,'2026-03-25 01:00:00','2026-03-25 11:00:00','2026-03-25','01:00:00','11:00:00',NULL),(210,51,24,'2026-03-26 01:00:00','2026-03-26 11:00:00','2026-03-26','01:00:00','11:00:00',NULL),(211,51,24,'2026-03-27 01:00:00','2026-03-27 11:00:00','2026-03-27','01:00:00','11:00:00',NULL),(212,51,24,'2026-03-30 01:00:00','2026-03-30 11:00:00','2026-03-30','01:00:00','11:00:00',NULL),(213,51,24,'2026-03-31 01:00:00','2026-03-31 11:00:00','2026-03-31','01:00:00','11:00:00',NULL),(214,51,24,'2026-04-01 01:00:00','2026-04-01 11:00:00','2026-04-01','01:00:00','11:00:00',NULL),(215,51,24,'2026-04-02 01:00:00','2026-04-02 11:00:00','2026-04-02','01:00:00','11:00:00',NULL),(216,51,24,'2026-04-03 01:00:00','2026-04-03 11:00:00','2026-04-03','01:00:00','11:00:00',NULL),(217,51,24,'2026-04-06 01:00:00','2026-04-06 11:00:00','2026-04-06','01:00:00','11:00:00',NULL),(218,51,24,'2026-04-07 01:00:00','2026-04-07 11:00:00','2026-04-07','01:00:00','11:00:00',NULL),(219,51,24,'2026-04-08 01:00:00','2026-04-08 11:00:00','2026-04-08','01:00:00','11:00:00',NULL),(220,51,24,'2026-04-09 01:00:00','2026-04-09 11:00:00','2026-04-09','01:00:00','11:00:00',NULL),(221,51,24,'2026-04-10 01:00:00','2026-04-10 11:00:00','2026-04-10','01:00:00','11:00:00',NULL),(222,51,24,'2026-04-13 01:00:00','2026-04-13 11:00:00','2026-04-13','01:00:00','11:00:00',NULL),(223,51,24,'2026-04-14 01:00:00','2026-04-14 11:00:00','2026-04-14','01:00:00','11:00:00',NULL),(224,51,24,'2026-04-15 01:00:00','2026-04-15 11:00:00','2026-04-15','01:00:00','11:00:00',NULL),(225,51,24,'2026-04-16 01:00:00','2026-04-16 11:00:00','2026-04-16','01:00:00','11:00:00',NULL),(226,51,24,'2026-04-17 01:00:00','2026-04-17 11:00:00','2026-04-17','01:00:00','11:00:00',NULL),(227,51,24,'2026-04-20 01:00:00','2026-04-20 11:00:00','2026-04-20','01:00:00','11:00:00',NULL),(228,51,24,'2026-04-21 01:00:00','2026-04-21 11:00:00','2026-04-21','01:00:00','11:00:00',NULL),(229,51,24,'2026-04-22 01:00:00','2026-04-22 11:00:00','2026-04-22','01:00:00','11:00:00',NULL),(230,51,24,'2026-04-23 01:00:00','2026-04-23 11:00:00','2026-04-23','01:00:00','11:00:00',NULL),(231,51,24,'2026-04-24 01:00:00','2026-04-24 11:00:00','2026-04-24','01:00:00','11:00:00',NULL),(232,51,24,'2026-04-27 01:00:00','2026-04-27 11:00:00','2026-04-27','01:00:00','11:00:00',NULL),(233,51,24,'2026-04-28 01:00:00','2026-04-28 11:00:00','2026-04-28','01:00:00','11:00:00',NULL),(234,51,24,'2026-04-29 01:00:00','2026-04-29 11:00:00','2026-04-29','01:00:00','11:00:00',NULL),(235,51,24,'2026-04-30 01:00:00','2026-04-30 11:00:00','2026-04-30','01:00:00','11:00:00',NULL),(236,51,24,'2026-05-01 01:00:00','2026-05-01 11:00:00','2026-05-01','01:00:00','11:00:00',NULL),(237,51,24,'2026-05-04 01:00:00','2026-05-04 11:00:00','2026-05-04','01:00:00','11:00:00',NULL),(238,51,24,'2026-05-05 01:00:00','2026-05-05 11:00:00','2026-05-05','01:00:00','11:00:00',NULL),(239,51,24,'2026-05-06 01:00:00','2026-05-06 11:00:00','2026-05-06','01:00:00','11:00:00',NULL),(240,51,24,'2026-05-07 01:00:00','2026-05-07 11:00:00','2026-05-07','01:00:00','11:00:00',NULL),(241,51,24,'2026-05-08 01:00:00','2026-05-08 11:00:00','2026-05-08','01:00:00','11:00:00',NULL),(242,51,24,'2026-05-11 01:00:00','2026-05-11 11:00:00','2026-05-11','01:00:00','11:00:00',NULL),(243,51,24,'2026-05-12 01:00:00','2026-05-12 11:00:00','2026-05-12','01:00:00','11:00:00',NULL),(244,51,24,'2026-05-13 01:00:00','2026-05-13 11:00:00','2026-05-13','01:00:00','11:00:00',NULL),(245,51,24,'2026-05-14 01:00:00','2026-05-14 11:00:00','2026-05-14','01:00:00','11:00:00',NULL),(246,51,24,'2026-05-15 01:00:00','2026-05-15 11:00:00','2026-05-15','01:00:00','11:00:00',NULL),(247,51,24,'2026-05-18 01:00:00','2026-05-18 11:00:00','2026-05-18','01:00:00','11:00:00',NULL),(248,51,24,'2026-05-19 01:00:00','2026-05-19 11:00:00','2026-05-19','01:00:00','11:00:00',NULL),(249,51,24,'2026-05-20 01:00:00','2026-05-20 11:00:00','2026-05-20','01:00:00','11:00:00',NULL),(250,51,24,'2026-05-21 01:00:00','2026-05-21 11:00:00','2026-05-21','01:00:00','11:00:00',NULL),(251,51,24,'2026-05-22 01:00:00','2026-05-22 11:00:00','2026-05-22','01:00:00','11:00:00',NULL),(252,51,24,'2026-05-25 01:00:00','2026-05-25 11:00:00','2026-05-25','01:00:00','11:00:00',NULL),(253,51,24,'2026-05-26 01:00:00','2026-05-26 11:00:00','2026-05-26','01:00:00','11:00:00',NULL),(254,51,24,'2026-05-27 01:00:00','2026-05-27 11:00:00','2026-05-27','01:00:00','11:00:00',NULL),(255,51,24,'2026-05-28 01:00:00','2026-05-28 11:00:00','2026-05-28','01:00:00','11:00:00',NULL),(256,51,24,'2026-05-29 01:00:00','2026-05-29 11:00:00','2026-05-29','01:00:00','11:00:00',NULL),(257,51,24,'2026-06-01 01:00:00','2026-06-01 11:00:00','2026-06-01','01:00:00','11:00:00',NULL),(258,51,24,'2026-06-02 01:00:00','2026-06-02 11:00:00','2026-06-02','01:00:00','11:00:00',NULL),(259,51,24,'2026-06-03 01:00:00','2026-06-03 11:00:00','2026-06-03','01:00:00','11:00:00',NULL),(260,51,24,'2026-06-04 01:00:00','2026-06-04 11:00:00','2026-06-04','01:00:00','11:00:00',NULL),(261,51,24,'2026-06-05 01:00:00','2026-06-05 11:00:00','2026-06-05','01:00:00','11:00:00',NULL),(262,51,24,'2026-06-08 01:00:00','2026-06-08 11:00:00','2026-06-08','01:00:00','11:00:00',NULL),(263,51,24,'2026-06-09 01:00:00','2026-06-09 11:00:00','2026-06-09','01:00:00','11:00:00',NULL),(264,51,24,'2026-06-10 01:00:00','2026-06-10 11:00:00','2026-06-10','01:00:00','11:00:00',NULL),(265,51,24,'2026-06-11 01:00:00','2026-06-11 11:00:00','2026-06-11','01:00:00','11:00:00',NULL),(266,51,24,'2026-06-12 01:00:00','2026-06-12 11:00:00','2026-06-12','01:00:00','11:00:00',NULL),(267,51,24,'2026-06-15 01:00:00','2026-06-15 11:00:00','2026-06-15','01:00:00','11:00:00',NULL),(268,51,24,'2026-06-16 01:00:00','2026-06-16 11:00:00','2026-06-16','01:00:00','11:00:00',NULL),(269,51,24,'2026-06-17 01:00:00','2026-06-17 11:00:00','2026-06-17','01:00:00','11:00:00',NULL),(270,51,24,'2026-06-18 01:00:00','2026-06-18 11:00:00','2026-06-18','01:00:00','11:00:00',NULL),(271,51,24,'2026-06-19 01:00:00','2026-06-19 11:00:00','2026-06-19','01:00:00','11:00:00',NULL),(272,51,24,'2026-06-22 01:00:00','2026-06-22 11:00:00','2026-06-22','01:00:00','11:00:00',NULL),(273,51,24,'2026-06-23 01:00:00','2026-06-23 11:00:00','2026-06-23','01:00:00','11:00:00',NULL),(274,51,24,'2026-06-24 01:00:00','2026-06-24 11:00:00','2026-06-24','01:00:00','11:00:00',NULL),(275,51,24,'2026-06-25 01:00:00','2026-06-25 11:00:00','2026-06-25','01:00:00','11:00:00',NULL),(276,51,24,'2026-06-26 01:00:00','2026-06-26 11:00:00','2026-06-26','01:00:00','11:00:00',NULL),(277,51,24,'2026-06-29 01:00:00','2026-06-29 11:00:00','2026-06-29','01:00:00','11:00:00',NULL),(278,51,24,'2026-06-30 01:00:00','2026-06-30 11:00:00','2026-06-30','01:00:00','11:00:00',NULL),(279,51,24,'2026-07-01 01:00:00','2026-07-01 11:00:00','2026-07-01','01:00:00','11:00:00',NULL),(280,51,24,'2026-07-02 01:00:00','2026-07-02 11:00:00','2026-07-02','01:00:00','11:00:00',NULL),(281,51,24,'2026-07-03 01:00:00','2026-07-03 11:00:00','2026-07-03','01:00:00','11:00:00',NULL),(282,51,24,'2026-07-06 01:00:00','2026-07-06 11:00:00','2026-07-06','01:00:00','11:00:00',NULL),(283,51,24,'2026-07-07 01:00:00','2026-07-07 11:00:00','2026-07-07','01:00:00','11:00:00',NULL),(284,51,24,'2026-07-08 01:00:00','2026-07-08 11:00:00','2026-07-08','01:00:00','11:00:00',NULL),(285,51,24,'2026-07-09 01:00:00','2026-07-09 11:00:00','2026-07-09','01:00:00','11:00:00',NULL),(286,51,24,'2026-07-10 01:00:00','2026-07-10 11:00:00','2026-07-10','01:00:00','11:00:00',NULL),(287,51,24,'2026-07-13 01:00:00','2026-07-13 11:00:00','2026-07-13','01:00:00','11:00:00',NULL),(288,51,24,'2026-07-14 01:00:00','2026-07-14 11:00:00','2026-07-14','01:00:00','11:00:00',NULL),(289,51,24,'2026-07-15 01:00:00','2026-07-15 11:00:00','2026-07-15','01:00:00','11:00:00',NULL),(290,51,24,'2026-07-16 01:00:00','2026-07-16 11:00:00','2026-07-16','01:00:00','11:00:00',NULL),(291,51,24,'2026-07-17 01:00:00','2026-07-17 11:00:00','2026-07-17','01:00:00','11:00:00',NULL),(292,51,24,'2026-07-20 01:00:00','2026-07-20 11:00:00','2026-07-20','01:00:00','11:00:00',NULL),(293,51,24,'2026-07-21 01:00:00','2026-07-21 11:00:00','2026-07-21','01:00:00','11:00:00',NULL),(294,51,24,'2026-07-22 01:00:00','2026-07-22 11:00:00','2026-07-22','01:00:00','11:00:00',NULL),(295,51,24,'2026-07-23 01:00:00','2026-07-23 11:00:00','2026-07-23','01:00:00','11:00:00',NULL),(296,51,24,'2026-07-24 01:00:00','2026-07-24 11:00:00','2026-07-24','01:00:00','11:00:00',NULL),(297,51,24,'2026-07-27 01:00:00','2026-07-27 11:00:00','2026-07-27','01:00:00','11:00:00',NULL),(298,51,24,'2026-07-28 01:00:00','2026-07-28 11:00:00','2026-07-28','01:00:00','11:00:00',NULL),(299,51,24,'2026-07-29 01:00:00','2026-07-29 11:00:00','2026-07-29','01:00:00','11:00:00',NULL),(300,51,24,'2026-07-30 01:00:00','2026-07-30 11:00:00','2026-07-30','01:00:00','11:00:00',NULL),(301,51,24,'2026-07-31 01:00:00','2026-07-31 11:00:00','2026-07-31','01:00:00','11:00:00',NULL),(302,51,24,'2026-08-03 01:00:00','2026-08-03 11:00:00','2026-08-03','01:00:00','11:00:00',NULL),(303,51,24,'2026-08-04 01:00:00','2026-08-04 11:00:00','2026-08-04','01:00:00','11:00:00',NULL),(304,51,24,'2026-08-05 01:00:00','2026-08-05 11:00:00','2026-08-05','01:00:00','11:00:00',NULL),(305,51,24,'2026-08-06 01:00:00','2026-08-06 11:00:00','2026-08-06','01:00:00','11:00:00',NULL),(306,51,24,'2026-08-07 01:00:00','2026-08-07 11:00:00','2026-08-07','01:00:00','11:00:00',NULL),(307,51,24,'2026-08-10 01:00:00','2026-08-10 11:00:00','2026-08-10','01:00:00','11:00:00',NULL),(308,51,24,'2026-08-11 01:00:00','2026-08-11 11:00:00','2026-08-11','01:00:00','11:00:00',NULL),(309,51,24,'2026-08-12 01:00:00','2026-08-12 11:00:00','2026-08-12','01:00:00','11:00:00',NULL),(310,51,24,'2026-08-13 01:00:00','2026-08-13 11:00:00','2026-08-13','01:00:00','11:00:00',NULL),(311,51,24,'2026-08-14 01:00:00','2026-08-14 11:00:00','2026-08-14','01:00:00','11:00:00',NULL),(312,51,24,'2026-08-17 01:00:00','2026-08-17 11:00:00','2026-08-17','01:00:00','11:00:00',NULL),(313,51,24,'2026-08-18 01:00:00','2026-08-18 11:00:00','2026-08-18','01:00:00','11:00:00',NULL),(314,51,24,'2026-08-19 01:00:00','2026-08-19 11:00:00','2026-08-19','01:00:00','11:00:00',NULL),(315,51,24,'2026-08-20 01:00:00','2026-08-20 11:00:00','2026-08-20','01:00:00','11:00:00',NULL),(316,51,24,'2026-08-21 01:00:00','2026-08-21 11:00:00','2026-08-21','01:00:00','11:00:00',NULL),(317,51,24,'2026-08-24 01:00:00','2026-08-24 11:00:00','2026-08-24','01:00:00','11:00:00',NULL),(318,51,24,'2026-08-25 01:00:00','2026-08-25 11:00:00','2026-08-25','01:00:00','11:00:00',NULL),(319,51,24,'2026-08-26 01:00:00','2026-08-26 11:00:00','2026-08-26','01:00:00','11:00:00',NULL),(320,51,24,'2026-08-27 01:00:00','2026-08-27 11:00:00','2026-08-27','01:00:00','11:00:00',NULL),(321,51,24,'2026-08-28 01:00:00','2026-08-28 11:00:00','2026-08-28','01:00:00','11:00:00',NULL),(322,51,24,'2026-08-31 01:00:00','2026-08-31 11:00:00','2026-08-31','01:00:00','11:00:00',NULL),(323,51,24,'2026-09-01 01:00:00','2026-09-01 11:00:00','2026-09-01','01:00:00','11:00:00',NULL),(324,51,24,'2026-09-02 01:00:00','2026-09-02 11:00:00','2026-09-02','01:00:00','11:00:00',NULL),(325,51,24,'2026-09-03 01:00:00','2026-09-03 11:00:00','2026-09-03','01:00:00','11:00:00',NULL),(326,51,24,'2026-09-04 01:00:00','2026-09-04 11:00:00','2026-09-04','01:00:00','11:00:00',NULL),(327,51,24,'2026-09-07 01:00:00','2026-09-07 11:00:00','2026-09-07','01:00:00','11:00:00',NULL),(328,51,24,'2026-09-08 01:00:00','2026-09-08 11:00:00','2026-09-08','01:00:00','11:00:00',NULL),(329,51,24,'2026-09-09 01:00:00','2026-09-09 11:00:00','2026-09-09','01:00:00','11:00:00',NULL),(330,51,24,'2026-09-10 01:00:00','2026-09-10 11:00:00','2026-09-10','01:00:00','11:00:00',NULL),(331,51,24,'2026-09-11 01:00:00','2026-09-11 11:00:00','2026-09-11','01:00:00','11:00:00',NULL),(332,51,24,'2026-09-14 01:00:00','2026-09-14 11:00:00','2026-09-14','01:00:00','11:00:00',NULL),(333,51,24,'2026-09-15 01:00:00','2026-09-15 11:00:00','2026-09-15','01:00:00','11:00:00',NULL),(334,51,24,'2026-09-16 01:00:00','2026-09-16 11:00:00','2026-09-16','01:00:00','11:00:00',NULL),(335,51,24,'2026-09-17 01:00:00','2026-09-17 11:00:00','2026-09-17','01:00:00','11:00:00',NULL),(336,51,24,'2026-09-18 01:00:00','2026-09-18 11:00:00','2026-09-18','01:00:00','11:00:00',NULL),(337,51,24,'2026-09-21 01:00:00','2026-09-21 11:00:00','2026-09-21','01:00:00','11:00:00',NULL),(338,51,24,'2026-09-22 01:00:00','2026-09-22 11:00:00','2026-09-22','01:00:00','11:00:00',NULL),(339,51,24,'2026-09-23 01:00:00','2026-09-23 11:00:00','2026-09-23','01:00:00','11:00:00',NULL),(340,51,24,'2026-09-24 01:00:00','2026-09-24 11:00:00','2026-09-24','01:00:00','11:00:00',NULL),(341,51,24,'2026-09-25 01:00:00','2026-09-25 11:00:00','2026-09-25','01:00:00','11:00:00',NULL),(342,51,24,'2026-09-28 01:00:00','2026-09-28 11:00:00','2026-09-28','01:00:00','11:00:00',NULL),(343,51,24,'2026-09-29 01:00:00','2026-09-29 11:00:00','2026-09-29','01:00:00','11:00:00',NULL),(344,51,24,'2026-09-30 01:00:00','2026-09-30 11:00:00','2026-09-30','01:00:00','11:00:00',NULL),(345,51,24,'2026-10-01 01:00:00','2026-10-01 11:00:00','2026-10-01','01:00:00','11:00:00',NULL),(346,51,24,'2026-10-02 01:00:00','2026-10-02 11:00:00','2026-10-02','01:00:00','11:00:00',NULL),(347,51,24,'2026-10-05 01:00:00','2026-10-05 11:00:00','2026-10-05','01:00:00','11:00:00',NULL),(348,51,24,'2026-10-06 01:00:00','2026-10-06 11:00:00','2026-10-06','01:00:00','11:00:00',NULL),(349,51,24,'2026-10-07 01:00:00','2026-10-07 11:00:00','2026-10-07','01:00:00','11:00:00',NULL),(350,51,24,'2026-10-08 01:00:00','2026-10-08 11:00:00','2026-10-08','01:00:00','11:00:00',NULL),(351,51,24,'2026-10-09 01:00:00','2026-10-09 11:00:00','2026-10-09','01:00:00','11:00:00',NULL),(352,51,24,'2026-10-12 01:00:00','2026-10-12 11:00:00','2026-10-12','01:00:00','11:00:00',NULL),(353,51,24,'2026-10-13 01:00:00','2026-10-13 11:00:00','2026-10-13','01:00:00','11:00:00',NULL),(354,51,24,'2026-10-14 01:00:00','2026-10-14 11:00:00','2026-10-14','01:00:00','11:00:00',NULL),(355,51,24,'2026-10-15 01:00:00','2026-10-15 11:00:00','2026-10-15','01:00:00','11:00:00',NULL),(356,51,24,'2026-10-16 01:00:00','2026-10-16 11:00:00','2026-10-16','01:00:00','11:00:00',NULL),(357,51,24,'2026-10-19 01:00:00','2026-10-19 11:00:00','2026-10-19','01:00:00','11:00:00',NULL),(358,51,24,'2026-10-20 01:00:00','2026-10-20 11:00:00','2026-10-20','01:00:00','11:00:00',NULL),(359,51,24,'2026-10-21 01:00:00','2026-10-21 11:00:00','2026-10-21','01:00:00','11:00:00',NULL),(360,51,24,'2026-10-22 01:00:00','2026-10-22 11:00:00','2026-10-22','01:00:00','11:00:00',NULL),(361,51,24,'2026-10-23 01:00:00','2026-10-23 11:00:00','2026-10-23','01:00:00','11:00:00',NULL),(362,51,24,'2026-10-26 01:00:00','2026-10-26 11:00:00','2026-10-26','01:00:00','11:00:00',NULL),(363,51,24,'2026-10-27 01:00:00','2026-10-27 11:00:00','2026-10-27','01:00:00','11:00:00',NULL),(364,51,24,'2026-10-28 01:00:00','2026-10-28 11:00:00','2026-10-28','01:00:00','11:00:00',NULL),(365,51,24,'2026-10-29 01:00:00','2026-10-29 11:00:00','2026-10-29','01:00:00','11:00:00',NULL),(366,51,24,'2026-10-30 01:00:00','2026-10-30 11:00:00','2026-10-30','01:00:00','11:00:00',NULL),(367,51,24,'2026-11-02 01:00:00','2026-11-02 11:00:00','2026-11-02','01:00:00','11:00:00',NULL),(368,51,24,'2026-11-03 01:00:00','2026-11-03 11:00:00','2026-11-03','01:00:00','11:00:00',NULL),(369,51,24,'2026-11-04 01:00:00','2026-11-04 11:00:00','2026-11-04','01:00:00','11:00:00',NULL),(370,51,24,'2026-11-05 01:00:00','2026-11-05 11:00:00','2026-11-05','01:00:00','11:00:00',NULL),(371,51,24,'2026-11-06 01:00:00','2026-11-06 11:00:00','2026-11-06','01:00:00','11:00:00',NULL),(372,51,24,'2026-11-09 01:00:00','2026-11-09 11:00:00','2026-11-09','01:00:00','11:00:00',NULL),(373,51,24,'2026-11-10 01:00:00','2026-11-10 11:00:00','2026-11-10','01:00:00','11:00:00',NULL),(374,51,24,'2026-11-11 01:00:00','2026-11-11 11:00:00','2026-11-11','01:00:00','11:00:00',NULL),(375,51,24,'2026-11-12 01:00:00','2026-11-12 11:00:00','2026-11-12','01:00:00','11:00:00',NULL),(376,51,24,'2026-11-13 01:00:00','2026-11-13 11:00:00','2026-11-13','01:00:00','11:00:00',NULL),(377,51,24,'2026-11-16 01:00:00','2026-11-16 11:00:00','2026-11-16','01:00:00','11:00:00',NULL),(378,51,24,'2026-11-17 01:00:00','2026-11-17 11:00:00','2026-11-17','01:00:00','11:00:00',NULL),(379,51,24,'2026-11-18 01:00:00','2026-11-18 11:00:00','2026-11-18','01:00:00','11:00:00',NULL),(380,51,24,'2026-11-19 01:00:00','2026-11-19 11:00:00','2026-11-19','01:00:00','11:00:00',NULL),(381,51,24,'2026-11-20 01:00:00','2026-11-20 11:00:00','2026-11-20','01:00:00','11:00:00',NULL),(382,51,24,'2026-11-23 01:00:00','2026-11-23 11:00:00','2026-11-23','01:00:00','11:00:00',NULL),(383,51,24,'2026-11-24 01:00:00','2026-11-24 11:00:00','2026-11-24','01:00:00','11:00:00',NULL),(384,51,24,'2026-11-25 01:00:00','2026-11-25 11:00:00','2026-11-25','01:00:00','11:00:00',NULL),(385,51,24,'2026-11-26 01:00:00','2026-11-26 11:00:00','2026-11-26','01:00:00','11:00:00',NULL),(386,51,24,'2026-11-27 01:00:00','2026-11-27 11:00:00','2026-11-27','01:00:00','11:00:00',NULL),(387,51,24,'2026-11-30 01:00:00','2026-11-30 11:00:00','2026-11-30','01:00:00','11:00:00',NULL),(388,51,24,'2026-12-01 01:00:00','2026-12-01 11:00:00','2026-12-01','01:00:00','11:00:00',NULL),(389,51,24,'2026-12-02 01:00:00','2026-12-02 11:00:00','2026-12-02','01:00:00','11:00:00',NULL),(390,51,24,'2026-12-03 01:00:00','2026-12-03 11:00:00','2026-12-03','01:00:00','11:00:00',NULL),(391,51,24,'2026-12-04 01:00:00','2026-12-04 11:00:00','2026-12-04','01:00:00','11:00:00',NULL),(392,51,24,'2026-12-07 01:00:00','2026-12-07 11:00:00','2026-12-07','01:00:00','11:00:00',NULL),(393,51,24,'2026-12-08 01:00:00','2026-12-08 11:00:00','2026-12-08','01:00:00','11:00:00',NULL),(394,51,24,'2026-12-09 01:00:00','2026-12-09 11:00:00','2026-12-09','01:00:00','11:00:00',NULL),(395,51,24,'2026-12-10 01:00:00','2026-12-10 11:00:00','2026-12-10','01:00:00','11:00:00',NULL),(396,51,24,'2026-12-11 01:00:00','2026-12-11 11:00:00','2026-12-11','01:00:00','11:00:00',NULL),(397,51,24,'2026-12-14 01:00:00','2026-12-14 11:00:00','2026-12-14','01:00:00','11:00:00',NULL),(398,51,24,'2026-12-15 01:00:00','2026-12-15 11:00:00','2026-12-15','01:00:00','11:00:00',NULL),(399,51,24,'2026-12-16 01:00:00','2026-12-16 11:00:00','2026-12-16','01:00:00','11:00:00',NULL),(400,51,24,'2026-12-17 01:00:00','2026-12-17 11:00:00','2026-12-17','01:00:00','11:00:00',NULL),(401,51,24,'2026-12-18 01:00:00','2026-12-18 11:00:00','2026-12-18','01:00:00','11:00:00',NULL),(402,51,24,'2026-12-21 01:00:00','2026-12-21 11:00:00','2026-12-21','01:00:00','11:00:00',NULL),(403,51,24,'2026-12-22 01:00:00','2026-12-22 11:00:00','2026-12-22','01:00:00','11:00:00',NULL),(404,51,24,'2026-12-23 01:00:00','2026-12-23 11:00:00','2026-12-23','01:00:00','11:00:00',NULL),(405,51,24,'2026-12-24 01:00:00','2026-12-24 11:00:00','2026-12-24','01:00:00','11:00:00',NULL),(406,51,24,'2026-12-25 01:00:00','2026-12-25 11:00:00','2026-12-25','01:00:00','11:00:00',NULL),(407,51,24,'2026-12-28 01:00:00','2026-12-28 11:00:00','2026-12-28','01:00:00','11:00:00',NULL),(408,51,24,'2026-12-29 01:00:00','2026-12-29 11:00:00','2026-12-29','01:00:00','11:00:00',NULL),(409,51,24,'2026-12-30 01:00:00','2026-12-30 11:00:00','2026-12-30','01:00:00','11:00:00',NULL),(410,51,24,'2026-12-31 01:00:00','2026-12-31 11:00:00','2026-12-31','01:00:00','11:00:00',NULL),(411,51,24,'2027-01-01 01:00:00','2027-01-01 11:00:00','2027-01-01','01:00:00','11:00:00',NULL),(412,51,24,'2027-01-04 01:00:00','2027-01-04 11:00:00','2027-01-04','01:00:00','11:00:00',NULL),(413,51,24,'2027-01-05 01:00:00','2027-01-05 11:00:00','2027-01-05','01:00:00','11:00:00',NULL),(414,51,24,'2027-01-06 01:00:00','2027-01-06 11:00:00','2027-01-06','01:00:00','11:00:00',NULL),(415,51,24,'2027-01-07 01:00:00','2027-01-07 11:00:00','2027-01-07','01:00:00','11:00:00',NULL),(416,51,24,'2027-01-08 01:00:00','2027-01-08 11:00:00','2027-01-08','01:00:00','11:00:00',NULL),(417,51,24,'2027-01-11 01:00:00','2027-01-11 11:00:00','2027-01-11','01:00:00','11:00:00',NULL),(418,51,24,'2027-01-12 01:00:00','2027-01-12 11:00:00','2027-01-12','01:00:00','11:00:00',NULL),(419,51,24,'2027-01-13 01:00:00','2027-01-13 11:00:00','2027-01-13','01:00:00','11:00:00',NULL),(420,51,24,'2027-01-14 01:00:00','2027-01-14 11:00:00','2027-01-14','01:00:00','11:00:00',NULL),(421,51,24,'2027-01-15 01:00:00','2027-01-15 11:00:00','2027-01-15','01:00:00','11:00:00',NULL),(422,51,24,'2027-01-18 01:00:00','2027-01-18 11:00:00','2027-01-18','01:00:00','11:00:00',NULL),(423,51,24,'2027-01-19 01:00:00','2027-01-19 11:00:00','2027-01-19','01:00:00','11:00:00',NULL),(424,51,24,'2027-01-20 01:00:00','2027-01-20 11:00:00','2027-01-20','01:00:00','11:00:00',NULL),(425,51,24,'2027-01-21 01:00:00','2027-01-21 11:00:00','2027-01-21','01:00:00','11:00:00',NULL),(426,51,24,'2027-01-22 01:00:00','2027-01-22 11:00:00','2027-01-22','01:00:00','11:00:00',NULL),(427,51,24,'2027-01-25 01:00:00','2027-01-25 11:00:00','2027-01-25','01:00:00','11:00:00',NULL),(428,51,24,'2027-01-26 01:00:00','2027-01-26 11:00:00','2027-01-26','01:00:00','11:00:00',NULL),(429,51,24,'2027-01-27 01:00:00','2027-01-27 11:00:00','2027-01-27','01:00:00','11:00:00',NULL),(430,51,24,'2027-01-28 01:00:00','2027-01-28 11:00:00','2027-01-28','01:00:00','11:00:00',NULL),(431,51,24,'2027-01-29 01:00:00','2027-01-29 11:00:00','2027-01-29','01:00:00','11:00:00',NULL),(432,51,24,'2027-02-01 01:00:00','2027-02-01 11:00:00','2027-02-01','01:00:00','11:00:00',NULL),(433,51,24,'2027-02-02 01:00:00','2027-02-02 11:00:00','2027-02-02','01:00:00','11:00:00',NULL),(434,51,24,'2027-02-03 01:00:00','2027-02-03 11:00:00','2027-02-03','01:00:00','11:00:00',NULL),(435,51,24,'2027-02-04 01:00:00','2027-02-04 11:00:00','2027-02-04','01:00:00','11:00:00',NULL),(436,51,24,'2027-02-05 01:00:00','2027-02-05 11:00:00','2027-02-05','01:00:00','11:00:00',NULL),(437,51,24,'2027-02-08 01:00:00','2027-02-08 11:00:00','2027-02-08','01:00:00','11:00:00',NULL),(438,51,24,'2027-02-09 01:00:00','2027-02-09 11:00:00','2027-02-09','01:00:00','11:00:00',NULL),(439,51,24,'2027-02-10 01:00:00','2027-02-10 11:00:00','2027-02-10','01:00:00','11:00:00',NULL),(440,51,24,'2027-02-11 01:00:00','2027-02-11 11:00:00','2027-02-11','01:00:00','11:00:00',NULL),(441,51,24,'2027-02-12 01:00:00','2027-02-12 11:00:00','2027-02-12','01:00:00','11:00:00',NULL),(442,51,24,'2027-02-15 01:00:00','2027-02-15 11:00:00','2027-02-15','01:00:00','11:00:00',NULL),(443,51,24,'2027-02-16 01:00:00','2027-02-16 11:00:00','2027-02-16','01:00:00','11:00:00',NULL),(444,51,24,'2027-02-17 01:00:00','2027-02-17 11:00:00','2027-02-17','01:00:00','11:00:00',NULL),(445,51,24,'2027-02-18 01:00:00','2027-02-18 11:00:00','2027-02-18','01:00:00','11:00:00',NULL),(446,51,24,'2027-02-19 01:00:00','2027-02-19 11:00:00','2027-02-19','01:00:00','11:00:00',NULL),(447,51,24,'2027-02-22 01:00:00','2027-02-22 11:00:00','2027-02-22','01:00:00','11:00:00',NULL),(448,51,24,'2027-02-23 01:00:00','2027-02-23 11:00:00','2027-02-23','01:00:00','11:00:00',NULL),(449,51,24,'2027-02-24 01:00:00','2027-02-24 11:00:00','2027-02-24','01:00:00','11:00:00',NULL),(450,51,24,'2027-02-25 01:00:00','2027-02-25 11:00:00','2027-02-25','01:00:00','11:00:00',NULL),(451,51,24,'2027-02-26 01:00:00','2027-02-26 11:00:00','2027-02-26','01:00:00','11:00:00',NULL),(452,51,24,'2027-03-01 01:00:00','2027-03-01 11:00:00','2027-03-01','01:00:00','11:00:00',NULL),(453,51,24,'2027-03-02 01:00:00','2027-03-02 11:00:00','2027-03-02','01:00:00','11:00:00',NULL),(454,51,24,'2027-03-03 01:00:00','2027-03-03 11:00:00','2027-03-03','01:00:00','11:00:00',NULL),(455,51,24,'2027-03-04 01:00:00','2027-03-04 11:00:00','2027-03-04','01:00:00','11:00:00',NULL),(456,51,24,'2027-03-05 01:00:00','2027-03-05 11:00:00','2027-03-05','01:00:00','11:00:00',NULL),(457,51,24,'2027-03-08 01:00:00','2027-03-08 11:00:00','2027-03-08','01:00:00','11:00:00',NULL),(458,51,24,'2027-03-09 01:00:00','2027-03-09 11:00:00','2027-03-09','01:00:00','11:00:00',NULL),(459,51,24,'2027-03-10 01:00:00','2027-03-10 11:00:00','2027-03-10','01:00:00','11:00:00',NULL),(460,51,24,'2027-03-11 01:00:00','2027-03-11 11:00:00','2027-03-11','01:00:00','11:00:00',NULL),(461,51,24,'2027-03-12 01:00:00','2027-03-12 11:00:00','2027-03-12','01:00:00','11:00:00',NULL),(462,51,24,'2027-03-15 01:00:00','2027-03-15 11:00:00','2027-03-15','01:00:00','11:00:00',NULL),(463,51,24,'2027-03-16 01:00:00','2027-03-16 11:00:00','2027-03-16','01:00:00','11:00:00',NULL),(464,51,24,'2027-03-17 01:00:00','2027-03-17 11:00:00','2027-03-17','01:00:00','11:00:00',NULL),(465,51,24,'2027-03-18 01:00:00','2027-03-18 11:00:00','2027-03-18','01:00:00','11:00:00',NULL),(466,51,24,'2027-03-19 01:00:00','2027-03-19 11:00:00','2027-03-19','01:00:00','11:00:00',NULL),(467,51,24,'2027-03-22 01:00:00','2027-03-22 11:00:00','2027-03-22','01:00:00','11:00:00',NULL),(468,51,24,'2027-03-23 01:00:00','2027-03-23 11:00:00','2027-03-23','01:00:00','11:00:00',NULL),(469,51,24,'2027-03-24 01:00:00','2027-03-24 11:00:00','2027-03-24','01:00:00','11:00:00',NULL),(470,51,24,'2027-03-25 01:00:00','2027-03-25 11:00:00','2027-03-25','01:00:00','11:00:00',NULL),(471,51,24,'2027-03-26 01:00:00','2027-03-26 11:00:00','2027-03-26','01:00:00','11:00:00',NULL),(472,51,24,'2027-03-29 01:00:00','2027-03-29 11:00:00','2027-03-29','01:00:00','11:00:00',NULL),(473,51,24,'2027-03-30 01:00:00','2027-03-30 11:00:00','2027-03-30','01:00:00','11:00:00',NULL),(474,51,24,'2027-03-31 01:00:00','2027-03-31 11:00:00','2027-03-31','01:00:00','11:00:00',NULL),(475,51,24,'2027-04-01 01:00:00','2027-04-01 11:00:00','2027-04-01','01:00:00','11:00:00',NULL),(476,51,24,'2027-04-02 01:00:00','2027-04-02 11:00:00','2027-04-02','01:00:00','11:00:00',NULL),(477,51,24,'2027-04-05 01:00:00','2027-04-05 11:00:00','2027-04-05','01:00:00','11:00:00',NULL),(478,51,24,'2027-04-06 01:00:00','2027-04-06 11:00:00','2027-04-06','01:00:00','11:00:00',NULL),(479,51,24,'2027-04-07 01:00:00','2027-04-07 11:00:00','2027-04-07','01:00:00','11:00:00',NULL),(480,51,24,'2027-04-08 01:00:00','2027-04-08 11:00:00','2027-04-08','01:00:00','11:00:00',NULL),(481,51,24,'2027-04-09 01:00:00','2027-04-09 11:00:00','2027-04-09','01:00:00','11:00:00',NULL),(482,51,24,'2027-04-12 01:00:00','2027-04-12 11:00:00','2027-04-12','01:00:00','11:00:00',NULL),(483,51,24,'2027-04-13 01:00:00','2027-04-13 11:00:00','2027-04-13','01:00:00','11:00:00',NULL),(484,51,24,'2027-04-14 01:00:00','2027-04-14 11:00:00','2027-04-14','01:00:00','11:00:00',NULL),(485,51,24,'2027-04-15 01:00:00','2027-04-15 11:00:00','2027-04-15','01:00:00','11:00:00',NULL),(486,51,24,'2027-04-16 01:00:00','2027-04-16 11:00:00','2027-04-16','01:00:00','11:00:00',NULL),(487,51,24,'2027-04-19 01:00:00','2027-04-19 11:00:00','2027-04-19','01:00:00','11:00:00',NULL),(488,51,24,'2027-04-20 01:00:00','2027-04-20 11:00:00','2027-04-20','01:00:00','11:00:00',NULL),(489,51,24,'2027-04-21 01:00:00','2027-04-21 11:00:00','2027-04-21','01:00:00','11:00:00',NULL),(490,51,24,'2027-04-22 01:00:00','2027-04-22 11:00:00','2027-04-22','01:00:00','11:00:00',NULL),(491,51,24,'2027-04-23 01:00:00','2027-04-23 11:00:00','2027-04-23','01:00:00','11:00:00',NULL),(492,51,24,'2027-04-26 01:00:00','2027-04-26 11:00:00','2027-04-26','01:00:00','11:00:00',NULL),(493,51,24,'2027-04-27 01:00:00','2027-04-27 11:00:00','2027-04-27','01:00:00','11:00:00',NULL),(494,51,24,'2027-04-28 01:00:00','2027-04-28 11:00:00','2027-04-28','01:00:00','11:00:00',NULL),(495,51,24,'2027-04-29 01:00:00','2027-04-29 11:00:00','2027-04-29','01:00:00','11:00:00',NULL),(496,51,24,'2027-04-30 01:00:00','2027-04-30 11:00:00','2027-04-30','01:00:00','11:00:00',NULL),(497,51,24,'2027-05-03 01:00:00','2027-05-03 11:00:00','2027-05-03','01:00:00','11:00:00',NULL),(498,51,24,'2027-05-04 01:00:00','2027-05-04 11:00:00','2027-05-04','01:00:00','11:00:00',NULL),(499,51,24,'2027-05-05 01:00:00','2027-05-05 11:00:00','2027-05-05','01:00:00','11:00:00',NULL),(500,51,24,'2027-05-06 01:00:00','2027-05-06 11:00:00','2027-05-06','01:00:00','11:00:00',NULL),(501,51,24,'2027-05-07 01:00:00','2027-05-07 11:00:00','2027-05-07','01:00:00','11:00:00',NULL),(502,51,24,'2027-05-10 01:00:00','2027-05-10 11:00:00','2027-05-10','01:00:00','11:00:00',NULL),(503,51,24,'2027-05-11 01:00:00','2027-05-11 11:00:00','2027-05-11','01:00:00','11:00:00',NULL),(504,51,24,'2027-05-12 01:00:00','2027-05-12 11:00:00','2027-05-12','01:00:00','11:00:00',NULL),(505,51,24,'2027-05-13 01:00:00','2027-05-13 11:00:00','2027-05-13','01:00:00','11:00:00',NULL),(506,51,24,'2027-05-14 01:00:00','2027-05-14 11:00:00','2027-05-14','01:00:00','11:00:00',NULL),(507,51,24,'2027-05-17 01:00:00','2027-05-17 11:00:00','2027-05-17','01:00:00','11:00:00',NULL),(508,51,24,'2027-05-18 01:00:00','2027-05-18 11:00:00','2027-05-18','01:00:00','11:00:00',NULL),(509,51,24,'2027-05-19 01:00:00','2027-05-19 11:00:00','2027-05-19','01:00:00','11:00:00',NULL),(510,51,24,'2027-05-20 01:00:00','2027-05-20 11:00:00','2027-05-20','01:00:00','11:00:00',NULL),(511,51,24,'2027-05-21 01:00:00','2027-05-21 11:00:00','2027-05-21','01:00:00','11:00:00',NULL),(512,51,24,'2027-05-24 01:00:00','2027-05-24 11:00:00','2027-05-24','01:00:00','11:00:00',NULL),(513,51,24,'2027-05-25 01:00:00','2027-05-25 11:00:00','2027-05-25','01:00:00','11:00:00',NULL),(514,51,24,'2027-05-26 01:00:00','2027-05-26 11:00:00','2027-05-26','01:00:00','11:00:00',NULL),(515,51,24,'2027-05-27 01:00:00','2027-05-27 11:00:00','2027-05-27','01:00:00','11:00:00',NULL),(516,51,24,'2027-05-28 01:00:00','2027-05-28 11:00:00','2027-05-28','01:00:00','11:00:00',NULL),(517,51,24,'2027-05-31 01:00:00','2027-05-31 11:00:00','2027-05-31','01:00:00','11:00:00',NULL),(518,51,24,'2027-06-01 01:00:00','2027-06-01 11:00:00','2027-06-01','01:00:00','11:00:00',NULL),(519,51,24,'2027-06-02 01:00:00','2027-06-02 11:00:00','2027-06-02','01:00:00','11:00:00',NULL),(520,51,24,'2027-06-03 01:00:00','2027-06-03 11:00:00','2027-06-03','01:00:00','11:00:00',NULL),(521,51,24,'2027-06-04 01:00:00','2027-06-04 11:00:00','2027-06-04','01:00:00','11:00:00',NULL),(522,51,24,'2027-06-07 01:00:00','2027-06-07 11:00:00','2027-06-07','01:00:00','11:00:00',NULL),(523,51,24,'2027-06-08 01:00:00','2027-06-08 11:00:00','2027-06-08','01:00:00','11:00:00',NULL),(524,51,24,'2027-06-09 01:00:00','2027-06-09 11:00:00','2027-06-09','01:00:00','11:00:00',NULL),(525,51,24,'2027-06-10 01:00:00','2027-06-10 11:00:00','2027-06-10','01:00:00','11:00:00',NULL),(526,51,24,'2027-06-11 01:00:00','2027-06-11 11:00:00','2027-06-11','01:00:00','11:00:00',NULL),(527,51,24,'2027-06-14 01:00:00','2027-06-14 11:00:00','2027-06-14','01:00:00','11:00:00',NULL),(528,51,24,'2027-06-15 01:00:00','2027-06-15 11:00:00','2027-06-15','01:00:00','11:00:00',NULL),(529,51,24,'2027-06-16 01:00:00','2027-06-16 11:00:00','2027-06-16','01:00:00','11:00:00',NULL),(530,51,24,'2027-06-17 01:00:00','2027-06-17 11:00:00','2027-06-17','01:00:00','11:00:00',NULL),(531,51,24,'2027-06-18 01:00:00','2027-06-18 11:00:00','2027-06-18','01:00:00','11:00:00',NULL),(532,51,24,'2027-06-21 01:00:00','2027-06-21 11:00:00','2027-06-21','01:00:00','11:00:00',NULL),(533,51,24,'2027-06-22 01:00:00','2027-06-22 11:00:00','2027-06-22','01:00:00','11:00:00',NULL),(534,51,24,'2027-06-23 01:00:00','2027-06-23 11:00:00','2027-06-23','01:00:00','11:00:00',NULL),(535,51,24,'2027-06-24 01:00:00','2027-06-24 11:00:00','2027-06-24','01:00:00','11:00:00',NULL),(536,51,24,'2027-06-25 01:00:00','2027-06-25 11:00:00','2027-06-25','01:00:00','11:00:00',NULL),(537,51,24,'2027-06-28 01:00:00','2027-06-28 11:00:00','2027-06-28','01:00:00','11:00:00',NULL),(538,51,24,'2027-06-29 01:00:00','2027-06-29 11:00:00','2027-06-29','01:00:00','11:00:00',NULL),(539,51,24,'2027-06-30 01:00:00','2027-06-30 11:00:00','2027-06-30','01:00:00','11:00:00',NULL),(540,51,24,'2027-07-01 01:00:00','2027-07-01 11:00:00','2027-07-01','01:00:00','11:00:00',NULL),(541,51,24,'2027-07-02 01:00:00','2027-07-02 11:00:00','2027-07-02','01:00:00','11:00:00',NULL),(542,51,24,'2027-07-05 01:00:00','2027-07-05 11:00:00','2027-07-05','01:00:00','11:00:00',NULL),(543,51,24,'2027-07-06 01:00:00','2027-07-06 11:00:00','2027-07-06','01:00:00','11:00:00',NULL),(544,51,24,'2027-07-07 01:00:00','2027-07-07 11:00:00','2027-07-07','01:00:00','11:00:00',NULL),(545,51,24,'2027-07-08 01:00:00','2027-07-08 11:00:00','2027-07-08','01:00:00','11:00:00',NULL),(546,51,24,'2027-07-09 01:00:00','2027-07-09 11:00:00','2027-07-09','01:00:00','11:00:00',NULL),(547,51,24,'2027-07-12 01:00:00','2027-07-12 11:00:00','2027-07-12','01:00:00','11:00:00',NULL),(548,51,24,'2027-07-13 01:00:00','2027-07-13 11:00:00','2027-07-13','01:00:00','11:00:00',NULL),(549,51,24,'2027-07-14 01:00:00','2027-07-14 11:00:00','2027-07-14','01:00:00','11:00:00',NULL),(550,51,24,'2027-07-15 01:00:00','2027-07-15 11:00:00','2027-07-15','01:00:00','11:00:00',NULL),(551,51,24,'2027-07-16 01:00:00','2027-07-16 11:00:00','2027-07-16','01:00:00','11:00:00',NULL),(552,51,24,'2027-07-19 01:00:00','2027-07-19 11:00:00','2027-07-19','01:00:00','11:00:00',NULL),(553,51,24,'2027-07-20 01:00:00','2027-07-20 11:00:00','2027-07-20','01:00:00','11:00:00',NULL),(554,51,24,'2027-07-21 01:00:00','2027-07-21 11:00:00','2027-07-21','01:00:00','11:00:00',NULL),(555,51,24,'2027-07-22 01:00:00','2027-07-22 11:00:00','2027-07-22','01:00:00','11:00:00',NULL),(556,51,24,'2027-07-23 01:00:00','2027-07-23 11:00:00','2027-07-23','01:00:00','11:00:00',NULL),(557,51,24,'2027-07-26 01:00:00','2027-07-26 11:00:00','2027-07-26','01:00:00','11:00:00',NULL),(558,51,24,'2027-07-27 01:00:00','2027-07-27 11:00:00','2027-07-27','01:00:00','11:00:00',NULL),(559,51,24,'2027-07-28 01:00:00','2027-07-28 11:00:00','2027-07-28','01:00:00','11:00:00',NULL),(560,51,24,'2027-07-29 01:00:00','2027-07-29 11:00:00','2027-07-29','01:00:00','11:00:00',NULL),(561,51,24,'2027-07-30 01:00:00','2027-07-30 11:00:00','2027-07-30','01:00:00','11:00:00',NULL),(562,51,24,'2027-08-02 01:00:00','2027-08-02 11:00:00','2027-08-02','01:00:00','11:00:00',NULL),(563,51,24,'2027-08-03 01:00:00','2027-08-03 11:00:00','2027-08-03','01:00:00','11:00:00',NULL),(564,51,24,'2027-08-04 01:00:00','2027-08-04 11:00:00','2027-08-04','01:00:00','11:00:00',NULL),(565,51,24,'2027-08-05 01:00:00','2027-08-05 11:00:00','2027-08-05','01:00:00','11:00:00',NULL),(566,51,24,'2027-08-06 01:00:00','2027-08-06 11:00:00','2027-08-06','01:00:00','11:00:00',NULL),(567,51,24,'2027-08-09 01:00:00','2027-08-09 11:00:00','2027-08-09','01:00:00','11:00:00',NULL),(568,51,24,'2027-08-10 01:00:00','2027-08-10 11:00:00','2027-08-10','01:00:00','11:00:00',NULL),(569,51,24,'2027-08-11 01:00:00','2027-08-11 11:00:00','2027-08-11','01:00:00','11:00:00',NULL),(570,51,24,'2027-08-12 01:00:00','2027-08-12 11:00:00','2027-08-12','01:00:00','11:00:00',NULL),(571,51,24,'2027-08-13 01:00:00','2027-08-13 11:00:00','2027-08-13','01:00:00','11:00:00',NULL),(572,51,24,'2027-08-16 01:00:00','2027-08-16 11:00:00','2027-08-16','01:00:00','11:00:00',NULL),(573,51,24,'2027-08-17 01:00:00','2027-08-17 11:00:00','2027-08-17','01:00:00','11:00:00',NULL),(574,51,24,'2027-08-18 01:00:00','2027-08-18 11:00:00','2027-08-18','01:00:00','11:00:00',NULL),(575,51,24,'2027-08-19 01:00:00','2027-08-19 11:00:00','2027-08-19','01:00:00','11:00:00',NULL),(576,51,24,'2027-08-20 01:00:00','2027-08-20 11:00:00','2027-08-20','01:00:00','11:00:00',NULL),(577,51,24,'2027-08-23 01:00:00','2027-08-23 11:00:00','2027-08-23','01:00:00','11:00:00',NULL),(578,51,24,'2027-08-24 01:00:00','2027-08-24 11:00:00','2027-08-24','01:00:00','11:00:00',NULL),(579,51,24,'2027-08-25 01:00:00','2027-08-25 11:00:00','2027-08-25','01:00:00','11:00:00',NULL),(580,51,24,'2027-08-26 01:00:00','2027-08-26 11:00:00','2027-08-26','01:00:00','11:00:00',NULL),(581,51,24,'2027-08-27 01:00:00','2027-08-27 11:00:00','2027-08-27','01:00:00','11:00:00',NULL),(582,51,24,'2027-08-30 01:00:00','2027-08-30 11:00:00','2027-08-30','01:00:00','11:00:00',NULL),(583,51,24,'2027-08-31 01:00:00','2027-08-31 11:00:00','2027-08-31','01:00:00','11:00:00',NULL),(584,51,24,'2027-09-01 01:00:00','2027-09-01 11:00:00','2027-09-01','01:00:00','11:00:00',NULL),(585,51,24,'2027-09-02 01:00:00','2027-09-02 11:00:00','2027-09-02','01:00:00','11:00:00',NULL),(586,51,24,'2027-09-03 01:00:00','2027-09-03 11:00:00','2027-09-03','01:00:00','11:00:00',NULL),(587,51,24,'2027-09-06 01:00:00','2027-09-06 11:00:00','2027-09-06','01:00:00','11:00:00',NULL),(588,51,24,'2027-09-07 01:00:00','2027-09-07 11:00:00','2027-09-07','01:00:00','11:00:00',NULL),(589,51,24,'2027-09-08 01:00:00','2027-09-08 11:00:00','2027-09-08','01:00:00','11:00:00',NULL),(590,51,24,'2027-09-09 01:00:00','2027-09-09 11:00:00','2027-09-09','01:00:00','11:00:00',NULL),(591,51,24,'2027-09-10 01:00:00','2027-09-10 11:00:00','2027-09-10','01:00:00','11:00:00',NULL),(592,51,24,'2027-09-13 01:00:00','2027-09-13 11:00:00','2027-09-13','01:00:00','11:00:00',NULL),(593,51,24,'2027-09-14 01:00:00','2027-09-14 11:00:00','2027-09-14','01:00:00','11:00:00',NULL),(594,51,24,'2027-09-15 01:00:00','2027-09-15 11:00:00','2027-09-15','01:00:00','11:00:00',NULL),(595,51,24,'2027-09-16 01:00:00','2027-09-16 11:00:00','2027-09-16','01:00:00','11:00:00',NULL),(596,51,24,'2027-09-17 01:00:00','2027-09-17 11:00:00','2027-09-17','01:00:00','11:00:00',NULL),(597,51,24,'2027-09-20 01:00:00','2027-09-20 11:00:00','2027-09-20','01:00:00','11:00:00',NULL),(598,51,24,'2027-09-21 01:00:00','2027-09-21 11:00:00','2027-09-21','01:00:00','11:00:00',NULL),(599,51,24,'2027-09-22 01:00:00','2027-09-22 11:00:00','2027-09-22','01:00:00','11:00:00',NULL),(600,51,24,'2027-09-23 01:00:00','2027-09-23 11:00:00','2027-09-23','01:00:00','11:00:00',NULL),(601,51,24,'2027-09-24 01:00:00','2027-09-24 11:00:00','2027-09-24','01:00:00','11:00:00',NULL),(602,51,24,'2027-09-27 01:00:00','2027-09-27 11:00:00','2027-09-27','01:00:00','11:00:00',NULL),(603,51,24,'2027-09-28 01:00:00','2027-09-28 11:00:00','2027-09-28','01:00:00','11:00:00',NULL),(604,51,24,'2027-09-29 01:00:00','2027-09-29 11:00:00','2027-09-29','01:00:00','11:00:00',NULL),(605,51,24,'2027-09-30 01:00:00','2027-09-30 11:00:00','2027-09-30','01:00:00','11:00:00',NULL),(606,51,24,'2027-10-01 01:00:00','2027-10-01 11:00:00','2027-10-01','01:00:00','11:00:00',NULL),(607,51,24,'2027-10-04 01:00:00','2027-10-04 11:00:00','2027-10-04','01:00:00','11:00:00',NULL),(608,51,24,'2027-10-05 01:00:00','2027-10-05 11:00:00','2027-10-05','01:00:00','11:00:00',NULL),(609,51,24,'2027-10-06 01:00:00','2027-10-06 11:00:00','2027-10-06','01:00:00','11:00:00',NULL),(610,51,24,'2027-10-07 01:00:00','2027-10-07 11:00:00','2027-10-07','01:00:00','11:00:00',NULL),(611,51,24,'2027-10-08 01:00:00','2027-10-08 11:00:00','2027-10-08','01:00:00','11:00:00',NULL),(612,51,24,'2027-10-11 01:00:00','2027-10-11 11:00:00','2027-10-11','01:00:00','11:00:00',NULL),(613,51,24,'2027-10-12 01:00:00','2027-10-12 11:00:00','2027-10-12','01:00:00','11:00:00',NULL),(614,51,24,'2027-10-13 01:00:00','2027-10-13 11:00:00','2027-10-13','01:00:00','11:00:00',NULL),(615,51,24,'2027-10-14 01:00:00','2027-10-14 11:00:00','2027-10-14','01:00:00','11:00:00',NULL),(616,51,24,'2027-10-15 01:00:00','2027-10-15 11:00:00','2027-10-15','01:00:00','11:00:00',NULL),(617,51,24,'2027-10-18 01:00:00','2027-10-18 11:00:00','2027-10-18','01:00:00','11:00:00',NULL),(618,51,24,'2027-10-19 01:00:00','2027-10-19 11:00:00','2027-10-19','01:00:00','11:00:00',NULL),(619,51,24,'2027-10-20 01:00:00','2027-10-20 11:00:00','2027-10-20','01:00:00','11:00:00',NULL),(620,51,24,'2027-10-21 01:00:00','2027-10-21 11:00:00','2027-10-21','01:00:00','11:00:00',NULL),(621,51,24,'2027-10-22 01:00:00','2027-10-22 11:00:00','2027-10-22','01:00:00','11:00:00',NULL),(622,51,24,'2027-10-25 01:00:00','2027-10-25 11:00:00','2027-10-25','01:00:00','11:00:00',NULL),(623,51,24,'2027-10-26 01:00:00','2027-10-26 11:00:00','2027-10-26','01:00:00','11:00:00',NULL),(624,51,24,'2027-10-27 01:00:00','2027-10-27 11:00:00','2027-10-27','01:00:00','11:00:00',NULL),(625,51,24,'2027-10-28 01:00:00','2027-10-28 11:00:00','2027-10-28','01:00:00','11:00:00',NULL),(626,51,24,'2027-10-29 01:00:00','2027-10-29 11:00:00','2027-10-29','01:00:00','11:00:00',NULL),(627,51,24,'2027-11-01 01:00:00','2027-11-01 11:00:00','2027-11-01','01:00:00','11:00:00',NULL),(628,51,24,'2027-11-02 01:00:00','2027-11-02 11:00:00','2027-11-02','01:00:00','11:00:00',NULL),(629,51,24,'2027-11-03 01:00:00','2027-11-03 11:00:00','2027-11-03','01:00:00','11:00:00',NULL),(630,51,24,'2027-11-04 01:00:00','2027-11-04 11:00:00','2027-11-04','01:00:00','11:00:00',NULL),(631,51,24,'2027-11-05 01:00:00','2027-11-05 11:00:00','2027-11-05','01:00:00','11:00:00',NULL),(632,51,24,'2027-11-08 01:00:00','2027-11-08 11:00:00','2027-11-08','01:00:00','11:00:00',NULL),(633,51,24,'2027-11-09 01:00:00','2027-11-09 11:00:00','2027-11-09','01:00:00','11:00:00',NULL),(634,51,24,'2027-11-10 01:00:00','2027-11-10 11:00:00','2027-11-10','01:00:00','11:00:00',NULL),(635,51,24,'2027-11-11 01:00:00','2027-11-11 11:00:00','2027-11-11','01:00:00','11:00:00',NULL),(636,51,24,'2027-11-12 01:00:00','2027-11-12 11:00:00','2027-11-12','01:00:00','11:00:00',NULL),(637,51,24,'2027-11-15 01:00:00','2027-11-15 11:00:00','2027-11-15','01:00:00','11:00:00',NULL),(638,51,24,'2027-11-16 01:00:00','2027-11-16 11:00:00','2027-11-16','01:00:00','11:00:00',NULL),(639,51,24,'2027-11-17 01:00:00','2027-11-17 11:00:00','2027-11-17','01:00:00','11:00:00',NULL),(640,51,24,'2027-11-18 01:00:00','2027-11-18 11:00:00','2027-11-18','01:00:00','11:00:00',NULL),(641,51,24,'2027-11-19 01:00:00','2027-11-19 11:00:00','2027-11-19','01:00:00','11:00:00',NULL),(642,51,24,'2027-11-22 01:00:00','2027-11-22 11:00:00','2027-11-22','01:00:00','11:00:00',NULL),(643,51,24,'2027-11-23 01:00:00','2027-11-23 11:00:00','2027-11-23','01:00:00','11:00:00',NULL),(644,51,24,'2027-11-24 01:00:00','2027-11-24 11:00:00','2027-11-24','01:00:00','11:00:00',NULL),(645,51,24,'2027-11-25 01:00:00','2027-11-25 11:00:00','2027-11-25','01:00:00','11:00:00',NULL),(646,51,24,'2027-11-26 01:00:00','2027-11-26 11:00:00','2027-11-26','01:00:00','11:00:00',NULL),(647,51,24,'2027-11-29 01:00:00','2027-11-29 11:00:00','2027-11-29','01:00:00','11:00:00',NULL),(648,51,24,'2027-11-30 01:00:00','2027-11-30 11:00:00','2027-11-30','01:00:00','11:00:00',NULL),(649,51,24,'2027-12-01 01:00:00','2027-12-01 11:00:00','2027-12-01','01:00:00','11:00:00',NULL),(650,51,24,'2027-12-02 01:00:00','2027-12-02 11:00:00','2027-12-02','01:00:00','11:00:00',NULL),(651,51,24,'2027-12-03 01:00:00','2027-12-03 11:00:00','2027-12-03','01:00:00','11:00:00',NULL),(652,51,24,'2027-12-06 01:00:00','2027-12-06 11:00:00','2027-12-06','01:00:00','11:00:00',NULL),(653,51,24,'2027-12-07 01:00:00','2027-12-07 11:00:00','2027-12-07','01:00:00','11:00:00',NULL),(654,51,24,'2027-12-08 01:00:00','2027-12-08 11:00:00','2027-12-08','01:00:00','11:00:00',NULL),(655,51,24,'2027-12-09 01:00:00','2027-12-09 11:00:00','2027-12-09','01:00:00','11:00:00',NULL),(656,51,24,'2027-12-10 01:00:00','2027-12-10 11:00:00','2027-12-10','01:00:00','11:00:00',NULL),(657,51,24,'2027-12-13 01:00:00','2027-12-13 11:00:00','2027-12-13','01:00:00','11:00:00',NULL),(658,51,24,'2027-12-14 01:00:00','2027-12-14 11:00:00','2027-12-14','01:00:00','11:00:00',NULL),(659,51,24,'2027-12-15 01:00:00','2027-12-15 11:00:00','2027-12-15','01:00:00','11:00:00',NULL),(660,51,24,'2027-12-16 01:00:00','2027-12-16 11:00:00','2027-12-16','01:00:00','11:00:00',NULL),(661,51,24,'2027-12-17 01:00:00','2027-12-17 11:00:00','2027-12-17','01:00:00','11:00:00',NULL),(662,51,24,'2027-12-20 01:00:00','2027-12-20 11:00:00','2027-12-20','01:00:00','11:00:00',NULL),(663,51,24,'2027-12-21 01:00:00','2027-12-21 11:00:00','2027-12-21','01:00:00','11:00:00',NULL),(664,51,24,'2027-12-22 01:00:00','2027-12-22 11:00:00','2027-12-22','01:00:00','11:00:00',NULL),(665,51,24,'2027-12-23 01:00:00','2027-12-23 11:00:00','2027-12-23','01:00:00','11:00:00',NULL),(666,51,24,'2027-12-24 01:00:00','2027-12-24 11:00:00','2027-12-24','01:00:00','11:00:00',NULL),(667,51,24,'2027-12-27 01:00:00','2027-12-27 11:00:00','2027-12-27','01:00:00','11:00:00',NULL),(668,51,24,'2027-12-28 01:00:00','2027-12-28 11:00:00','2027-12-28','01:00:00','11:00:00',NULL),(669,51,24,'2027-12-29 01:00:00','2027-12-29 11:00:00','2027-12-29','01:00:00','11:00:00',NULL),(670,51,24,'2027-12-30 01:00:00','2027-12-30 11:00:00','2027-12-30','01:00:00','11:00:00',NULL),(671,51,24,'2027-12-31 01:00:00','2027-12-31 11:00:00','2027-12-31','01:00:00','11:00:00',NULL),(672,51,24,'2028-01-03 01:00:00','2028-01-03 11:00:00','2028-01-03','01:00:00','11:00:00',NULL),(673,51,24,'2028-01-04 01:00:00','2028-01-04 11:00:00','2028-01-04','01:00:00','11:00:00',NULL),(674,51,24,'2028-01-05 01:00:00','2028-01-05 11:00:00','2028-01-05','01:00:00','11:00:00',NULL),(675,51,24,'2028-01-06 01:00:00','2028-01-06 11:00:00','2028-01-06','01:00:00','11:00:00',NULL),(676,51,24,'2028-01-07 01:00:00','2028-01-07 11:00:00','2028-01-07','01:00:00','11:00:00',NULL),(677,51,24,'2028-01-10 01:00:00','2028-01-10 11:00:00','2028-01-10','01:00:00','11:00:00',NULL),(678,51,24,'2028-01-11 01:00:00','2028-01-11 11:00:00','2028-01-11','01:00:00','11:00:00',NULL),(679,51,24,'2028-01-12 01:00:00','2028-01-12 11:00:00','2028-01-12','01:00:00','11:00:00',NULL),(680,51,24,'2028-01-13 01:00:00','2028-01-13 11:00:00','2028-01-13','01:00:00','11:00:00',NULL),(681,51,24,'2028-01-14 01:00:00','2028-01-14 11:00:00','2028-01-14','01:00:00','11:00:00',NULL),(682,51,24,'2028-01-17 01:00:00','2028-01-17 11:00:00','2028-01-17','01:00:00','11:00:00',NULL),(683,51,24,'2028-01-18 01:00:00','2028-01-18 11:00:00','2028-01-18','01:00:00','11:00:00',NULL),(684,51,24,'2028-01-19 01:00:00','2028-01-19 11:00:00','2028-01-19','01:00:00','11:00:00',NULL),(685,51,24,'2028-01-20 01:00:00','2028-01-20 11:00:00','2028-01-20','01:00:00','11:00:00',NULL),(686,51,24,'2028-01-21 01:00:00','2028-01-21 11:00:00','2028-01-21','01:00:00','11:00:00',NULL),(687,51,24,'2028-01-24 01:00:00','2028-01-24 11:00:00','2028-01-24','01:00:00','11:00:00',NULL),(688,51,24,'2028-01-25 01:00:00','2028-01-25 11:00:00','2028-01-25','01:00:00','11:00:00',NULL),(689,51,24,'2028-01-26 01:00:00','2028-01-26 11:00:00','2028-01-26','01:00:00','11:00:00',NULL),(690,51,24,'2028-01-27 01:00:00','2028-01-27 11:00:00','2028-01-27','01:00:00','11:00:00',NULL),(691,51,24,'2028-01-28 01:00:00','2028-01-28 11:00:00','2028-01-28','01:00:00','11:00:00',NULL),(692,51,24,'2028-01-31 01:00:00','2028-01-31 11:00:00','2028-01-31','01:00:00','11:00:00',NULL),(693,51,24,'2028-02-01 01:00:00','2028-02-01 11:00:00','2028-02-01','01:00:00','11:00:00',NULL),(694,51,24,'2028-02-02 01:00:00','2028-02-02 11:00:00','2028-02-02','01:00:00','11:00:00',NULL),(695,51,24,'2028-02-03 01:00:00','2028-02-03 11:00:00','2028-02-03','01:00:00','11:00:00',NULL),(696,51,24,'2028-02-04 01:00:00','2028-02-04 11:00:00','2028-02-04','01:00:00','11:00:00',NULL),(697,51,24,'2028-02-07 01:00:00','2028-02-07 11:00:00','2028-02-07','01:00:00','11:00:00',NULL),(698,51,24,'2028-02-08 01:00:00','2028-02-08 11:00:00','2028-02-08','01:00:00','11:00:00',NULL),(699,51,24,'2028-02-09 01:00:00','2028-02-09 11:00:00','2028-02-09','01:00:00','11:00:00',NULL),(700,51,24,'2028-02-10 01:00:00','2028-02-10 11:00:00','2028-02-10','01:00:00','11:00:00',NULL),(701,51,24,'2028-02-11 01:00:00','2028-02-11 11:00:00','2028-02-11','01:00:00','11:00:00',NULL),(702,51,24,'2028-02-14 01:00:00','2028-02-14 11:00:00','2028-02-14','01:00:00','11:00:00',NULL),(703,51,24,'2028-02-15 01:00:00','2028-02-15 11:00:00','2028-02-15','01:00:00','11:00:00',NULL),(704,51,24,'2028-02-16 01:00:00','2028-02-16 11:00:00','2028-02-16','01:00:00','11:00:00',NULL),(705,51,24,'2028-02-17 01:00:00','2028-02-17 11:00:00','2028-02-17','01:00:00','11:00:00',NULL),(706,51,24,'2028-02-18 01:00:00','2028-02-18 11:00:00','2028-02-18','01:00:00','11:00:00',NULL),(707,51,24,'2028-02-21 01:00:00','2028-02-21 11:00:00','2028-02-21','01:00:00','11:00:00',NULL),(708,51,24,'2028-02-22 01:00:00','2028-02-22 11:00:00','2028-02-22','01:00:00','11:00:00',NULL),(709,51,24,'2028-02-23 01:00:00','2028-02-23 11:00:00','2028-02-23','01:00:00','11:00:00',NULL),(710,51,24,'2028-02-24 01:00:00','2028-02-24 11:00:00','2028-02-24','01:00:00','11:00:00',NULL),(711,51,24,'2028-02-25 01:00:00','2028-02-25 11:00:00','2028-02-25','01:00:00','11:00:00',NULL),(712,51,24,'2028-02-28 01:00:00','2028-02-28 11:00:00','2028-02-28','01:00:00','11:00:00',NULL),(713,51,24,'2028-02-29 01:00:00','2028-02-29 11:00:00','2028-02-29','01:00:00','11:00:00',NULL),(714,51,24,'2028-03-01 01:00:00','2028-03-01 11:00:00','2028-03-01','01:00:00','11:00:00',NULL),(715,51,24,'2028-03-02 01:00:00','2028-03-02 11:00:00','2028-03-02','01:00:00','11:00:00',NULL),(716,51,24,'2028-03-03 01:00:00','2028-03-03 11:00:00','2028-03-03','01:00:00','11:00:00',NULL),(717,51,24,'2028-03-06 01:00:00','2028-03-06 11:00:00','2028-03-06','01:00:00','11:00:00',NULL),(718,51,24,'2028-03-07 01:00:00','2028-03-07 11:00:00','2028-03-07','01:00:00','11:00:00',NULL),(719,51,24,'2028-03-08 01:00:00','2028-03-08 11:00:00','2028-03-08','01:00:00','11:00:00',NULL),(720,51,24,'2028-03-09 01:00:00','2028-03-09 11:00:00','2028-03-09','01:00:00','11:00:00',NULL),(721,51,24,'2028-03-10 01:00:00','2028-03-10 11:00:00','2028-03-10','01:00:00','11:00:00',NULL),(722,51,24,'2028-03-13 01:00:00','2028-03-13 11:00:00','2028-03-13','01:00:00','11:00:00',NULL),(723,51,24,'2028-03-14 01:00:00','2028-03-14 11:00:00','2028-03-14','01:00:00','11:00:00',NULL),(724,51,24,'2028-03-15 01:00:00','2028-03-15 11:00:00','2028-03-15','01:00:00','11:00:00',NULL),(725,51,24,'2028-03-16 01:00:00','2028-03-16 11:00:00','2028-03-16','01:00:00','11:00:00',NULL),(726,51,24,'2028-03-17 01:00:00','2028-03-17 11:00:00','2028-03-17','01:00:00','11:00:00',NULL),(727,51,24,'2028-03-20 01:00:00','2028-03-20 11:00:00','2028-03-20','01:00:00','11:00:00',NULL),(728,51,24,'2028-03-21 01:00:00','2028-03-21 11:00:00','2028-03-21','01:00:00','11:00:00',NULL),(729,51,24,'2028-03-22 01:00:00','2028-03-22 11:00:00','2028-03-22','01:00:00','11:00:00',NULL),(730,51,24,'2028-03-23 01:00:00','2028-03-23 11:00:00','2028-03-23','01:00:00','11:00:00',NULL),(731,51,24,'2028-03-24 01:00:00','2028-03-24 11:00:00','2028-03-24','01:00:00','11:00:00',NULL),(732,51,24,'2028-03-27 01:00:00','2028-03-27 11:00:00','2028-03-27','01:00:00','11:00:00',NULL),(733,51,24,'2028-03-28 01:00:00','2028-03-28 11:00:00','2028-03-28','01:00:00','11:00:00',NULL),(734,51,24,'2028-03-29 01:00:00','2028-03-29 11:00:00','2028-03-29','01:00:00','11:00:00',NULL),(735,51,24,'2028-03-30 01:00:00','2028-03-30 11:00:00','2028-03-30','01:00:00','11:00:00',NULL),(736,51,24,'2028-03-31 01:00:00','2028-03-31 11:00:00','2028-03-31','01:00:00','11:00:00',NULL),(737,51,24,'2028-04-03 01:00:00','2028-04-03 11:00:00','2028-04-03','01:00:00','11:00:00',NULL),(738,51,24,'2028-04-04 01:00:00','2028-04-04 11:00:00','2028-04-04','01:00:00','11:00:00',NULL),(739,51,24,'2028-04-05 01:00:00','2028-04-05 11:00:00','2028-04-05','01:00:00','11:00:00',NULL),(740,51,24,'2028-04-06 01:00:00','2028-04-06 11:00:00','2028-04-06','01:00:00','11:00:00',NULL),(741,51,24,'2028-04-07 01:00:00','2028-04-07 11:00:00','2028-04-07','01:00:00','11:00:00',NULL),(742,51,24,'2028-04-10 01:00:00','2028-04-10 11:00:00','2028-04-10','01:00:00','11:00:00',NULL),(743,51,24,'2028-04-11 01:00:00','2028-04-11 11:00:00','2028-04-11','01:00:00','11:00:00',NULL),(744,51,24,'2028-04-12 01:00:00','2028-04-12 11:00:00','2028-04-12','01:00:00','11:00:00',NULL),(745,51,24,'2028-04-13 01:00:00','2028-04-13 11:00:00','2028-04-13','01:00:00','11:00:00',NULL),(746,51,24,'2028-04-14 01:00:00','2028-04-14 11:00:00','2028-04-14','01:00:00','11:00:00',NULL),(747,51,24,'2028-04-17 01:00:00','2028-04-17 11:00:00','2028-04-17','01:00:00','11:00:00',NULL),(748,51,24,'2028-04-18 01:00:00','2028-04-18 11:00:00','2028-04-18','01:00:00','11:00:00',NULL),(749,51,24,'2028-04-19 01:00:00','2028-04-19 11:00:00','2028-04-19','01:00:00','11:00:00',NULL),(750,51,24,'2028-04-20 01:00:00','2028-04-20 11:00:00','2028-04-20','01:00:00','11:00:00',NULL),(751,51,24,'2028-04-21 01:00:00','2028-04-21 11:00:00','2028-04-21','01:00:00','11:00:00',NULL),(752,51,24,'2028-04-24 01:00:00','2028-04-24 11:00:00','2028-04-24','01:00:00','11:00:00',NULL),(753,51,24,'2028-04-25 01:00:00','2028-04-25 11:00:00','2028-04-25','01:00:00','11:00:00',NULL),(754,51,24,'2028-04-26 01:00:00','2028-04-26 11:00:00','2028-04-26','01:00:00','11:00:00',NULL),(755,51,24,'2028-04-27 01:00:00','2028-04-27 11:00:00','2028-04-27','01:00:00','11:00:00',NULL),(756,51,24,'2028-04-28 01:00:00','2028-04-28 11:00:00','2028-04-28','01:00:00','11:00:00',NULL),(757,51,24,'2028-05-01 01:00:00','2028-05-01 11:00:00','2028-05-01','01:00:00','11:00:00',NULL),(758,51,24,'2028-05-02 01:00:00','2028-05-02 11:00:00','2028-05-02','01:00:00','11:00:00',NULL),(759,51,24,'2028-05-03 01:00:00','2028-05-03 11:00:00','2028-05-03','01:00:00','11:00:00',NULL),(760,51,24,'2028-05-04 01:00:00','2028-05-04 11:00:00','2028-05-04','01:00:00','11:00:00',NULL),(761,51,24,'2028-05-05 01:00:00','2028-05-05 11:00:00','2028-05-05','01:00:00','11:00:00',NULL),(762,51,24,'2028-05-08 01:00:00','2028-05-08 11:00:00','2028-05-08','01:00:00','11:00:00',NULL),(763,51,24,'2028-05-09 01:00:00','2028-05-09 11:00:00','2028-05-09','01:00:00','11:00:00',NULL),(764,51,24,'2028-05-10 01:00:00','2028-05-10 11:00:00','2028-05-10','01:00:00','11:00:00',NULL),(765,51,24,'2028-05-11 01:00:00','2028-05-11 11:00:00','2028-05-11','01:00:00','11:00:00',NULL),(766,51,24,'2028-05-12 01:00:00','2028-05-12 11:00:00','2028-05-12','01:00:00','11:00:00',NULL),(767,51,24,'2028-05-15 01:00:00','2028-05-15 11:00:00','2028-05-15','01:00:00','11:00:00',NULL),(768,51,24,'2028-05-16 01:00:00','2028-05-16 11:00:00','2028-05-16','01:00:00','11:00:00',NULL),(769,51,24,'2028-05-17 01:00:00','2028-05-17 11:00:00','2028-05-17','01:00:00','11:00:00',NULL),(770,51,24,'2028-05-18 01:00:00','2028-05-18 11:00:00','2028-05-18','01:00:00','11:00:00',NULL),(771,51,24,'2028-05-19 01:00:00','2028-05-19 11:00:00','2028-05-19','01:00:00','11:00:00',NULL),(772,51,24,'2028-05-22 01:00:00','2028-05-22 11:00:00','2028-05-22','01:00:00','11:00:00',NULL),(773,51,24,'2028-05-23 01:00:00','2028-05-23 11:00:00','2028-05-23','01:00:00','11:00:00',NULL),(774,51,24,'2028-05-24 01:00:00','2028-05-24 11:00:00','2028-05-24','01:00:00','11:00:00',NULL),(775,51,24,'2028-05-25 01:00:00','2028-05-25 11:00:00','2028-05-25','01:00:00','11:00:00',NULL),(776,51,24,'2028-05-26 01:00:00','2028-05-26 11:00:00','2028-05-26','01:00:00','11:00:00',NULL),(777,51,24,'2028-05-29 01:00:00','2028-05-29 11:00:00','2028-05-29','01:00:00','11:00:00',NULL),(778,51,24,'2028-05-30 01:00:00','2028-05-30 11:00:00','2028-05-30','01:00:00','11:00:00',NULL),(779,51,24,'2028-05-31 01:00:00','2028-05-31 11:00:00','2028-05-31','01:00:00','11:00:00',NULL),(780,51,24,'2028-06-01 01:00:00','2028-06-01 11:00:00','2028-06-01','01:00:00','11:00:00',NULL),(781,51,24,'2028-06-02 01:00:00','2028-06-02 11:00:00','2028-06-02','01:00:00','11:00:00',NULL),(782,51,24,'2028-06-05 01:00:00','2028-06-05 11:00:00','2028-06-05','01:00:00','11:00:00',NULL),(783,51,24,'2028-06-06 01:00:00','2028-06-06 11:00:00','2028-06-06','01:00:00','11:00:00',NULL),(784,51,24,'2028-06-07 01:00:00','2028-06-07 11:00:00','2028-06-07','01:00:00','11:00:00',NULL),(785,51,24,'2028-06-08 01:00:00','2028-06-08 11:00:00','2028-06-08','01:00:00','11:00:00',NULL),(786,51,24,'2028-06-09 01:00:00','2028-06-09 11:00:00','2028-06-09','01:00:00','11:00:00',NULL),(787,51,24,'2028-06-12 01:00:00','2028-06-12 11:00:00','2028-06-12','01:00:00','11:00:00',NULL),(788,51,24,'2028-06-13 01:00:00','2028-06-13 11:00:00','2028-06-13','01:00:00','11:00:00',NULL),(789,51,24,'2028-06-14 01:00:00','2028-06-14 11:00:00','2028-06-14','01:00:00','11:00:00',NULL),(790,51,24,'2028-06-15 01:00:00','2028-06-15 11:00:00','2028-06-15','01:00:00','11:00:00',NULL),(791,51,24,'2028-06-16 01:00:00','2028-06-16 11:00:00','2028-06-16','01:00:00','11:00:00',NULL),(792,51,24,'2028-06-19 01:00:00','2028-06-19 11:00:00','2028-06-19','01:00:00','11:00:00',NULL),(793,51,24,'2028-06-20 01:00:00','2028-06-20 11:00:00','2028-06-20','01:00:00','11:00:00',NULL),(794,51,24,'2028-06-21 01:00:00','2028-06-21 11:00:00','2028-06-21','01:00:00','11:00:00',NULL),(795,51,24,'2028-06-22 01:00:00','2028-06-22 11:00:00','2028-06-22','01:00:00','11:00:00',NULL),(796,51,24,'2028-06-23 01:00:00','2028-06-23 11:00:00','2028-06-23','01:00:00','11:00:00',NULL),(797,51,24,'2028-06-26 01:00:00','2028-06-26 11:00:00','2028-06-26','01:00:00','11:00:00',NULL),(798,51,24,'2028-06-27 01:00:00','2028-06-27 11:00:00','2028-06-27','01:00:00','11:00:00',NULL),(799,51,24,'2028-06-28 01:00:00','2028-06-28 11:00:00','2028-06-28','01:00:00','11:00:00',NULL),(800,51,24,'2028-06-29 01:00:00','2028-06-29 11:00:00','2028-06-29','01:00:00','11:00:00',NULL),(801,51,24,'2028-06-30 01:00:00','2028-06-30 11:00:00','2028-06-30','01:00:00','11:00:00',NULL),(802,51,24,'2028-07-03 01:00:00','2028-07-03 11:00:00','2028-07-03','01:00:00','11:00:00',NULL),(803,51,24,'2028-07-04 01:00:00','2028-07-04 11:00:00','2028-07-04','01:00:00','11:00:00',NULL),(804,51,24,'2028-07-05 01:00:00','2028-07-05 11:00:00','2028-07-05','01:00:00','11:00:00',NULL),(805,51,24,'2028-07-06 01:00:00','2028-07-06 11:00:00','2028-07-06','01:00:00','11:00:00',NULL),(806,51,24,'2028-07-07 01:00:00','2028-07-07 11:00:00','2028-07-07','01:00:00','11:00:00',NULL),(807,51,24,'2028-07-10 01:00:00','2028-07-10 11:00:00','2028-07-10','01:00:00','11:00:00',NULL),(808,51,24,'2028-07-11 01:00:00','2028-07-11 11:00:00','2028-07-11','01:00:00','11:00:00',NULL),(809,51,24,'2028-07-12 01:00:00','2028-07-12 11:00:00','2028-07-12','01:00:00','11:00:00',NULL),(810,51,24,'2028-07-13 01:00:00','2028-07-13 11:00:00','2028-07-13','01:00:00','11:00:00',NULL),(811,51,24,'2028-07-14 01:00:00','2028-07-14 11:00:00','2028-07-14','01:00:00','11:00:00',NULL),(812,51,24,'2028-07-17 01:00:00','2028-07-17 11:00:00','2028-07-17','01:00:00','11:00:00',NULL),(813,51,24,'2028-07-18 01:00:00','2028-07-18 11:00:00','2028-07-18','01:00:00','11:00:00',NULL),(814,51,24,'2028-07-19 01:00:00','2028-07-19 11:00:00','2028-07-19','01:00:00','11:00:00',NULL),(815,51,24,'2028-07-20 01:00:00','2028-07-20 11:00:00','2028-07-20','01:00:00','11:00:00',NULL),(816,51,24,'2028-07-21 01:00:00','2028-07-21 11:00:00','2028-07-21','01:00:00','11:00:00',NULL),(817,51,24,'2028-07-24 01:00:00','2028-07-24 11:00:00','2028-07-24','01:00:00','11:00:00',NULL),(818,51,24,'2028-07-25 01:00:00','2028-07-25 11:00:00','2028-07-25','01:00:00','11:00:00',NULL),(819,51,24,'2028-07-26 01:00:00','2028-07-26 11:00:00','2028-07-26','01:00:00','11:00:00',NULL),(820,51,24,'2028-07-27 01:00:00','2028-07-27 11:00:00','2028-07-27','01:00:00','11:00:00',NULL),(821,51,24,'2028-07-28 01:00:00','2028-07-28 11:00:00','2028-07-28','01:00:00','11:00:00',NULL),(822,51,24,'2028-07-31 01:00:00','2028-07-31 11:00:00','2028-07-31','01:00:00','11:00:00',NULL),(823,51,24,'2028-08-01 01:00:00','2028-08-01 11:00:00','2028-08-01','01:00:00','11:00:00',NULL),(824,51,24,'2028-08-02 01:00:00','2028-08-02 11:00:00','2028-08-02','01:00:00','11:00:00',NULL),(825,51,24,'2028-08-03 01:00:00','2028-08-03 11:00:00','2028-08-03','01:00:00','11:00:00',NULL),(826,51,24,'2028-08-04 01:00:00','2028-08-04 11:00:00','2028-08-04','01:00:00','11:00:00',NULL),(827,51,24,'2028-08-07 01:00:00','2028-08-07 11:00:00','2028-08-07','01:00:00','11:00:00',NULL),(828,51,24,'2028-08-08 01:00:00','2028-08-08 11:00:00','2028-08-08','01:00:00','11:00:00',NULL),(829,51,24,'2028-08-09 01:00:00','2028-08-09 11:00:00','2028-08-09','01:00:00','11:00:00',NULL),(830,51,24,'2028-08-10 01:00:00','2028-08-10 11:00:00','2028-08-10','01:00:00','11:00:00',NULL),(831,51,24,'2028-08-11 01:00:00','2028-08-11 11:00:00','2028-08-11','01:00:00','11:00:00',NULL),(832,51,24,'2028-08-14 01:00:00','2028-08-14 11:00:00','2028-08-14','01:00:00','11:00:00',NULL),(833,51,24,'2028-08-15 01:00:00','2028-08-15 11:00:00','2028-08-15','01:00:00','11:00:00',NULL),(834,51,24,'2028-08-16 01:00:00','2028-08-16 11:00:00','2028-08-16','01:00:00','11:00:00',NULL),(835,51,24,'2028-08-17 01:00:00','2028-08-17 11:00:00','2028-08-17','01:00:00','11:00:00',NULL),(836,51,24,'2028-08-18 01:00:00','2028-08-18 11:00:00','2028-08-18','01:00:00','11:00:00',NULL),(837,51,24,'2028-08-21 01:00:00','2028-08-21 11:00:00','2028-08-21','01:00:00','11:00:00',NULL),(838,51,24,'2028-08-22 01:00:00','2028-08-22 11:00:00','2028-08-22','01:00:00','11:00:00',NULL),(839,51,24,'2028-08-23 01:00:00','2028-08-23 11:00:00','2028-08-23','01:00:00','11:00:00',NULL),(840,51,24,'2028-08-24 01:00:00','2028-08-24 11:00:00','2028-08-24','01:00:00','11:00:00',NULL),(841,51,24,'2028-08-25 01:00:00','2028-08-25 11:00:00','2028-08-25','01:00:00','11:00:00',NULL),(842,51,24,'2028-08-28 01:00:00','2028-08-28 11:00:00','2028-08-28','01:00:00','11:00:00',NULL),(843,51,24,'2028-08-29 01:00:00','2028-08-29 11:00:00','2028-08-29','01:00:00','11:00:00',NULL),(844,51,24,'2028-08-30 01:00:00','2028-08-30 11:00:00','2028-08-30','01:00:00','11:00:00',NULL),(845,51,24,'2028-08-31 01:00:00','2028-08-31 11:00:00','2028-08-31','01:00:00','11:00:00',NULL),(846,51,24,'2028-09-01 01:00:00','2028-09-01 11:00:00','2028-09-01','01:00:00','11:00:00',NULL),(847,51,24,'2028-09-04 01:00:00','2028-09-04 11:00:00','2028-09-04','01:00:00','11:00:00',NULL),(848,51,24,'2028-09-05 01:00:00','2028-09-05 11:00:00','2028-09-05','01:00:00','11:00:00',NULL),(849,51,24,'2028-09-06 01:00:00','2028-09-06 11:00:00','2028-09-06','01:00:00','11:00:00',NULL),(850,51,24,'2028-09-07 01:00:00','2028-09-07 11:00:00','2028-09-07','01:00:00','11:00:00',NULL),(851,51,24,'2028-09-08 01:00:00','2028-09-08 11:00:00','2028-09-08','01:00:00','11:00:00',NULL),(852,51,24,'2028-09-11 01:00:00','2028-09-11 11:00:00','2028-09-11','01:00:00','11:00:00',NULL),(853,51,24,'2028-09-12 01:00:00','2028-09-12 11:00:00','2028-09-12','01:00:00','11:00:00',NULL),(854,51,24,'2028-09-13 01:00:00','2028-09-13 11:00:00','2028-09-13','01:00:00','11:00:00',NULL),(855,51,24,'2028-09-14 01:00:00','2028-09-14 11:00:00','2028-09-14','01:00:00','11:00:00',NULL),(856,51,24,'2028-09-15 01:00:00','2028-09-15 11:00:00','2028-09-15','01:00:00','11:00:00',NULL),(857,51,24,'2028-09-18 01:00:00','2028-09-18 11:00:00','2028-09-18','01:00:00','11:00:00',NULL),(858,51,24,'2028-09-19 01:00:00','2028-09-19 11:00:00','2028-09-19','01:00:00','11:00:00',NULL),(859,51,24,'2028-09-20 01:00:00','2028-09-20 11:00:00','2028-09-20','01:00:00','11:00:00',NULL),(860,51,24,'2028-09-21 01:00:00','2028-09-21 11:00:00','2028-09-21','01:00:00','11:00:00',NULL),(861,51,24,'2028-09-22 01:00:00','2028-09-22 11:00:00','2028-09-22','01:00:00','11:00:00',NULL),(862,51,24,'2028-09-25 01:00:00','2028-09-25 11:00:00','2028-09-25','01:00:00','11:00:00',NULL),(863,51,24,'2028-09-26 01:00:00','2028-09-26 11:00:00','2028-09-26','01:00:00','11:00:00',NULL),(864,51,24,'2028-09-27 01:00:00','2028-09-27 11:00:00','2028-09-27','01:00:00','11:00:00',NULL),(865,51,24,'2028-09-28 01:00:00','2028-09-28 11:00:00','2028-09-28','01:00:00','11:00:00',NULL),(866,51,24,'2028-09-29 01:00:00','2028-09-29 11:00:00','2028-09-29','01:00:00','11:00:00',NULL),(867,51,24,'2028-10-02 01:00:00','2028-10-02 11:00:00','2028-10-02','01:00:00','11:00:00',NULL),(868,51,24,'2028-10-03 01:00:00','2028-10-03 11:00:00','2028-10-03','01:00:00','11:00:00',NULL),(869,51,24,'2028-10-04 01:00:00','2028-10-04 11:00:00','2028-10-04','01:00:00','11:00:00',NULL),(870,51,24,'2028-10-05 01:00:00','2028-10-05 11:00:00','2028-10-05','01:00:00','11:00:00',NULL),(871,51,24,'2028-10-06 01:00:00','2028-10-06 11:00:00','2028-10-06','01:00:00','11:00:00',NULL),(872,51,24,'2028-10-09 01:00:00','2028-10-09 11:00:00','2028-10-09','01:00:00','11:00:00',NULL),(873,51,24,'2028-10-10 01:00:00','2028-10-10 11:00:00','2028-10-10','01:00:00','11:00:00',NULL),(874,51,24,'2028-10-11 01:00:00','2028-10-11 11:00:00','2028-10-11','01:00:00','11:00:00',NULL),(875,51,24,'2028-10-12 01:00:00','2028-10-12 11:00:00','2028-10-12','01:00:00','11:00:00',NULL),(876,51,24,'2028-10-13 01:00:00','2028-10-13 11:00:00','2028-10-13','01:00:00','11:00:00',NULL),(877,51,24,'2028-10-16 01:00:00','2028-10-16 11:00:00','2028-10-16','01:00:00','11:00:00',NULL),(878,51,24,'2028-10-17 01:00:00','2028-10-17 11:00:00','2028-10-17','01:00:00','11:00:00',NULL),(879,51,24,'2028-10-18 01:00:00','2028-10-18 11:00:00','2028-10-18','01:00:00','11:00:00',NULL),(880,51,24,'2028-10-19 01:00:00','2028-10-19 11:00:00','2028-10-19','01:00:00','11:00:00',NULL),(881,51,24,'2028-10-20 01:00:00','2028-10-20 11:00:00','2028-10-20','01:00:00','11:00:00',NULL),(882,51,24,'2028-10-23 01:00:00','2028-10-23 11:00:00','2028-10-23','01:00:00','11:00:00',NULL),(883,51,24,'2028-10-24 01:00:00','2028-10-24 11:00:00','2028-10-24','01:00:00','11:00:00',NULL),(884,51,24,'2028-10-25 01:00:00','2028-10-25 11:00:00','2028-10-25','01:00:00','11:00:00',NULL),(885,51,24,'2028-10-26 01:00:00','2028-10-26 11:00:00','2028-10-26','01:00:00','11:00:00',NULL),(886,51,24,'2028-10-27 01:00:00','2028-10-27 11:00:00','2028-10-27','01:00:00','11:00:00',NULL),(887,51,24,'2028-10-30 01:00:00','2028-10-30 11:00:00','2028-10-30','01:00:00','11:00:00',NULL),(888,51,24,'2028-10-31 01:00:00','2028-10-31 11:00:00','2028-10-31','01:00:00','11:00:00',NULL),(889,51,24,'2028-11-01 01:00:00','2028-11-01 11:00:00','2028-11-01','01:00:00','11:00:00',NULL),(890,51,24,'2028-11-02 01:00:00','2028-11-02 11:00:00','2028-11-02','01:00:00','11:00:00',NULL),(891,51,24,'2028-11-03 01:00:00','2028-11-03 11:00:00','2028-11-03','01:00:00','11:00:00',NULL),(892,51,24,'2028-11-06 01:00:00','2028-11-06 11:00:00','2028-11-06','01:00:00','11:00:00',NULL),(893,51,24,'2028-11-07 01:00:00','2028-11-07 11:00:00','2028-11-07','01:00:00','11:00:00',NULL),(894,51,24,'2028-11-08 01:00:00','2028-11-08 11:00:00','2028-11-08','01:00:00','11:00:00',NULL),(895,51,24,'2028-11-09 01:00:00','2028-11-09 11:00:00','2028-11-09','01:00:00','11:00:00',NULL),(896,51,24,'2028-11-10 01:00:00','2028-11-10 11:00:00','2028-11-10','01:00:00','11:00:00',NULL),(897,51,24,'2028-11-13 01:00:00','2028-11-13 11:00:00','2028-11-13','01:00:00','11:00:00',NULL),(898,51,24,'2028-11-14 01:00:00','2028-11-14 11:00:00','2028-11-14','01:00:00','11:00:00',NULL),(899,51,24,'2028-11-15 01:00:00','2028-11-15 11:00:00','2028-11-15','01:00:00','11:00:00',NULL),(900,51,24,'2028-11-16 01:00:00','2028-11-16 11:00:00','2028-11-16','01:00:00','11:00:00',NULL),(901,51,24,'2028-11-17 01:00:00','2028-11-17 11:00:00','2028-11-17','01:00:00','11:00:00',NULL),(902,51,24,'2028-11-20 01:00:00','2028-11-20 11:00:00','2028-11-20','01:00:00','11:00:00',NULL),(903,51,24,'2028-11-21 01:00:00','2028-11-21 11:00:00','2028-11-21','01:00:00','11:00:00',NULL),(904,51,24,'2028-11-22 01:00:00','2028-11-22 11:00:00','2028-11-22','01:00:00','11:00:00',NULL),(905,51,24,'2028-11-23 01:00:00','2028-11-23 11:00:00','2028-11-23','01:00:00','11:00:00',NULL),(906,51,24,'2028-11-24 01:00:00','2028-11-24 11:00:00','2028-11-24','01:00:00','11:00:00',NULL),(907,51,24,'2028-11-27 01:00:00','2028-11-27 11:00:00','2028-11-27','01:00:00','11:00:00',NULL),(908,51,24,'2028-11-28 01:00:00','2028-11-28 11:00:00','2028-11-28','01:00:00','11:00:00',NULL),(909,51,24,'2028-11-29 01:00:00','2028-11-29 11:00:00','2028-11-29','01:00:00','11:00:00',NULL),(910,51,24,'2028-11-30 01:00:00','2028-11-30 11:00:00','2028-11-30','01:00:00','11:00:00',NULL),(911,51,24,'2028-12-01 01:00:00','2028-12-01 11:00:00','2028-12-01','01:00:00','11:00:00',NULL),(912,51,24,'2028-12-04 01:00:00','2028-12-04 11:00:00','2028-12-04','01:00:00','11:00:00',NULL),(913,51,24,'2028-12-05 01:00:00','2028-12-05 11:00:00','2028-12-05','01:00:00','11:00:00',NULL),(914,51,24,'2028-12-06 01:00:00','2028-12-06 11:00:00','2028-12-06','01:00:00','11:00:00',NULL),(915,51,24,'2028-12-07 01:00:00','2028-12-07 11:00:00','2028-12-07','01:00:00','11:00:00',NULL),(916,51,24,'2028-12-08 01:00:00','2028-12-08 11:00:00','2028-12-08','01:00:00','11:00:00',NULL),(917,51,24,'2028-12-11 01:00:00','2028-12-11 11:00:00','2028-12-11','01:00:00','11:00:00',NULL),(918,51,24,'2028-12-12 01:00:00','2028-12-12 11:00:00','2028-12-12','01:00:00','11:00:00',NULL),(919,51,24,'2028-12-13 01:00:00','2028-12-13 11:00:00','2028-12-13','01:00:00','11:00:00',NULL),(920,51,24,'2028-12-14 01:00:00','2028-12-14 11:00:00','2028-12-14','01:00:00','11:00:00',NULL),(921,51,24,'2028-12-15 01:00:00','2028-12-15 11:00:00','2028-12-15','01:00:00','11:00:00',NULL),(922,51,24,'2028-12-18 01:00:00','2028-12-18 11:00:00','2028-12-18','01:00:00','11:00:00',NULL),(923,51,24,'2028-12-19 01:00:00','2028-12-19 11:00:00','2028-12-19','01:00:00','11:00:00',NULL),(924,51,24,'2028-12-20 01:00:00','2028-12-20 11:00:00','2028-12-20','01:00:00','11:00:00',NULL),(925,51,24,'2028-12-21 01:00:00','2028-12-21 11:00:00','2028-12-21','01:00:00','11:00:00',NULL),(926,51,24,'2028-12-22 01:00:00','2028-12-22 11:00:00','2028-12-22','01:00:00','11:00:00',NULL),(927,51,24,'2028-12-25 01:00:00','2028-12-25 11:00:00','2028-12-25','01:00:00','11:00:00',NULL),(928,51,24,'2028-12-26 01:00:00','2028-12-26 11:00:00','2028-12-26','01:00:00','11:00:00',NULL),(929,51,24,'2028-12-27 01:00:00','2028-12-27 11:00:00','2028-12-27','01:00:00','11:00:00',NULL),(930,51,24,'2028-12-28 01:00:00','2028-12-28 11:00:00','2028-12-28','01:00:00','11:00:00',NULL),(931,51,24,'2028-12-29 01:00:00','2028-12-29 11:00:00','2028-12-29','01:00:00','11:00:00',NULL),(932,51,24,'2029-01-01 01:00:00','2029-01-01 11:00:00','2029-01-01','01:00:00','11:00:00',NULL),(933,51,24,'2029-01-02 01:00:00','2029-01-02 11:00:00','2029-01-02','01:00:00','11:00:00',NULL),(934,51,24,'2029-01-03 01:00:00','2029-01-03 11:00:00','2029-01-03','01:00:00','11:00:00',NULL),(935,51,24,'2029-01-04 01:00:00','2029-01-04 11:00:00','2029-01-04','01:00:00','11:00:00',NULL),(936,51,24,'2029-01-05 01:00:00','2029-01-05 11:00:00','2029-01-05','01:00:00','11:00:00',NULL),(937,51,24,'2029-01-08 01:00:00','2029-01-08 11:00:00','2029-01-08','01:00:00','11:00:00',NULL),(938,51,24,'2029-01-09 01:00:00','2029-01-09 11:00:00','2029-01-09','01:00:00','11:00:00',NULL),(939,51,24,'2029-01-10 01:00:00','2029-01-10 11:00:00','2029-01-10','01:00:00','11:00:00',NULL),(940,51,24,'2029-01-11 01:00:00','2029-01-11 11:00:00','2029-01-11','01:00:00','11:00:00',NULL),(941,51,24,'2029-01-12 01:00:00','2029-01-12 11:00:00','2029-01-12','01:00:00','11:00:00',NULL),(942,51,24,'2029-01-15 01:00:00','2029-01-15 11:00:00','2029-01-15','01:00:00','11:00:00',NULL),(943,51,24,'2029-01-16 01:00:00','2029-01-16 11:00:00','2029-01-16','01:00:00','11:00:00',NULL),(944,51,24,'2029-01-17 01:00:00','2029-01-17 11:00:00','2029-01-17','01:00:00','11:00:00',NULL),(945,51,24,'2029-01-18 01:00:00','2029-01-18 11:00:00','2029-01-18','01:00:00','11:00:00',NULL),(946,51,24,'2029-01-19 01:00:00','2029-01-19 11:00:00','2029-01-19','01:00:00','11:00:00',NULL),(947,51,24,'2029-01-22 01:00:00','2029-01-22 11:00:00','2029-01-22','01:00:00','11:00:00',NULL),(948,51,24,'2029-01-23 01:00:00','2029-01-23 11:00:00','2029-01-23','01:00:00','11:00:00',NULL),(949,51,24,'2029-01-24 01:00:00','2029-01-24 11:00:00','2029-01-24','01:00:00','11:00:00',NULL),(950,51,24,'2029-01-25 01:00:00','2029-01-25 11:00:00','2029-01-25','01:00:00','11:00:00',NULL),(951,51,24,'2029-01-26 01:00:00','2029-01-26 11:00:00','2029-01-26','01:00:00','11:00:00',NULL),(952,51,24,'2029-01-29 01:00:00','2029-01-29 11:00:00','2029-01-29','01:00:00','11:00:00',NULL),(953,51,24,'2029-01-30 01:00:00','2029-01-30 11:00:00','2029-01-30','01:00:00','11:00:00',NULL),(954,51,24,'2029-01-31 01:00:00','2029-01-31 11:00:00','2029-01-31','01:00:00','11:00:00',NULL),(955,51,24,'2029-02-01 01:00:00','2029-02-01 11:00:00','2029-02-01','01:00:00','11:00:00',NULL),(956,51,24,'2029-02-02 01:00:00','2029-02-02 11:00:00','2029-02-02','01:00:00','11:00:00',NULL),(957,51,24,'2029-02-05 01:00:00','2029-02-05 11:00:00','2029-02-05','01:00:00','11:00:00',NULL),(958,51,24,'2029-02-06 01:00:00','2029-02-06 11:00:00','2029-02-06','01:00:00','11:00:00',NULL),(959,51,24,'2029-02-07 01:00:00','2029-02-07 11:00:00','2029-02-07','01:00:00','11:00:00',NULL),(960,51,24,'2029-02-08 01:00:00','2029-02-08 11:00:00','2029-02-08','01:00:00','11:00:00',NULL),(961,51,24,'2029-02-09 01:00:00','2029-02-09 11:00:00','2029-02-09','01:00:00','11:00:00',NULL),(962,51,24,'2029-02-12 01:00:00','2029-02-12 11:00:00','2029-02-12','01:00:00','11:00:00',NULL),(963,51,24,'2029-02-13 01:00:00','2029-02-13 11:00:00','2029-02-13','01:00:00','11:00:00',NULL),(964,51,24,'2029-02-14 01:00:00','2029-02-14 11:00:00','2029-02-14','01:00:00','11:00:00',NULL),(965,51,24,'2029-02-15 01:00:00','2029-02-15 11:00:00','2029-02-15','01:00:00','11:00:00',NULL),(966,51,24,'2029-02-16 01:00:00','2029-02-16 11:00:00','2029-02-16','01:00:00','11:00:00',NULL),(967,51,24,'2029-02-19 01:00:00','2029-02-19 11:00:00','2029-02-19','01:00:00','11:00:00',NULL),(968,51,24,'2029-02-20 01:00:00','2029-02-20 11:00:00','2029-02-20','01:00:00','11:00:00',NULL),(969,51,24,'2029-02-21 01:00:00','2029-02-21 11:00:00','2029-02-21','01:00:00','11:00:00',NULL),(970,51,24,'2029-02-22 01:00:00','2029-02-22 11:00:00','2029-02-22','01:00:00','11:00:00',NULL),(971,51,24,'2029-02-23 01:00:00','2029-02-23 11:00:00','2029-02-23','01:00:00','11:00:00',NULL),(972,51,24,'2029-02-26 01:00:00','2029-02-26 11:00:00','2029-02-26','01:00:00','11:00:00',NULL),(973,51,24,'2029-02-27 01:00:00','2029-02-27 11:00:00','2029-02-27','01:00:00','11:00:00',NULL),(974,51,24,'2029-02-28 01:00:00','2029-02-28 11:00:00','2029-02-28','01:00:00','11:00:00',NULL),(975,51,24,'2029-03-01 01:00:00','2029-03-01 11:00:00','2029-03-01','01:00:00','11:00:00',NULL),(976,51,24,'2029-03-02 01:00:00','2029-03-02 11:00:00','2029-03-02','01:00:00','11:00:00',NULL),(977,51,24,'2029-03-05 01:00:00','2029-03-05 11:00:00','2029-03-05','01:00:00','11:00:00',NULL),(978,51,24,'2029-03-06 01:00:00','2029-03-06 11:00:00','2029-03-06','01:00:00','11:00:00',NULL),(979,51,24,'2029-03-07 01:00:00','2029-03-07 11:00:00','2029-03-07','01:00:00','11:00:00',NULL),(980,51,24,'2029-03-08 01:00:00','2029-03-08 11:00:00','2029-03-08','01:00:00','11:00:00',NULL),(981,51,24,'2029-03-09 01:00:00','2029-03-09 11:00:00','2029-03-09','01:00:00','11:00:00',NULL),(982,51,24,'2029-03-12 01:00:00','2029-03-12 11:00:00','2029-03-12','01:00:00','11:00:00',NULL),(983,51,24,'2029-03-13 01:00:00','2029-03-13 11:00:00','2029-03-13','01:00:00','11:00:00',NULL),(984,51,24,'2029-03-14 01:00:00','2029-03-14 11:00:00','2029-03-14','01:00:00','11:00:00',NULL),(985,51,24,'2029-03-15 01:00:00','2029-03-15 11:00:00','2029-03-15','01:00:00','11:00:00',NULL),(986,51,24,'2029-03-16 01:00:00','2029-03-16 11:00:00','2029-03-16','01:00:00','11:00:00',NULL),(987,51,24,'2029-03-19 01:00:00','2029-03-19 11:00:00','2029-03-19','01:00:00','11:00:00',NULL),(988,51,24,'2029-03-20 01:00:00','2029-03-20 11:00:00','2029-03-20','01:00:00','11:00:00',NULL),(989,51,24,'2029-03-21 01:00:00','2029-03-21 11:00:00','2029-03-21','01:00:00','11:00:00',NULL),(990,51,24,'2029-03-22 01:00:00','2029-03-22 11:00:00','2029-03-22','01:00:00','11:00:00',NULL),(991,51,24,'2029-03-23 01:00:00','2029-03-23 11:00:00','2029-03-23','01:00:00','11:00:00',NULL),(992,51,24,'2029-03-26 01:00:00','2029-03-26 11:00:00','2029-03-26','01:00:00','11:00:00',NULL),(993,51,24,'2029-03-27 01:00:00','2029-03-27 11:00:00','2029-03-27','01:00:00','11:00:00',NULL),(994,51,24,'2029-03-28 01:00:00','2029-03-28 11:00:00','2029-03-28','01:00:00','11:00:00',NULL),(995,51,24,'2029-03-29 01:00:00','2029-03-29 11:00:00','2029-03-29','01:00:00','11:00:00',NULL),(996,51,24,'2029-03-30 01:00:00','2029-03-30 11:00:00','2029-03-30','01:00:00','11:00:00',NULL),(997,51,24,'2029-04-02 01:00:00','2029-04-02 11:00:00','2029-04-02','01:00:00','11:00:00',NULL),(998,51,24,'2029-04-03 01:00:00','2029-04-03 11:00:00','2029-04-03','01:00:00','11:00:00',NULL),(999,51,24,'2029-04-04 01:00:00','2029-04-04 11:00:00','2029-04-04','01:00:00','11:00:00',NULL),(1000,51,24,'2029-04-05 01:00:00','2029-04-05 11:00:00','2029-04-05','01:00:00','11:00:00',NULL),(1001,51,24,'2029-04-06 01:00:00','2029-04-06 11:00:00','2029-04-06','01:00:00','11:00:00',NULL),(1002,51,24,'2029-04-09 01:00:00','2029-04-09 11:00:00','2029-04-09','01:00:00','11:00:00',NULL),(1003,51,24,'2029-04-10 01:00:00','2029-04-10 11:00:00','2029-04-10','01:00:00','11:00:00',NULL),(1004,51,24,'2029-04-11 01:00:00','2029-04-11 11:00:00','2029-04-11','01:00:00','11:00:00',NULL),(1005,51,24,'2029-04-12 01:00:00','2029-04-12 11:00:00','2029-04-12','01:00:00','11:00:00',NULL),(1006,51,24,'2029-04-13 01:00:00','2029-04-13 11:00:00','2029-04-13','01:00:00','11:00:00',NULL),(1007,51,24,'2029-04-16 01:00:00','2029-04-16 11:00:00','2029-04-16','01:00:00','11:00:00',NULL),(1008,51,24,'2029-04-17 01:00:00','2029-04-17 11:00:00','2029-04-17','01:00:00','11:00:00',NULL),(1009,51,24,'2029-04-18 01:00:00','2029-04-18 11:00:00','2029-04-18','01:00:00','11:00:00',NULL),(1010,51,24,'2029-04-19 01:00:00','2029-04-19 11:00:00','2029-04-19','01:00:00','11:00:00',NULL),(1011,51,24,'2029-04-20 01:00:00','2029-04-20 11:00:00','2029-04-20','01:00:00','11:00:00',NULL),(1012,51,24,'2029-04-23 01:00:00','2029-04-23 11:00:00','2029-04-23','01:00:00','11:00:00',NULL),(1013,51,24,'2029-04-24 01:00:00','2029-04-24 11:00:00','2029-04-24','01:00:00','11:00:00',NULL),(1014,51,24,'2029-04-25 01:00:00','2029-04-25 11:00:00','2029-04-25','01:00:00','11:00:00',NULL),(1015,51,24,'2029-04-26 01:00:00','2029-04-26 11:00:00','2029-04-26','01:00:00','11:00:00',NULL),(1016,51,24,'2029-04-27 01:00:00','2029-04-27 11:00:00','2029-04-27','01:00:00','11:00:00',NULL),(1017,51,24,'2029-04-30 01:00:00','2029-04-30 11:00:00','2029-04-30','01:00:00','11:00:00',NULL),(1018,51,24,'2029-05-01 01:00:00','2029-05-01 11:00:00','2029-05-01','01:00:00','11:00:00',NULL),(1019,51,24,'2029-05-02 01:00:00','2029-05-02 11:00:00','2029-05-02','01:00:00','11:00:00',NULL),(1020,51,24,'2029-05-03 01:00:00','2029-05-03 11:00:00','2029-05-03','01:00:00','11:00:00',NULL),(1021,51,24,'2029-05-04 01:00:00','2029-05-04 11:00:00','2029-05-04','01:00:00','11:00:00',NULL),(1022,51,24,'2029-05-07 01:00:00','2029-05-07 11:00:00','2029-05-07','01:00:00','11:00:00',NULL),(1023,51,24,'2029-05-08 01:00:00','2029-05-08 11:00:00','2029-05-08','01:00:00','11:00:00',NULL),(1024,51,24,'2029-05-09 01:00:00','2029-05-09 11:00:00','2029-05-09','01:00:00','11:00:00',NULL),(1025,51,24,'2029-05-10 01:00:00','2029-05-10 11:00:00','2029-05-10','01:00:00','11:00:00',NULL),(1026,51,24,'2029-05-11 01:00:00','2029-05-11 11:00:00','2029-05-11','01:00:00','11:00:00',NULL),(1027,51,24,'2029-05-14 01:00:00','2029-05-14 11:00:00','2029-05-14','01:00:00','11:00:00',NULL),(1028,51,24,'2029-05-15 01:00:00','2029-05-15 11:00:00','2029-05-15','01:00:00','11:00:00',NULL),(1029,51,24,'2029-05-16 01:00:00','2029-05-16 11:00:00','2029-05-16','01:00:00','11:00:00',NULL),(1030,51,24,'2029-05-17 01:00:00','2029-05-17 11:00:00','2029-05-17','01:00:00','11:00:00',NULL),(1031,51,24,'2029-05-18 01:00:00','2029-05-18 11:00:00','2029-05-18','01:00:00','11:00:00',NULL),(1032,51,24,'2029-05-21 01:00:00','2029-05-21 11:00:00','2029-05-21','01:00:00','11:00:00',NULL),(1033,51,24,'2029-05-22 01:00:00','2029-05-22 11:00:00','2029-05-22','01:00:00','11:00:00',NULL),(1034,51,24,'2029-05-23 01:00:00','2029-05-23 11:00:00','2029-05-23','01:00:00','11:00:00',NULL),(1035,51,24,'2029-05-24 01:00:00','2029-05-24 11:00:00','2029-05-24','01:00:00','11:00:00',NULL),(1036,51,24,'2029-05-25 01:00:00','2029-05-25 11:00:00','2029-05-25','01:00:00','11:00:00',NULL),(1037,51,24,'2029-05-28 01:00:00','2029-05-28 11:00:00','2029-05-28','01:00:00','11:00:00',NULL),(1038,51,24,'2029-05-29 01:00:00','2029-05-29 11:00:00','2029-05-29','01:00:00','11:00:00',NULL),(1039,51,24,'2029-05-30 01:00:00','2029-05-30 11:00:00','2029-05-30','01:00:00','11:00:00',NULL),(1040,51,24,'2029-05-31 01:00:00','2029-05-31 11:00:00','2029-05-31','01:00:00','11:00:00',NULL),(1041,51,24,'2029-06-01 01:00:00','2029-06-01 11:00:00','2029-06-01','01:00:00','11:00:00',NULL),(1042,51,24,'2029-06-04 01:00:00','2029-06-04 11:00:00','2029-06-04','01:00:00','11:00:00',NULL),(1043,51,24,'2029-06-05 01:00:00','2029-06-05 11:00:00','2029-06-05','01:00:00','11:00:00',NULL),(1044,51,24,'2029-06-06 01:00:00','2029-06-06 11:00:00','2029-06-06','01:00:00','11:00:00',NULL),(1045,51,24,'2029-06-07 01:00:00','2029-06-07 11:00:00','2029-06-07','01:00:00','11:00:00',NULL),(1046,51,24,'2029-06-08 01:00:00','2029-06-08 11:00:00','2029-06-08','01:00:00','11:00:00',NULL),(1047,51,24,'2029-06-11 01:00:00','2029-06-11 11:00:00','2029-06-11','01:00:00','11:00:00',NULL),(1048,51,24,'2029-06-12 01:00:00','2029-06-12 11:00:00','2029-06-12','01:00:00','11:00:00',NULL),(1049,51,24,'2029-06-13 01:00:00','2029-06-13 11:00:00','2029-06-13','01:00:00','11:00:00',NULL),(1050,51,24,'2029-06-14 01:00:00','2029-06-14 11:00:00','2029-06-14','01:00:00','11:00:00',NULL),(1051,51,24,'2029-06-15 01:00:00','2029-06-15 11:00:00','2029-06-15','01:00:00','11:00:00',NULL),(1052,51,24,'2029-06-18 01:00:00','2029-06-18 11:00:00','2029-06-18','01:00:00','11:00:00',NULL),(1053,51,24,'2029-06-19 01:00:00','2029-06-19 11:00:00','2029-06-19','01:00:00','11:00:00',NULL),(1054,51,24,'2029-06-20 01:00:00','2029-06-20 11:00:00','2029-06-20','01:00:00','11:00:00',NULL),(1055,51,24,'2029-06-21 01:00:00','2029-06-21 11:00:00','2029-06-21','01:00:00','11:00:00',NULL),(1056,51,24,'2029-06-22 01:00:00','2029-06-22 11:00:00','2029-06-22','01:00:00','11:00:00',NULL),(1057,51,24,'2029-06-25 01:00:00','2029-06-25 11:00:00','2029-06-25','01:00:00','11:00:00',NULL),(1058,51,24,'2029-06-26 01:00:00','2029-06-26 11:00:00','2029-06-26','01:00:00','11:00:00',NULL),(1059,51,24,'2029-06-27 01:00:00','2029-06-27 11:00:00','2029-06-27','01:00:00','11:00:00',NULL),(1060,51,24,'2029-06-28 01:00:00','2029-06-28 11:00:00','2029-06-28','01:00:00','11:00:00',NULL),(1061,51,24,'2029-06-29 01:00:00','2029-06-29 11:00:00','2029-06-29','01:00:00','11:00:00',NULL),(1062,51,24,'2029-07-02 01:00:00','2029-07-02 11:00:00','2029-07-02','01:00:00','11:00:00',NULL),(1063,51,24,'2029-07-03 01:00:00','2029-07-03 11:00:00','2029-07-03','01:00:00','11:00:00',NULL),(1064,51,24,'2029-07-04 01:00:00','2029-07-04 11:00:00','2029-07-04','01:00:00','11:00:00',NULL),(1065,51,24,'2029-07-05 01:00:00','2029-07-05 11:00:00','2029-07-05','01:00:00','11:00:00',NULL),(1066,51,24,'2029-07-06 01:00:00','2029-07-06 11:00:00','2029-07-06','01:00:00','11:00:00',NULL),(1067,51,24,'2029-07-09 01:00:00','2029-07-09 11:00:00','2029-07-09','01:00:00','11:00:00',NULL),(1068,51,24,'2029-07-10 01:00:00','2029-07-10 11:00:00','2029-07-10','01:00:00','11:00:00',NULL),(1069,51,24,'2029-07-11 01:00:00','2029-07-11 11:00:00','2029-07-11','01:00:00','11:00:00',NULL),(1070,51,24,'2029-07-12 01:00:00','2029-07-12 11:00:00','2029-07-12','01:00:00','11:00:00',NULL),(1071,51,24,'2029-07-13 01:00:00','2029-07-13 11:00:00','2029-07-13','01:00:00','11:00:00',NULL),(1072,51,24,'2029-07-16 01:00:00','2029-07-16 11:00:00','2029-07-16','01:00:00','11:00:00',NULL),(1073,51,24,'2029-07-17 01:00:00','2029-07-17 11:00:00','2029-07-17','01:00:00','11:00:00',NULL),(1074,51,24,'2029-07-18 01:00:00','2029-07-18 11:00:00','2029-07-18','01:00:00','11:00:00',NULL),(1075,51,24,'2029-07-19 01:00:00','2029-07-19 11:00:00','2029-07-19','01:00:00','11:00:00',NULL),(1076,51,24,'2029-07-20 01:00:00','2029-07-20 11:00:00','2029-07-20','01:00:00','11:00:00',NULL),(1077,51,24,'2029-07-23 01:00:00','2029-07-23 11:00:00','2029-07-23','01:00:00','11:00:00',NULL),(1078,51,24,'2029-07-24 01:00:00','2029-07-24 11:00:00','2029-07-24','01:00:00','11:00:00',NULL),(1079,51,24,'2029-07-25 01:00:00','2029-07-25 11:00:00','2029-07-25','01:00:00','11:00:00',NULL),(1080,51,24,'2029-07-26 01:00:00','2029-07-26 11:00:00','2029-07-26','01:00:00','11:00:00',NULL),(1081,51,24,'2029-07-27 01:00:00','2029-07-27 11:00:00','2029-07-27','01:00:00','11:00:00',NULL),(1082,51,24,'2029-07-30 01:00:00','2029-07-30 11:00:00','2029-07-30','01:00:00','11:00:00',NULL),(1083,51,24,'2029-07-31 01:00:00','2029-07-31 11:00:00','2029-07-31','01:00:00','11:00:00',NULL),(1084,51,24,'2029-08-01 01:00:00','2029-08-01 11:00:00','2029-08-01','01:00:00','11:00:00',NULL),(1085,51,24,'2029-08-02 01:00:00','2029-08-02 11:00:00','2029-08-02','01:00:00','11:00:00',NULL),(1086,51,24,'2029-08-03 01:00:00','2029-08-03 11:00:00','2029-08-03','01:00:00','11:00:00',NULL),(1087,51,24,'2029-08-06 01:00:00','2029-08-06 11:00:00','2029-08-06','01:00:00','11:00:00',NULL),(1088,51,24,'2029-08-07 01:00:00','2029-08-07 11:00:00','2029-08-07','01:00:00','11:00:00',NULL),(1089,51,24,'2029-08-08 01:00:00','2029-08-08 11:00:00','2029-08-08','01:00:00','11:00:00',NULL),(1090,51,24,'2029-08-09 01:00:00','2029-08-09 11:00:00','2029-08-09','01:00:00','11:00:00',NULL),(1091,51,24,'2029-08-10 01:00:00','2029-08-10 11:00:00','2029-08-10','01:00:00','11:00:00',NULL),(1092,51,24,'2029-08-13 01:00:00','2029-08-13 11:00:00','2029-08-13','01:00:00','11:00:00',NULL),(1093,51,24,'2029-08-14 01:00:00','2029-08-14 11:00:00','2029-08-14','01:00:00','11:00:00',NULL),(1094,51,24,'2029-08-15 01:00:00','2029-08-15 11:00:00','2029-08-15','01:00:00','11:00:00',NULL),(1095,51,24,'2029-08-16 01:00:00','2029-08-16 11:00:00','2029-08-16','01:00:00','11:00:00',NULL),(1096,51,24,'2029-08-17 01:00:00','2029-08-17 11:00:00','2029-08-17','01:00:00','11:00:00',NULL),(1097,51,24,'2029-08-20 01:00:00','2029-08-20 11:00:00','2029-08-20','01:00:00','11:00:00',NULL),(1098,51,24,'2029-08-21 01:00:00','2029-08-21 11:00:00','2029-08-21','01:00:00','11:00:00',NULL),(1099,51,24,'2029-08-22 01:00:00','2029-08-22 11:00:00','2029-08-22','01:00:00','11:00:00',NULL),(1100,51,24,'2029-08-23 01:00:00','2029-08-23 11:00:00','2029-08-23','01:00:00','11:00:00',NULL),(1101,51,24,'2029-08-24 01:00:00','2029-08-24 11:00:00','2029-08-24','01:00:00','11:00:00',NULL),(1102,51,24,'2029-08-27 01:00:00','2029-08-27 11:00:00','2029-08-27','01:00:00','11:00:00',NULL),(1103,51,24,'2029-08-28 01:00:00','2029-08-28 11:00:00','2029-08-28','01:00:00','11:00:00',NULL),(1104,51,24,'2029-08-29 01:00:00','2029-08-29 11:00:00','2029-08-29','01:00:00','11:00:00',NULL),(1105,51,24,'2029-08-30 01:00:00','2029-08-30 11:00:00','2029-08-30','01:00:00','11:00:00',NULL),(1106,51,24,'2029-08-31 01:00:00','2029-08-31 11:00:00','2029-08-31','01:00:00','11:00:00',NULL),(1107,51,24,'2029-09-03 01:00:00','2029-09-03 11:00:00','2029-09-03','01:00:00','11:00:00',NULL),(1108,51,24,'2029-09-04 01:00:00','2029-09-04 11:00:00','2029-09-04','01:00:00','11:00:00',NULL),(1109,51,24,'2029-09-05 01:00:00','2029-09-05 11:00:00','2029-09-05','01:00:00','11:00:00',NULL),(1110,51,24,'2029-09-06 01:00:00','2029-09-06 11:00:00','2029-09-06','01:00:00','11:00:00',NULL),(1111,51,24,'2029-09-07 01:00:00','2029-09-07 11:00:00','2029-09-07','01:00:00','11:00:00',NULL),(1112,51,24,'2029-09-10 01:00:00','2029-09-10 11:00:00','2029-09-10','01:00:00','11:00:00',NULL),(1113,51,24,'2029-09-11 01:00:00','2029-09-11 11:00:00','2029-09-11','01:00:00','11:00:00',NULL),(1114,51,24,'2029-09-12 01:00:00','2029-09-12 11:00:00','2029-09-12','01:00:00','11:00:00',NULL),(1115,51,24,'2029-09-13 01:00:00','2029-09-13 11:00:00','2029-09-13','01:00:00','11:00:00',NULL),(1116,51,24,'2029-09-14 01:00:00','2029-09-14 11:00:00','2029-09-14','01:00:00','11:00:00',NULL),(1117,51,24,'2029-09-17 01:00:00','2029-09-17 11:00:00','2029-09-17','01:00:00','11:00:00',NULL),(1118,51,24,'2029-09-18 01:00:00','2029-09-18 11:00:00','2029-09-18','01:00:00','11:00:00',NULL),(1119,51,24,'2029-09-19 01:00:00','2029-09-19 11:00:00','2029-09-19','01:00:00','11:00:00',NULL),(1120,51,24,'2029-09-20 01:00:00','2029-09-20 11:00:00','2029-09-20','01:00:00','11:00:00',NULL),(1121,51,24,'2029-09-21 01:00:00','2029-09-21 11:00:00','2029-09-21','01:00:00','11:00:00',NULL),(1122,51,24,'2029-09-24 01:00:00','2029-09-24 11:00:00','2029-09-24','01:00:00','11:00:00',NULL),(1123,51,24,'2029-09-25 01:00:00','2029-09-25 11:00:00','2029-09-25','01:00:00','11:00:00',NULL),(1124,51,24,'2029-09-26 01:00:00','2029-09-26 11:00:00','2029-09-26','01:00:00','11:00:00',NULL),(1125,51,24,'2029-09-27 01:00:00','2029-09-27 11:00:00','2029-09-27','01:00:00','11:00:00',NULL),(1126,51,24,'2029-09-28 01:00:00','2029-09-28 11:00:00','2029-09-28','01:00:00','11:00:00',NULL),(1127,51,24,'2029-10-01 01:00:00','2029-10-01 11:00:00','2029-10-01','01:00:00','11:00:00',NULL),(1128,51,24,'2029-10-02 01:00:00','2029-10-02 11:00:00','2029-10-02','01:00:00','11:00:00',NULL),(1129,51,24,'2029-10-03 01:00:00','2029-10-03 11:00:00','2029-10-03','01:00:00','11:00:00',NULL),(1130,51,24,'2029-10-04 01:00:00','2029-10-04 11:00:00','2029-10-04','01:00:00','11:00:00',NULL),(1131,51,24,'2029-10-05 01:00:00','2029-10-05 11:00:00','2029-10-05','01:00:00','11:00:00',NULL),(1132,51,24,'2029-10-08 01:00:00','2029-10-08 11:00:00','2029-10-08','01:00:00','11:00:00',NULL),(1133,51,24,'2029-10-09 01:00:00','2029-10-09 11:00:00','2029-10-09','01:00:00','11:00:00',NULL),(1134,51,24,'2029-10-10 01:00:00','2029-10-10 11:00:00','2029-10-10','01:00:00','11:00:00',NULL),(1135,51,24,'2029-10-11 01:00:00','2029-10-11 11:00:00','2029-10-11','01:00:00','11:00:00',NULL),(1136,51,24,'2029-10-12 01:00:00','2029-10-12 11:00:00','2029-10-12','01:00:00','11:00:00',NULL),(1137,51,24,'2029-10-15 01:00:00','2029-10-15 11:00:00','2029-10-15','01:00:00','11:00:00',NULL),(1138,51,24,'2029-10-16 01:00:00','2029-10-16 11:00:00','2029-10-16','01:00:00','11:00:00',NULL),(1139,51,24,'2029-10-17 01:00:00','2029-10-17 11:00:00','2029-10-17','01:00:00','11:00:00',NULL),(1140,51,24,'2029-10-18 01:00:00','2029-10-18 11:00:00','2029-10-18','01:00:00','11:00:00',NULL),(1141,51,24,'2029-10-19 01:00:00','2029-10-19 11:00:00','2029-10-19','01:00:00','11:00:00',NULL),(1142,51,24,'2029-10-22 01:00:00','2029-10-22 11:00:00','2029-10-22','01:00:00','11:00:00',NULL),(1143,51,24,'2029-10-23 01:00:00','2029-10-23 11:00:00','2029-10-23','01:00:00','11:00:00',NULL),(1144,51,24,'2029-10-24 01:00:00','2029-10-24 11:00:00','2029-10-24','01:00:00','11:00:00',NULL),(1145,51,24,'2029-10-25 01:00:00','2029-10-25 11:00:00','2029-10-25','01:00:00','11:00:00',NULL),(1146,51,24,'2029-10-26 01:00:00','2029-10-26 11:00:00','2029-10-26','01:00:00','11:00:00',NULL),(1147,51,24,'2029-10-29 01:00:00','2029-10-29 11:00:00','2029-10-29','01:00:00','11:00:00',NULL),(1148,51,24,'2029-10-30 01:00:00','2029-10-30 11:00:00','2029-10-30','01:00:00','11:00:00',NULL),(1149,51,24,'2029-10-31 01:00:00','2029-10-31 11:00:00','2029-10-31','01:00:00','11:00:00',NULL),(1150,51,24,'2029-11-01 01:00:00','2029-11-01 11:00:00','2029-11-01','01:00:00','11:00:00',NULL),(1151,51,24,'2029-11-02 01:00:00','2029-11-02 11:00:00','2029-11-02','01:00:00','11:00:00',NULL),(1152,51,24,'2029-11-05 01:00:00','2029-11-05 11:00:00','2029-11-05','01:00:00','11:00:00',NULL),(1153,51,24,'2029-11-06 01:00:00','2029-11-06 11:00:00','2029-11-06','01:00:00','11:00:00',NULL),(1154,51,24,'2029-11-07 01:00:00','2029-11-07 11:00:00','2029-11-07','01:00:00','11:00:00',NULL),(1155,51,24,'2029-11-08 01:00:00','2029-11-08 11:00:00','2029-11-08','01:00:00','11:00:00',NULL),(1156,51,24,'2029-11-09 01:00:00','2029-11-09 11:00:00','2029-11-09','01:00:00','11:00:00',NULL),(1157,51,24,'2029-11-12 01:00:00','2029-11-12 11:00:00','2029-11-12','01:00:00','11:00:00',NULL),(1158,51,24,'2029-11-13 01:00:00','2029-11-13 11:00:00','2029-11-13','01:00:00','11:00:00',NULL),(1159,51,24,'2029-11-14 01:00:00','2029-11-14 11:00:00','2029-11-14','01:00:00','11:00:00',NULL),(1160,51,24,'2029-11-15 01:00:00','2029-11-15 11:00:00','2029-11-15','01:00:00','11:00:00',NULL),(1161,51,24,'2029-11-16 01:00:00','2029-11-16 11:00:00','2029-11-16','01:00:00','11:00:00',NULL),(1162,51,24,'2029-11-19 01:00:00','2029-11-19 11:00:00','2029-11-19','01:00:00','11:00:00',NULL),(1163,51,24,'2029-11-20 01:00:00','2029-11-20 11:00:00','2029-11-20','01:00:00','11:00:00',NULL),(1164,51,24,'2029-11-21 01:00:00','2029-11-21 11:00:00','2029-11-21','01:00:00','11:00:00',NULL),(1165,51,24,'2029-11-22 01:00:00','2029-11-22 11:00:00','2029-11-22','01:00:00','11:00:00',NULL),(1166,51,24,'2029-11-23 01:00:00','2029-11-23 11:00:00','2029-11-23','01:00:00','11:00:00',NULL),(1167,51,24,'2029-11-26 01:00:00','2029-11-26 11:00:00','2029-11-26','01:00:00','11:00:00',NULL),(1168,51,24,'2029-11-27 01:00:00','2029-11-27 11:00:00','2029-11-27','01:00:00','11:00:00',NULL),(1169,51,24,'2029-11-28 01:00:00','2029-11-28 11:00:00','2029-11-28','01:00:00','11:00:00',NULL),(1170,51,24,'2029-11-29 01:00:00','2029-11-29 11:00:00','2029-11-29','01:00:00','11:00:00',NULL),(1171,51,24,'2029-11-30 01:00:00','2029-11-30 11:00:00','2029-11-30','01:00:00','11:00:00',NULL),(1172,51,24,'2029-12-03 01:00:00','2029-12-03 11:00:00','2029-12-03','01:00:00','11:00:00',NULL),(1173,51,24,'2029-12-04 01:00:00','2029-12-04 11:00:00','2029-12-04','01:00:00','11:00:00',NULL),(1174,51,24,'2029-12-05 01:00:00','2029-12-05 11:00:00','2029-12-05','01:00:00','11:00:00',NULL),(1175,51,24,'2029-12-06 01:00:00','2029-12-06 11:00:00','2029-12-06','01:00:00','11:00:00',NULL),(1176,51,24,'2029-12-07 01:00:00','2029-12-07 11:00:00','2029-12-07','01:00:00','11:00:00',NULL),(1177,51,24,'2029-12-10 01:00:00','2029-12-10 11:00:00','2029-12-10','01:00:00','11:00:00',NULL),(1178,51,24,'2029-12-11 01:00:00','2029-12-11 11:00:00','2029-12-11','01:00:00','11:00:00',NULL),(1179,51,24,'2029-12-12 01:00:00','2029-12-12 11:00:00','2029-12-12','01:00:00','11:00:00',NULL),(1180,51,24,'2029-12-13 01:00:00','2029-12-13 11:00:00','2029-12-13','01:00:00','11:00:00',NULL),(1181,51,24,'2029-12-14 01:00:00','2029-12-14 11:00:00','2029-12-14','01:00:00','11:00:00',NULL),(1182,51,24,'2029-12-17 01:00:00','2029-12-17 11:00:00','2029-12-17','01:00:00','11:00:00',NULL),(1183,51,24,'2029-12-18 01:00:00','2029-12-18 11:00:00','2029-12-18','01:00:00','11:00:00',NULL),(1184,51,24,'2029-12-19 01:00:00','2029-12-19 11:00:00','2029-12-19','01:00:00','11:00:00',NULL),(1185,51,24,'2029-12-20 01:00:00','2029-12-20 11:00:00','2029-12-20','01:00:00','11:00:00',NULL),(1186,51,24,'2029-12-21 01:00:00','2029-12-21 11:00:00','2029-12-21','01:00:00','11:00:00',NULL),(1187,51,24,'2029-12-24 01:00:00','2029-12-24 11:00:00','2029-12-24','01:00:00','11:00:00',NULL),(1188,51,24,'2029-12-25 01:00:00','2029-12-25 11:00:00','2029-12-25','01:00:00','11:00:00',NULL),(1189,51,24,'2029-12-26 01:00:00','2029-12-26 11:00:00','2029-12-26','01:00:00','11:00:00',NULL),(1190,51,24,'2029-12-27 01:00:00','2029-12-27 11:00:00','2029-12-27','01:00:00','11:00:00',NULL),(1191,51,24,'2029-12-28 01:00:00','2029-12-28 11:00:00','2029-12-28','01:00:00','11:00:00',NULL),(1192,51,24,'2029-12-31 01:00:00','2029-12-31 11:00:00','2029-12-31','01:00:00','11:00:00',NULL),(1193,51,24,'2030-01-01 01:00:00','2030-01-01 11:00:00','2030-01-01','01:00:00','11:00:00',NULL),(1194,51,24,'2030-01-02 01:00:00','2030-01-02 11:00:00','2030-01-02','01:00:00','11:00:00',NULL),(1195,51,24,'2030-01-03 01:00:00','2030-01-03 11:00:00','2030-01-03','01:00:00','11:00:00',NULL),(1196,51,24,'2030-01-04 01:00:00','2030-01-04 11:00:00','2030-01-04','01:00:00','11:00:00',NULL),(1197,51,24,'2030-01-07 01:00:00','2030-01-07 11:00:00','2030-01-07','01:00:00','11:00:00',NULL),(1198,51,24,'2030-01-08 01:00:00','2030-01-08 11:00:00','2030-01-08','01:00:00','11:00:00',NULL),(1199,51,24,'2030-01-09 01:00:00','2030-01-09 11:00:00','2030-01-09','01:00:00','11:00:00',NULL),(1200,51,24,'2030-01-10 01:00:00','2030-01-10 11:00:00','2030-01-10','01:00:00','11:00:00',NULL),(1201,51,24,'2030-01-11 01:00:00','2030-01-11 11:00:00','2030-01-11','01:00:00','11:00:00',NULL),(1202,51,24,'2030-01-14 01:00:00','2030-01-14 11:00:00','2030-01-14','01:00:00','11:00:00',NULL),(1203,51,24,'2030-01-15 01:00:00','2030-01-15 11:00:00','2030-01-15','01:00:00','11:00:00',NULL),(1204,51,24,'2030-01-16 01:00:00','2030-01-16 11:00:00','2030-01-16','01:00:00','11:00:00',NULL),(1205,51,24,'2030-01-17 01:00:00','2030-01-17 11:00:00','2030-01-17','01:00:00','11:00:00',NULL),(1206,51,24,'2030-01-18 01:00:00','2030-01-18 11:00:00','2030-01-18','01:00:00','11:00:00',NULL),(1207,51,24,'2030-01-21 01:00:00','2030-01-21 11:00:00','2030-01-21','01:00:00','11:00:00',NULL),(1208,51,24,'2030-01-22 01:00:00','2030-01-22 11:00:00','2030-01-22','01:00:00','11:00:00',NULL),(1209,51,24,'2030-01-23 01:00:00','2030-01-23 11:00:00','2030-01-23','01:00:00','11:00:00',NULL),(1210,51,24,'2030-01-24 01:00:00','2030-01-24 11:00:00','2030-01-24','01:00:00','11:00:00',NULL),(1211,51,24,'2030-01-25 01:00:00','2030-01-25 11:00:00','2030-01-25','01:00:00','11:00:00',NULL),(1212,51,24,'2030-01-28 01:00:00','2030-01-28 11:00:00','2030-01-28','01:00:00','11:00:00',NULL),(1213,51,24,'2030-01-29 01:00:00','2030-01-29 11:00:00','2030-01-29','01:00:00','11:00:00',NULL),(1214,51,24,'2030-01-30 01:00:00','2030-01-30 11:00:00','2030-01-30','01:00:00','11:00:00',NULL),(1215,51,24,'2030-01-31 01:00:00','2030-01-31 11:00:00','2030-01-31','01:00:00','11:00:00',NULL),(1216,51,24,'2030-02-01 01:00:00','2030-02-01 11:00:00','2030-02-01','01:00:00','11:00:00',NULL),(1217,51,24,'2030-02-04 01:00:00','2030-02-04 11:00:00','2030-02-04','01:00:00','11:00:00',NULL),(1218,51,24,'2030-02-05 01:00:00','2030-02-05 11:00:00','2030-02-05','01:00:00','11:00:00',NULL),(1219,51,24,'2030-02-06 01:00:00','2030-02-06 11:00:00','2030-02-06','01:00:00','11:00:00',NULL),(1220,51,24,'2030-02-07 01:00:00','2030-02-07 11:00:00','2030-02-07','01:00:00','11:00:00',NULL),(1221,51,24,'2030-02-08 01:00:00','2030-02-08 11:00:00','2030-02-08','01:00:00','11:00:00',NULL),(1222,51,24,'2030-02-11 01:00:00','2030-02-11 11:00:00','2030-02-11','01:00:00','11:00:00',NULL),(1223,51,24,'2030-02-12 01:00:00','2030-02-12 11:00:00','2030-02-12','01:00:00','11:00:00',NULL),(1224,51,24,'2030-02-13 01:00:00','2030-02-13 11:00:00','2030-02-13','01:00:00','11:00:00',NULL),(1225,51,24,'2030-02-14 01:00:00','2030-02-14 11:00:00','2030-02-14','01:00:00','11:00:00',NULL),(1226,51,24,'2030-02-15 01:00:00','2030-02-15 11:00:00','2030-02-15','01:00:00','11:00:00',NULL),(1227,51,24,'2030-02-18 01:00:00','2030-02-18 11:00:00','2030-02-18','01:00:00','11:00:00',NULL),(1228,51,24,'2030-02-19 01:00:00','2030-02-19 11:00:00','2030-02-19','01:00:00','11:00:00',NULL),(1229,51,24,'2030-02-20 01:00:00','2030-02-20 11:00:00','2030-02-20','01:00:00','11:00:00',NULL),(1230,51,24,'2030-02-21 01:00:00','2030-02-21 11:00:00','2030-02-21','01:00:00','11:00:00',NULL),(1231,51,24,'2030-02-22 01:00:00','2030-02-22 11:00:00','2030-02-22','01:00:00','11:00:00',NULL),(1232,51,24,'2030-02-25 01:00:00','2030-02-25 11:00:00','2030-02-25','01:00:00','11:00:00',NULL),(1233,51,24,'2030-02-26 01:00:00','2030-02-26 11:00:00','2030-02-26','01:00:00','11:00:00',NULL),(1234,51,24,'2030-02-27 01:00:00','2030-02-27 11:00:00','2030-02-27','01:00:00','11:00:00',NULL),(1235,51,24,'2030-02-28 01:00:00','2030-02-28 11:00:00','2030-02-28','01:00:00','11:00:00',NULL),(1236,51,24,'2030-03-01 01:00:00','2030-03-01 11:00:00','2030-03-01','01:00:00','11:00:00',NULL),(1237,51,24,'2030-03-04 01:00:00','2030-03-04 11:00:00','2030-03-04','01:00:00','11:00:00',NULL),(1238,51,24,'2030-03-05 01:00:00','2030-03-05 11:00:00','2030-03-05','01:00:00','11:00:00',NULL),(1239,51,24,'2030-03-06 01:00:00','2030-03-06 11:00:00','2030-03-06','01:00:00','11:00:00',NULL),(1240,51,24,'2030-03-07 01:00:00','2030-03-07 11:00:00','2030-03-07','01:00:00','11:00:00',NULL),(1241,51,24,'2030-03-08 01:00:00','2030-03-08 11:00:00','2030-03-08','01:00:00','11:00:00',NULL),(1242,51,24,'2030-03-11 01:00:00','2030-03-11 11:00:00','2030-03-11','01:00:00','11:00:00',NULL),(1243,51,24,'2030-03-12 01:00:00','2030-03-12 11:00:00','2030-03-12','01:00:00','11:00:00',NULL),(1244,51,24,'2030-03-13 01:00:00','2030-03-13 11:00:00','2030-03-13','01:00:00','11:00:00',NULL),(1245,51,24,'2030-03-14 01:00:00','2030-03-14 11:00:00','2030-03-14','01:00:00','11:00:00',NULL),(1246,51,24,'2030-03-15 01:00:00','2030-03-15 11:00:00','2030-03-15','01:00:00','11:00:00',NULL),(1247,51,24,'2030-03-18 01:00:00','2030-03-18 11:00:00','2030-03-18','01:00:00','11:00:00',NULL),(1248,51,24,'2030-03-19 01:00:00','2030-03-19 11:00:00','2030-03-19','01:00:00','11:00:00',NULL),(1249,51,24,'2030-03-20 01:00:00','2030-03-20 11:00:00','2030-03-20','01:00:00','11:00:00',NULL),(1250,51,24,'2030-03-21 01:00:00','2030-03-21 11:00:00','2030-03-21','01:00:00','11:00:00',NULL),(1251,51,24,'2030-03-22 01:00:00','2030-03-22 11:00:00','2030-03-22','01:00:00','11:00:00',NULL),(1252,51,24,'2030-03-25 01:00:00','2030-03-25 11:00:00','2030-03-25','01:00:00','11:00:00',NULL),(1253,51,24,'2030-03-26 01:00:00','2030-03-26 11:00:00','2030-03-26','01:00:00','11:00:00',NULL),(1254,51,24,'2030-03-27 01:00:00','2030-03-27 11:00:00','2030-03-27','01:00:00','11:00:00',NULL),(1255,51,24,'2030-03-28 01:00:00','2030-03-28 11:00:00','2030-03-28','01:00:00','11:00:00',NULL),(1256,51,24,'2030-03-29 01:00:00','2030-03-29 11:00:00','2030-03-29','01:00:00','11:00:00',NULL),(1257,51,24,'2030-04-01 01:00:00','2030-04-01 11:00:00','2030-04-01','01:00:00','11:00:00',NULL),(1258,51,24,'2030-04-02 01:00:00','2030-04-02 11:00:00','2030-04-02','01:00:00','11:00:00',NULL),(1259,51,24,'2030-04-03 01:00:00','2030-04-03 11:00:00','2030-04-03','01:00:00','11:00:00',NULL),(1260,51,24,'2030-04-04 01:00:00','2030-04-04 11:00:00','2030-04-04','01:00:00','11:00:00',NULL),(1261,51,24,'2030-04-05 01:00:00','2030-04-05 11:00:00','2030-04-05','01:00:00','11:00:00',NULL),(1262,51,24,'2030-04-08 01:00:00','2030-04-08 11:00:00','2030-04-08','01:00:00','11:00:00',NULL),(1263,51,24,'2030-04-09 01:00:00','2030-04-09 11:00:00','2030-04-09','01:00:00','11:00:00',NULL),(1264,51,24,'2030-04-10 01:00:00','2030-04-10 11:00:00','2030-04-10','01:00:00','11:00:00',NULL),(1265,51,24,'2030-04-11 01:00:00','2030-04-11 11:00:00','2030-04-11','01:00:00','11:00:00',NULL),(1266,51,24,'2030-04-12 01:00:00','2030-04-12 11:00:00','2030-04-12','01:00:00','11:00:00',NULL),(1267,51,24,'2030-04-15 01:00:00','2030-04-15 11:00:00','2030-04-15','01:00:00','11:00:00',NULL),(1268,51,24,'2030-04-16 01:00:00','2030-04-16 11:00:00','2030-04-16','01:00:00','11:00:00',NULL),(1269,51,24,'2030-04-17 01:00:00','2030-04-17 11:00:00','2030-04-17','01:00:00','11:00:00',NULL),(1270,51,24,'2030-04-18 01:00:00','2030-04-18 11:00:00','2030-04-18','01:00:00','11:00:00',NULL),(1271,51,24,'2030-04-19 01:00:00','2030-04-19 11:00:00','2030-04-19','01:00:00','11:00:00',NULL),(1272,51,24,'2030-04-22 01:00:00','2030-04-22 11:00:00','2030-04-22','01:00:00','11:00:00',NULL),(1273,51,24,'2030-04-23 01:00:00','2030-04-23 11:00:00','2030-04-23','01:00:00','11:00:00',NULL),(1274,51,24,'2030-04-24 01:00:00','2030-04-24 11:00:00','2030-04-24','01:00:00','11:00:00',NULL),(1275,51,24,'2030-04-25 01:00:00','2030-04-25 11:00:00','2030-04-25','01:00:00','11:00:00',NULL),(1276,51,24,'2030-04-26 01:00:00','2030-04-26 11:00:00','2030-04-26','01:00:00','11:00:00',NULL),(1277,51,24,'2030-04-29 01:00:00','2030-04-29 11:00:00','2030-04-29','01:00:00','11:00:00',NULL),(1278,51,24,'2030-04-30 01:00:00','2030-04-30 11:00:00','2030-04-30','01:00:00','11:00:00',NULL),(1279,51,24,'2030-05-01 01:00:00','2030-05-01 11:00:00','2030-05-01','01:00:00','11:00:00',NULL),(1280,51,24,'2030-05-02 01:00:00','2030-05-02 11:00:00','2030-05-02','01:00:00','11:00:00',NULL),(1281,51,24,'2030-05-03 01:00:00','2030-05-03 11:00:00','2030-05-03','01:00:00','11:00:00',NULL),(1282,51,24,'2030-05-06 01:00:00','2030-05-06 11:00:00','2030-05-06','01:00:00','11:00:00',NULL),(1283,51,24,'2030-05-07 01:00:00','2030-05-07 11:00:00','2030-05-07','01:00:00','11:00:00',NULL),(1284,51,24,'2030-05-08 01:00:00','2030-05-08 11:00:00','2030-05-08','01:00:00','11:00:00',NULL),(1285,51,24,'2030-05-09 01:00:00','2030-05-09 11:00:00','2030-05-09','01:00:00','11:00:00',NULL),(1286,51,24,'2030-05-10 01:00:00','2030-05-10 11:00:00','2030-05-10','01:00:00','11:00:00',NULL),(1287,51,24,'2030-05-13 01:00:00','2030-05-13 11:00:00','2030-05-13','01:00:00','11:00:00',NULL),(1288,51,24,'2030-05-14 01:00:00','2030-05-14 11:00:00','2030-05-14','01:00:00','11:00:00',NULL),(1289,51,24,'2030-05-15 01:00:00','2030-05-15 11:00:00','2030-05-15','01:00:00','11:00:00',NULL),(1290,51,24,'2030-05-16 01:00:00','2030-05-16 11:00:00','2030-05-16','01:00:00','11:00:00',NULL),(1291,51,24,'2030-05-17 01:00:00','2030-05-17 11:00:00','2030-05-17','01:00:00','11:00:00',NULL),(1292,51,24,'2030-05-20 01:00:00','2030-05-20 11:00:00','2030-05-20','01:00:00','11:00:00',NULL),(1293,51,24,'2030-05-21 01:00:00','2030-05-21 11:00:00','2030-05-21','01:00:00','11:00:00',NULL),(1294,51,24,'2030-05-22 01:00:00','2030-05-22 11:00:00','2030-05-22','01:00:00','11:00:00',NULL),(1295,51,24,'2030-05-23 01:00:00','2030-05-23 11:00:00','2030-05-23','01:00:00','11:00:00',NULL),(1296,51,24,'2030-05-24 01:00:00','2030-05-24 11:00:00','2030-05-24','01:00:00','11:00:00',NULL),(1297,51,24,'2030-05-27 01:00:00','2030-05-27 11:00:00','2030-05-27','01:00:00','11:00:00',NULL),(1298,51,24,'2030-05-28 01:00:00','2030-05-28 11:00:00','2030-05-28','01:00:00','11:00:00',NULL),(1299,51,24,'2030-05-29 01:00:00','2030-05-29 11:00:00','2030-05-29','01:00:00','11:00:00',NULL),(1300,51,24,'2030-05-30 01:00:00','2030-05-30 11:00:00','2030-05-30','01:00:00','11:00:00',NULL),(1301,51,24,'2030-05-31 01:00:00','2030-05-31 11:00:00','2030-05-31','01:00:00','11:00:00',NULL),(1302,51,24,'2030-06-03 01:00:00','2030-06-03 11:00:00','2030-06-03','01:00:00','11:00:00',NULL),(1303,51,24,'2030-06-04 01:00:00','2030-06-04 11:00:00','2030-06-04','01:00:00','11:00:00',NULL),(1304,51,24,'2030-06-05 01:00:00','2030-06-05 11:00:00','2030-06-05','01:00:00','11:00:00',NULL),(1305,51,24,'2030-06-06 01:00:00','2030-06-06 11:00:00','2030-06-06','01:00:00','11:00:00',NULL),(1306,51,24,'2030-06-07 01:00:00','2030-06-07 11:00:00','2030-06-07','01:00:00','11:00:00',NULL),(1307,51,24,'2030-06-10 01:00:00','2030-06-10 11:00:00','2030-06-10','01:00:00','11:00:00',NULL),(1308,51,24,'2030-06-11 01:00:00','2030-06-11 11:00:00','2030-06-11','01:00:00','11:00:00',NULL),(1309,51,24,'2030-06-12 01:00:00','2030-06-12 11:00:00','2030-06-12','01:00:00','11:00:00',NULL),(1310,51,24,'2030-06-13 01:00:00','2030-06-13 11:00:00','2030-06-13','01:00:00','11:00:00',NULL),(1311,51,24,'2030-06-14 01:00:00','2030-06-14 11:00:00','2030-06-14','01:00:00','11:00:00',NULL),(1312,51,24,'2030-06-17 01:00:00','2030-06-17 11:00:00','2030-06-17','01:00:00','11:00:00',NULL),(1313,51,24,'2030-06-18 01:00:00','2030-06-18 11:00:00','2030-06-18','01:00:00','11:00:00',NULL),(1314,51,24,'2030-06-19 01:00:00','2030-06-19 11:00:00','2030-06-19','01:00:00','11:00:00',NULL),(1315,51,24,'2030-06-20 01:00:00','2030-06-20 11:00:00','2030-06-20','01:00:00','11:00:00',NULL),(1316,51,24,'2030-06-21 01:00:00','2030-06-21 11:00:00','2030-06-21','01:00:00','11:00:00',NULL),(1317,51,24,'2030-06-24 01:00:00','2030-06-24 11:00:00','2030-06-24','01:00:00','11:00:00',NULL),(1318,51,24,'2030-06-25 01:00:00','2030-06-25 11:00:00','2030-06-25','01:00:00','11:00:00',NULL),(1319,51,24,'2030-06-26 01:00:00','2030-06-26 11:00:00','2030-06-26','01:00:00','11:00:00',NULL),(1320,51,24,'2030-06-27 01:00:00','2030-06-27 11:00:00','2030-06-27','01:00:00','11:00:00',NULL),(1321,51,24,'2030-06-28 01:00:00','2030-06-28 11:00:00','2030-06-28','01:00:00','11:00:00',NULL),(1322,51,24,'2030-07-01 01:00:00','2030-07-01 11:00:00','2030-07-01','01:00:00','11:00:00',NULL),(1323,51,24,'2030-07-02 01:00:00','2030-07-02 11:00:00','2030-07-02','01:00:00','11:00:00',NULL),(1324,51,24,'2030-07-03 01:00:00','2030-07-03 11:00:00','2030-07-03','01:00:00','11:00:00',NULL),(1325,51,24,'2030-07-04 01:00:00','2030-07-04 11:00:00','2030-07-04','01:00:00','11:00:00',NULL),(1326,51,24,'2030-07-05 01:00:00','2030-07-05 11:00:00','2030-07-05','01:00:00','11:00:00',NULL),(1327,51,24,'2030-07-08 01:00:00','2030-07-08 11:00:00','2030-07-08','01:00:00','11:00:00',NULL),(1328,51,24,'2030-07-09 01:00:00','2030-07-09 11:00:00','2030-07-09','01:00:00','11:00:00',NULL),(1329,51,24,'2030-07-10 01:00:00','2030-07-10 11:00:00','2030-07-10','01:00:00','11:00:00',NULL),(1330,51,24,'2030-07-11 01:00:00','2030-07-11 11:00:00','2030-07-11','01:00:00','11:00:00',NULL),(1331,51,24,'2030-07-12 01:00:00','2030-07-12 11:00:00','2030-07-12','01:00:00','11:00:00',NULL),(1332,51,24,'2030-07-15 01:00:00','2030-07-15 11:00:00','2030-07-15','01:00:00','11:00:00',NULL),(1333,51,24,'2030-07-16 01:00:00','2030-07-16 11:00:00','2030-07-16','01:00:00','11:00:00',NULL),(1334,51,24,'2030-07-17 01:00:00','2030-07-17 11:00:00','2030-07-17','01:00:00','11:00:00',NULL),(1335,51,24,'2030-07-18 01:00:00','2030-07-18 11:00:00','2030-07-18','01:00:00','11:00:00',NULL),(1336,51,24,'2030-07-19 01:00:00','2030-07-19 11:00:00','2030-07-19','01:00:00','11:00:00',NULL),(1337,51,24,'2030-07-22 01:00:00','2030-07-22 11:00:00','2030-07-22','01:00:00','11:00:00',NULL),(1338,51,24,'2030-07-23 01:00:00','2030-07-23 11:00:00','2030-07-23','01:00:00','11:00:00',NULL),(1339,51,24,'2030-07-24 01:00:00','2030-07-24 11:00:00','2030-07-24','01:00:00','11:00:00',NULL),(1340,51,24,'2030-07-25 01:00:00','2030-07-25 11:00:00','2030-07-25','01:00:00','11:00:00',NULL),(1341,51,24,'2030-07-26 01:00:00','2030-07-26 11:00:00','2030-07-26','01:00:00','11:00:00',NULL),(1342,51,24,'2030-07-29 01:00:00','2030-07-29 11:00:00','2030-07-29','01:00:00','11:00:00',NULL),(1343,51,24,'2030-07-30 01:00:00','2030-07-30 11:00:00','2030-07-30','01:00:00','11:00:00',NULL),(1344,51,24,'2030-07-31 01:00:00','2030-07-31 11:00:00','2030-07-31','01:00:00','11:00:00',NULL),(1345,51,24,'2030-08-01 01:00:00','2030-08-01 11:00:00','2030-08-01','01:00:00','11:00:00',NULL),(1346,51,24,'2030-08-02 01:00:00','2030-08-02 11:00:00','2030-08-02','01:00:00','11:00:00',NULL),(1347,51,24,'2030-08-05 01:00:00','2030-08-05 11:00:00','2030-08-05','01:00:00','11:00:00',NULL),(1348,51,24,'2030-08-06 01:00:00','2030-08-06 11:00:00','2030-08-06','01:00:00','11:00:00',NULL),(1349,51,24,'2030-08-07 01:00:00','2030-08-07 11:00:00','2030-08-07','01:00:00','11:00:00',NULL),(1350,51,24,'2030-08-08 01:00:00','2030-08-08 11:00:00','2030-08-08','01:00:00','11:00:00',NULL),(1351,51,24,'2030-08-09 01:00:00','2030-08-09 11:00:00','2030-08-09','01:00:00','11:00:00',NULL),(1352,51,24,'2030-08-12 01:00:00','2030-08-12 11:00:00','2030-08-12','01:00:00','11:00:00',NULL),(1353,51,24,'2030-08-13 01:00:00','2030-08-13 11:00:00','2030-08-13','01:00:00','11:00:00',NULL),(1354,51,24,'2030-08-14 01:00:00','2030-08-14 11:00:00','2030-08-14','01:00:00','11:00:00',NULL),(1355,51,24,'2030-08-15 01:00:00','2030-08-15 11:00:00','2030-08-15','01:00:00','11:00:00',NULL),(1356,51,24,'2030-08-16 01:00:00','2030-08-16 11:00:00','2030-08-16','01:00:00','11:00:00',NULL),(1357,51,24,'2030-08-19 01:00:00','2030-08-19 11:00:00','2030-08-19','01:00:00','11:00:00',NULL),(1358,51,24,'2030-08-20 01:00:00','2030-08-20 11:00:00','2030-08-20','01:00:00','11:00:00',NULL),(1359,51,24,'2030-08-21 01:00:00','2030-08-21 11:00:00','2030-08-21','01:00:00','11:00:00',NULL),(1360,51,24,'2030-08-22 01:00:00','2030-08-22 11:00:00','2030-08-22','01:00:00','11:00:00',NULL),(1361,51,24,'2030-08-23 01:00:00','2030-08-23 11:00:00','2030-08-23','01:00:00','11:00:00',NULL),(1362,51,24,'2030-08-26 01:00:00','2030-08-26 11:00:00','2030-08-26','01:00:00','11:00:00',NULL),(1363,51,24,'2030-08-27 01:00:00','2030-08-27 11:00:00','2030-08-27','01:00:00','11:00:00',NULL),(1364,51,24,'2030-08-28 01:00:00','2030-08-28 11:00:00','2030-08-28','01:00:00','11:00:00',NULL),(1365,51,24,'2030-08-29 01:00:00','2030-08-29 11:00:00','2030-08-29','01:00:00','11:00:00',NULL),(1366,51,24,'2030-08-30 01:00:00','2030-08-30 11:00:00','2030-08-30','01:00:00','11:00:00',NULL),(1367,51,24,'2030-09-02 01:00:00','2030-09-02 11:00:00','2030-09-02','01:00:00','11:00:00',NULL),(1368,51,24,'2030-09-03 01:00:00','2030-09-03 11:00:00','2030-09-03','01:00:00','11:00:00',NULL),(1369,51,24,'2030-09-04 01:00:00','2030-09-04 11:00:00','2030-09-04','01:00:00','11:00:00',NULL),(1370,51,24,'2030-09-05 01:00:00','2030-09-05 11:00:00','2030-09-05','01:00:00','11:00:00',NULL),(1371,51,24,'2030-09-06 01:00:00','2030-09-06 11:00:00','2030-09-06','01:00:00','11:00:00',NULL),(1372,51,24,'2030-09-09 01:00:00','2030-09-09 11:00:00','2030-09-09','01:00:00','11:00:00',NULL),(1373,51,24,'2030-09-10 01:00:00','2030-09-10 11:00:00','2030-09-10','01:00:00','11:00:00',NULL),(1374,51,24,'2030-09-11 01:00:00','2030-09-11 11:00:00','2030-09-11','01:00:00','11:00:00',NULL),(1375,51,24,'2030-09-12 01:00:00','2030-09-12 11:00:00','2030-09-12','01:00:00','11:00:00',NULL),(1376,51,24,'2030-09-13 01:00:00','2030-09-13 11:00:00','2030-09-13','01:00:00','11:00:00',NULL),(1377,51,24,'2030-09-16 01:00:00','2030-09-16 11:00:00','2030-09-16','01:00:00','11:00:00',NULL),(1378,51,24,'2030-09-17 01:00:00','2030-09-17 11:00:00','2030-09-17','01:00:00','11:00:00',NULL),(1379,51,24,'2030-09-18 01:00:00','2030-09-18 11:00:00','2030-09-18','01:00:00','11:00:00',NULL),(1380,51,24,'2030-09-19 01:00:00','2030-09-19 11:00:00','2030-09-19','01:00:00','11:00:00',NULL),(1381,51,24,'2030-09-20 01:00:00','2030-09-20 11:00:00','2030-09-20','01:00:00','11:00:00',NULL),(1382,51,24,'2030-09-23 01:00:00','2030-09-23 11:00:00','2030-09-23','01:00:00','11:00:00',NULL),(1383,51,24,'2030-09-24 01:00:00','2030-09-24 11:00:00','2030-09-24','01:00:00','11:00:00',NULL),(1384,51,24,'2030-09-25 01:00:00','2030-09-25 11:00:00','2030-09-25','01:00:00','11:00:00',NULL),(1385,51,24,'2030-09-26 01:00:00','2030-09-26 11:00:00','2030-09-26','01:00:00','11:00:00',NULL),(1386,51,24,'2030-09-27 01:00:00','2030-09-27 11:00:00','2030-09-27','01:00:00','11:00:00',NULL),(1387,51,24,'2030-09-30 01:00:00','2030-09-30 11:00:00','2030-09-30','01:00:00','11:00:00',NULL),(1388,51,24,'2030-10-01 01:00:00','2030-10-01 11:00:00','2030-10-01','01:00:00','11:00:00',NULL),(1389,51,24,'2030-10-02 01:00:00','2030-10-02 11:00:00','2030-10-02','01:00:00','11:00:00',NULL),(1390,51,24,'2030-10-03 01:00:00','2030-10-03 11:00:00','2030-10-03','01:00:00','11:00:00',NULL),(1391,51,24,'2030-10-04 01:00:00','2030-10-04 11:00:00','2030-10-04','01:00:00','11:00:00',NULL),(1392,51,24,'2030-10-07 01:00:00','2030-10-07 11:00:00','2030-10-07','01:00:00','11:00:00',NULL),(1393,51,24,'2030-10-08 01:00:00','2030-10-08 11:00:00','2030-10-08','01:00:00','11:00:00',NULL),(1394,51,24,'2030-10-09 01:00:00','2030-10-09 11:00:00','2030-10-09','01:00:00','11:00:00',NULL),(1395,51,24,'2030-10-10 01:00:00','2030-10-10 11:00:00','2030-10-10','01:00:00','11:00:00',NULL),(1396,51,24,'2030-10-11 01:00:00','2030-10-11 11:00:00','2030-10-11','01:00:00','11:00:00',NULL),(1397,51,24,'2030-10-14 01:00:00','2030-10-14 11:00:00','2030-10-14','01:00:00','11:00:00',NULL),(1398,51,24,'2030-10-15 01:00:00','2030-10-15 11:00:00','2030-10-15','01:00:00','11:00:00',NULL),(1399,51,24,'2030-10-16 01:00:00','2030-10-16 11:00:00','2030-10-16','01:00:00','11:00:00',NULL),(1400,51,24,'2030-10-17 01:00:00','2030-10-17 11:00:00','2030-10-17','01:00:00','11:00:00',NULL),(1401,51,24,'2030-10-18 01:00:00','2030-10-18 11:00:00','2030-10-18','01:00:00','11:00:00',NULL),(1402,51,24,'2030-10-21 01:00:00','2030-10-21 11:00:00','2030-10-21','01:00:00','11:00:00',NULL),(1403,51,24,'2030-10-22 01:00:00','2030-10-22 11:00:00','2030-10-22','01:00:00','11:00:00',NULL),(1404,51,24,'2030-10-23 01:00:00','2030-10-23 11:00:00','2030-10-23','01:00:00','11:00:00',NULL),(1405,51,24,'2030-10-24 01:00:00','2030-10-24 11:00:00','2030-10-24','01:00:00','11:00:00',NULL),(1406,51,24,'2030-10-25 01:00:00','2030-10-25 11:00:00','2030-10-25','01:00:00','11:00:00',NULL),(1407,51,24,'2030-10-28 01:00:00','2030-10-28 11:00:00','2030-10-28','01:00:00','11:00:00',NULL),(1408,51,24,'2030-10-29 01:00:00','2030-10-29 11:00:00','2030-10-29','01:00:00','11:00:00',NULL),(1409,51,24,'2030-10-30 01:00:00','2030-10-30 11:00:00','2030-10-30','01:00:00','11:00:00',NULL),(1410,51,24,'2030-10-31 01:00:00','2030-10-31 11:00:00','2030-10-31','01:00:00','11:00:00',NULL),(1411,51,24,'2030-11-01 01:00:00','2030-11-01 11:00:00','2030-11-01','01:00:00','11:00:00',NULL),(1412,51,24,'2030-11-04 01:00:00','2030-11-04 11:00:00','2030-11-04','01:00:00','11:00:00',NULL),(1413,51,24,'2030-11-05 01:00:00','2030-11-05 11:00:00','2030-11-05','01:00:00','11:00:00',NULL),(1414,51,24,'2030-11-06 01:00:00','2030-11-06 11:00:00','2030-11-06','01:00:00','11:00:00',NULL),(1415,51,24,'2030-11-07 01:00:00','2030-11-07 11:00:00','2030-11-07','01:00:00','11:00:00',NULL),(1416,51,24,'2030-11-08 01:00:00','2030-11-08 11:00:00','2030-11-08','01:00:00','11:00:00',NULL),(1417,51,24,'2030-11-11 01:00:00','2030-11-11 11:00:00','2030-11-11','01:00:00','11:00:00',NULL),(1418,51,24,'2030-11-12 01:00:00','2030-11-12 11:00:00','2030-11-12','01:00:00','11:00:00',NULL),(1419,51,24,'2030-11-13 01:00:00','2030-11-13 11:00:00','2030-11-13','01:00:00','11:00:00',NULL),(1420,51,24,'2030-11-14 01:00:00','2030-11-14 11:00:00','2030-11-14','01:00:00','11:00:00',NULL),(1421,51,24,'2030-11-15 01:00:00','2030-11-15 11:00:00','2030-11-15','01:00:00','11:00:00',NULL),(1422,51,24,'2030-11-18 01:00:00','2030-11-18 11:00:00','2030-11-18','01:00:00','11:00:00',NULL),(1423,51,24,'2030-11-19 01:00:00','2030-11-19 11:00:00','2030-11-19','01:00:00','11:00:00',NULL),(1424,51,24,'2030-11-20 01:00:00','2030-11-20 11:00:00','2030-11-20','01:00:00','11:00:00',NULL),(1425,51,24,'2030-11-21 01:00:00','2030-11-21 11:00:00','2030-11-21','01:00:00','11:00:00',NULL),(1426,51,24,'2030-11-22 01:00:00','2030-11-22 11:00:00','2030-11-22','01:00:00','11:00:00',NULL),(1427,51,24,'2030-11-25 01:00:00','2030-11-25 11:00:00','2030-11-25','01:00:00','11:00:00',NULL),(1428,51,24,'2030-11-26 01:00:00','2030-11-26 11:00:00','2030-11-26','01:00:00','11:00:00',NULL),(1429,51,24,'2030-11-27 01:00:00','2030-11-27 11:00:00','2030-11-27','01:00:00','11:00:00',NULL),(1430,51,24,'2030-11-28 01:00:00','2030-11-28 11:00:00','2030-11-28','01:00:00','11:00:00',NULL),(1431,51,24,'2030-11-29 01:00:00','2030-11-29 11:00:00','2030-11-29','01:00:00','11:00:00',NULL),(1432,51,24,'2030-12-02 01:00:00','2030-12-02 11:00:00','2030-12-02','01:00:00','11:00:00',NULL),(1433,51,24,'2030-12-03 01:00:00','2030-12-03 11:00:00','2030-12-03','01:00:00','11:00:00',NULL),(1434,51,24,'2030-12-04 01:00:00','2030-12-04 11:00:00','2030-12-04','01:00:00','11:00:00',NULL),(1435,51,24,'2030-12-05 01:00:00','2030-12-05 11:00:00','2030-12-05','01:00:00','11:00:00',NULL),(1436,51,24,'2030-12-06 01:00:00','2030-12-06 11:00:00','2030-12-06','01:00:00','11:00:00',NULL),(1437,51,24,'2030-12-09 01:00:00','2030-12-09 11:00:00','2030-12-09','01:00:00','11:00:00',NULL),(1438,51,24,'2030-12-10 01:00:00','2030-12-10 11:00:00','2030-12-10','01:00:00','11:00:00',NULL),(1439,51,24,'2030-12-11 01:00:00','2030-12-11 11:00:00','2030-12-11','01:00:00','11:00:00',NULL),(1440,51,24,'2030-12-12 01:00:00','2030-12-12 11:00:00','2030-12-12','01:00:00','11:00:00',NULL),(1441,51,24,'2030-12-13 01:00:00','2030-12-13 11:00:00','2030-12-13','01:00:00','11:00:00',NULL),(1442,51,24,'2030-12-16 01:00:00','2030-12-16 11:00:00','2030-12-16','01:00:00','11:00:00',NULL),(1443,51,24,'2030-12-17 01:00:00','2030-12-17 11:00:00','2030-12-17','01:00:00','11:00:00',NULL),(1444,51,24,'2030-12-18 01:00:00','2030-12-18 11:00:00','2030-12-18','01:00:00','11:00:00',NULL),(1445,51,24,'2030-12-19 01:00:00','2030-12-19 11:00:00','2030-12-19','01:00:00','11:00:00',NULL),(1446,51,24,'2030-12-20 01:00:00','2030-12-20 11:00:00','2030-12-20','01:00:00','11:00:00',NULL),(1447,51,24,'2030-12-23 01:00:00','2030-12-23 11:00:00','2030-12-23','01:00:00','11:00:00',NULL),(1448,51,24,'2030-12-24 01:00:00','2030-12-24 11:00:00','2030-12-24','01:00:00','11:00:00',NULL),(1449,51,24,'2030-12-25 01:00:00','2030-12-25 11:00:00','2030-12-25','01:00:00','11:00:00',NULL),(1450,51,24,'2030-12-26 01:00:00','2030-12-26 11:00:00','2030-12-26','01:00:00','11:00:00',NULL),(1451,51,24,'2030-12-27 01:00:00','2030-12-27 11:00:00','2030-12-27','01:00:00','11:00:00',NULL),(1452,51,24,'2030-12-30 01:00:00','2030-12-30 11:00:00','2030-12-30','01:00:00','11:00:00',NULL),(1453,51,24,'2030-12-31 01:00:00','2030-12-31 11:00:00','2030-12-31','01:00:00','11:00:00',NULL),(1454,51,24,'2031-01-01 01:00:00','2031-01-01 11:00:00','2031-01-01','01:00:00','11:00:00',NULL),(1455,51,24,'2031-01-02 01:00:00','2031-01-02 11:00:00','2031-01-02','01:00:00','11:00:00',NULL),(1456,51,24,'2031-01-03 01:00:00','2031-01-03 11:00:00','2031-01-03','01:00:00','11:00:00',NULL),(1457,51,24,'2031-01-06 01:00:00','2031-01-06 11:00:00','2031-01-06','01:00:00','11:00:00',NULL),(1458,51,24,'2031-01-07 01:00:00','2031-01-07 11:00:00','2031-01-07','01:00:00','11:00:00',NULL),(1459,51,24,'2031-01-08 01:00:00','2031-01-08 11:00:00','2031-01-08','01:00:00','11:00:00',NULL),(1460,51,24,'2031-01-09 01:00:00','2031-01-09 11:00:00','2031-01-09','01:00:00','11:00:00',NULL),(1461,51,24,'2031-01-10 01:00:00','2031-01-10 11:00:00','2031-01-10','01:00:00','11:00:00',NULL),(1462,51,24,'2031-01-13 01:00:00','2031-01-13 11:00:00','2031-01-13','01:00:00','11:00:00',NULL),(1463,51,24,'2031-01-14 01:00:00','2031-01-14 11:00:00','2031-01-14','01:00:00','11:00:00',NULL),(1464,51,24,'2031-01-15 01:00:00','2031-01-15 11:00:00','2031-01-15','01:00:00','11:00:00',NULL),(1465,51,24,'2031-01-16 01:00:00','2031-01-16 11:00:00','2031-01-16','01:00:00','11:00:00',NULL),(1466,51,24,'2031-01-17 01:00:00','2031-01-17 11:00:00','2031-01-17','01:00:00','11:00:00',NULL),(1467,51,24,'2031-01-20 01:00:00','2031-01-20 11:00:00','2031-01-20','01:00:00','11:00:00',NULL),(1468,51,24,'2031-01-21 01:00:00','2031-01-21 11:00:00','2031-01-21','01:00:00','11:00:00',NULL),(1469,51,24,'2031-01-22 01:00:00','2031-01-22 11:00:00','2031-01-22','01:00:00','11:00:00',NULL),(1470,51,24,'2031-01-23 01:00:00','2031-01-23 11:00:00','2031-01-23','01:00:00','11:00:00',NULL),(1471,51,24,'2031-01-24 01:00:00','2031-01-24 11:00:00','2031-01-24','01:00:00','11:00:00',NULL),(1472,51,24,'2031-01-27 01:00:00','2031-01-27 11:00:00','2031-01-27','01:00:00','11:00:00',NULL),(1473,51,24,'2031-01-28 01:00:00','2031-01-28 11:00:00','2031-01-28','01:00:00','11:00:00',NULL),(1474,51,24,'2031-01-29 01:00:00','2031-01-29 11:00:00','2031-01-29','01:00:00','11:00:00',NULL),(1475,51,24,'2031-01-30 01:00:00','2031-01-30 11:00:00','2031-01-30','01:00:00','11:00:00',NULL),(1476,51,24,'2031-01-31 01:00:00','2031-01-31 11:00:00','2031-01-31','01:00:00','11:00:00',NULL),(1477,51,24,'2031-02-03 01:00:00','2031-02-03 11:00:00','2031-02-03','01:00:00','11:00:00',NULL),(1478,51,24,'2031-02-04 01:00:00','2031-02-04 11:00:00','2031-02-04','01:00:00','11:00:00',NULL),(1479,51,24,'2031-02-05 01:00:00','2031-02-05 11:00:00','2031-02-05','01:00:00','11:00:00',NULL),(1480,51,24,'2031-02-06 01:00:00','2031-02-06 11:00:00','2031-02-06','01:00:00','11:00:00',NULL),(1481,51,24,'2031-02-07 01:00:00','2031-02-07 11:00:00','2031-02-07','01:00:00','11:00:00',NULL),(1482,51,24,'2031-02-10 01:00:00','2031-02-10 11:00:00','2031-02-10','01:00:00','11:00:00',NULL),(1483,51,24,'2031-02-11 01:00:00','2031-02-11 11:00:00','2031-02-11','01:00:00','11:00:00',NULL),(1484,51,24,'2031-02-12 01:00:00','2031-02-12 11:00:00','2031-02-12','01:00:00','11:00:00',NULL),(1485,51,24,'2031-02-13 01:00:00','2031-02-13 11:00:00','2031-02-13','01:00:00','11:00:00',NULL),(1486,51,24,'2031-02-14 01:00:00','2031-02-14 11:00:00','2031-02-14','01:00:00','11:00:00',NULL),(1487,51,24,'2031-02-17 01:00:00','2031-02-17 11:00:00','2031-02-17','01:00:00','11:00:00',NULL),(1488,51,24,'2031-02-18 01:00:00','2031-02-18 11:00:00','2031-02-18','01:00:00','11:00:00',NULL),(1489,51,24,'2031-02-19 01:00:00','2031-02-19 11:00:00','2031-02-19','01:00:00','11:00:00',NULL),(1490,51,24,'2031-02-20 01:00:00','2031-02-20 11:00:00','2031-02-20','01:00:00','11:00:00',NULL),(1491,51,24,'2031-02-21 01:00:00','2031-02-21 11:00:00','2031-02-21','01:00:00','11:00:00',NULL),(1492,51,24,'2031-02-24 01:00:00','2031-02-24 11:00:00','2031-02-24','01:00:00','11:00:00',NULL),(1493,51,24,'2031-02-25 01:00:00','2031-02-25 11:00:00','2031-02-25','01:00:00','11:00:00',NULL),(1494,51,24,'2031-02-26 01:00:00','2031-02-26 11:00:00','2031-02-26','01:00:00','11:00:00',NULL),(1495,51,24,'2031-02-27 01:00:00','2031-02-27 11:00:00','2031-02-27','01:00:00','11:00:00',NULL),(1496,51,24,'2031-02-28 01:00:00','2031-02-28 11:00:00','2031-02-28','01:00:00','11:00:00',NULL),(1497,51,24,'2031-03-03 01:00:00','2031-03-03 11:00:00','2031-03-03','01:00:00','11:00:00',NULL),(1498,51,24,'2031-03-04 01:00:00','2031-03-04 11:00:00','2031-03-04','01:00:00','11:00:00',NULL),(1499,51,24,'2031-03-05 01:00:00','2031-03-05 11:00:00','2031-03-05','01:00:00','11:00:00',NULL),(1500,51,24,'2031-03-06 01:00:00','2031-03-06 11:00:00','2031-03-06','01:00:00','11:00:00',NULL),(1501,51,24,'2031-03-07 01:00:00','2031-03-07 11:00:00','2031-03-07','01:00:00','11:00:00',NULL),(1502,51,24,'2031-03-10 01:00:00','2031-03-10 11:00:00','2031-03-10','01:00:00','11:00:00',NULL),(1503,51,24,'2031-03-11 01:00:00','2031-03-11 11:00:00','2031-03-11','01:00:00','11:00:00',NULL),(1504,51,24,'2031-03-12 01:00:00','2031-03-12 11:00:00','2031-03-12','01:00:00','11:00:00',NULL),(1505,51,24,'2031-03-13 01:00:00','2031-03-13 11:00:00','2031-03-13','01:00:00','11:00:00',NULL),(1506,51,24,'2031-03-14 01:00:00','2031-03-14 11:00:00','2031-03-14','01:00:00','11:00:00',NULL),(1507,51,24,'2031-03-17 01:00:00','2031-03-17 11:00:00','2031-03-17','01:00:00','11:00:00',NULL),(1508,51,24,'2031-03-18 01:00:00','2031-03-18 11:00:00','2031-03-18','01:00:00','11:00:00',NULL),(1509,51,24,'2031-03-19 01:00:00','2031-03-19 11:00:00','2031-03-19','01:00:00','11:00:00',NULL),(1510,51,24,'2031-03-20 01:00:00','2031-03-20 11:00:00','2031-03-20','01:00:00','11:00:00',NULL),(1511,51,24,'2031-03-21 01:00:00','2031-03-21 11:00:00','2031-03-21','01:00:00','11:00:00',NULL),(1512,51,24,'2031-03-24 01:00:00','2031-03-24 11:00:00','2031-03-24','01:00:00','11:00:00',NULL),(1513,51,24,'2031-03-25 01:00:00','2031-03-25 11:00:00','2031-03-25','01:00:00','11:00:00',NULL),(1514,51,24,'2031-03-26 01:00:00','2031-03-26 11:00:00','2031-03-26','01:00:00','11:00:00',NULL),(1515,51,24,'2031-03-27 01:00:00','2031-03-27 11:00:00','2031-03-27','01:00:00','11:00:00',NULL),(1516,51,24,'2031-03-28 01:00:00','2031-03-28 11:00:00','2031-03-28','01:00:00','11:00:00',NULL),(1517,51,24,'2031-03-31 01:00:00','2031-03-31 11:00:00','2031-03-31','01:00:00','11:00:00',NULL),(1518,51,24,'2031-04-01 01:00:00','2031-04-01 11:00:00','2031-04-01','01:00:00','11:00:00',NULL),(1519,51,24,'2031-04-02 01:00:00','2031-04-02 11:00:00','2031-04-02','01:00:00','11:00:00',NULL),(1520,51,24,'2031-04-03 01:00:00','2031-04-03 11:00:00','2031-04-03','01:00:00','11:00:00',NULL),(1521,51,24,'2031-04-04 01:00:00','2031-04-04 11:00:00','2031-04-04','01:00:00','11:00:00',NULL),(1522,51,24,'2031-04-07 01:00:00','2031-04-07 11:00:00','2031-04-07','01:00:00','11:00:00',NULL),(1523,51,24,'2031-04-08 01:00:00','2031-04-08 11:00:00','2031-04-08','01:00:00','11:00:00',NULL),(1524,51,24,'2031-04-09 01:00:00','2031-04-09 11:00:00','2031-04-09','01:00:00','11:00:00',NULL),(1525,51,24,'2031-04-10 01:00:00','2031-04-10 11:00:00','2031-04-10','01:00:00','11:00:00',NULL),(1526,51,24,'2031-04-11 01:00:00','2031-04-11 11:00:00','2031-04-11','01:00:00','11:00:00',NULL),(1527,51,24,'2031-04-14 01:00:00','2031-04-14 11:00:00','2031-04-14','01:00:00','11:00:00',NULL),(1528,51,24,'2031-04-15 01:00:00','2031-04-15 11:00:00','2031-04-15','01:00:00','11:00:00',NULL),(1529,51,24,'2031-04-16 01:00:00','2031-04-16 11:00:00','2031-04-16','01:00:00','11:00:00',NULL),(1530,51,24,'2031-04-17 01:00:00','2031-04-17 11:00:00','2031-04-17','01:00:00','11:00:00',NULL),(1531,51,24,'2031-04-18 01:00:00','2031-04-18 11:00:00','2031-04-18','01:00:00','11:00:00',NULL),(1532,51,24,'2031-04-21 01:00:00','2031-04-21 11:00:00','2031-04-21','01:00:00','11:00:00',NULL),(1533,51,24,'2031-04-22 01:00:00','2031-04-22 11:00:00','2031-04-22','01:00:00','11:00:00',NULL),(1534,51,24,'2031-04-23 01:00:00','2031-04-23 11:00:00','2031-04-23','01:00:00','11:00:00',NULL),(1535,51,24,'2031-04-24 01:00:00','2031-04-24 11:00:00','2031-04-24','01:00:00','11:00:00',NULL),(1536,51,24,'2031-04-25 01:00:00','2031-04-25 11:00:00','2031-04-25','01:00:00','11:00:00',NULL),(1537,51,24,'2031-04-28 01:00:00','2031-04-28 11:00:00','2031-04-28','01:00:00','11:00:00',NULL),(1538,51,24,'2031-04-29 01:00:00','2031-04-29 11:00:00','2031-04-29','01:00:00','11:00:00',NULL),(1539,51,24,'2031-04-30 01:00:00','2031-04-30 11:00:00','2031-04-30','01:00:00','11:00:00',NULL),(1540,51,24,'2031-05-01 01:00:00','2031-05-01 11:00:00','2031-05-01','01:00:00','11:00:00',NULL),(1541,51,24,'2031-05-02 01:00:00','2031-05-02 11:00:00','2031-05-02','01:00:00','11:00:00',NULL),(1542,51,24,'2031-05-05 01:00:00','2031-05-05 11:00:00','2031-05-05','01:00:00','11:00:00',NULL),(1543,51,24,'2031-05-06 01:00:00','2031-05-06 11:00:00','2031-05-06','01:00:00','11:00:00',NULL),(1544,51,24,'2031-05-07 01:00:00','2031-05-07 11:00:00','2031-05-07','01:00:00','11:00:00',NULL),(1545,51,24,'2031-05-08 01:00:00','2031-05-08 11:00:00','2031-05-08','01:00:00','11:00:00',NULL),(1546,51,24,'2031-05-09 01:00:00','2031-05-09 11:00:00','2031-05-09','01:00:00','11:00:00',NULL),(1547,51,24,'2031-05-12 01:00:00','2031-05-12 11:00:00','2031-05-12','01:00:00','11:00:00',NULL),(1548,51,24,'2031-05-13 01:00:00','2031-05-13 11:00:00','2031-05-13','01:00:00','11:00:00',NULL),(1549,51,24,'2031-05-14 01:00:00','2031-05-14 11:00:00','2031-05-14','01:00:00','11:00:00',NULL),(1550,51,24,'2031-05-15 01:00:00','2031-05-15 11:00:00','2031-05-15','01:00:00','11:00:00',NULL),(1551,51,24,'2031-05-16 01:00:00','2031-05-16 11:00:00','2031-05-16','01:00:00','11:00:00',NULL),(1552,51,24,'2031-05-19 01:00:00','2031-05-19 11:00:00','2031-05-19','01:00:00','11:00:00',NULL),(1553,51,24,'2031-05-20 01:00:00','2031-05-20 11:00:00','2031-05-20','01:00:00','11:00:00',NULL),(1554,51,24,'2031-05-21 01:00:00','2031-05-21 11:00:00','2031-05-21','01:00:00','11:00:00',NULL),(1555,51,24,'2031-05-22 01:00:00','2031-05-22 11:00:00','2031-05-22','01:00:00','11:00:00',NULL),(1556,51,24,'2031-05-23 01:00:00','2031-05-23 11:00:00','2031-05-23','01:00:00','11:00:00',NULL),(1557,51,24,'2031-05-26 01:00:00','2031-05-26 11:00:00','2031-05-26','01:00:00','11:00:00',NULL),(1558,51,24,'2031-05-27 01:00:00','2031-05-27 11:00:00','2031-05-27','01:00:00','11:00:00',NULL),(1559,51,24,'2031-05-28 01:00:00','2031-05-28 11:00:00','2031-05-28','01:00:00','11:00:00',NULL),(1560,51,24,'2031-05-29 01:00:00','2031-05-29 11:00:00','2031-05-29','01:00:00','11:00:00',NULL),(1561,51,24,'2031-05-30 01:00:00','2031-05-30 11:00:00','2031-05-30','01:00:00','11:00:00',NULL),(1562,51,24,'2031-06-02 01:00:00','2031-06-02 11:00:00','2031-06-02','01:00:00','11:00:00',NULL),(1563,51,24,'2031-06-03 01:00:00','2031-06-03 11:00:00','2031-06-03','01:00:00','11:00:00',NULL),(1564,51,24,'2031-06-04 01:00:00','2031-06-04 11:00:00','2031-06-04','01:00:00','11:00:00',NULL),(1565,51,24,'2031-06-05 01:00:00','2031-06-05 11:00:00','2031-06-05','01:00:00','11:00:00',NULL),(1566,51,24,'2031-06-06 01:00:00','2031-06-06 11:00:00','2031-06-06','01:00:00','11:00:00',NULL),(1567,51,24,'2031-06-09 01:00:00','2031-06-09 11:00:00','2031-06-09','01:00:00','11:00:00',NULL),(1568,51,24,'2031-06-10 01:00:00','2031-06-10 11:00:00','2031-06-10','01:00:00','11:00:00',NULL),(1569,51,24,'2031-06-11 01:00:00','2031-06-11 11:00:00','2031-06-11','01:00:00','11:00:00',NULL),(1570,51,24,'2031-06-12 01:00:00','2031-06-12 11:00:00','2031-06-12','01:00:00','11:00:00',NULL),(1571,51,24,'2031-06-13 01:00:00','2031-06-13 11:00:00','2031-06-13','01:00:00','11:00:00',NULL),(1572,51,24,'2031-06-16 01:00:00','2031-06-16 11:00:00','2031-06-16','01:00:00','11:00:00',NULL),(1573,51,24,'2031-06-17 01:00:00','2031-06-17 11:00:00','2031-06-17','01:00:00','11:00:00',NULL),(1574,51,24,'2031-06-18 01:00:00','2031-06-18 11:00:00','2031-06-18','01:00:00','11:00:00',NULL),(1575,51,24,'2031-06-19 01:00:00','2031-06-19 11:00:00','2031-06-19','01:00:00','11:00:00',NULL),(1576,51,24,'2031-06-20 01:00:00','2031-06-20 11:00:00','2031-06-20','01:00:00','11:00:00',NULL),(1577,51,24,'2031-06-23 01:00:00','2031-06-23 11:00:00','2031-06-23','01:00:00','11:00:00',NULL),(1578,51,24,'2031-06-24 01:00:00','2031-06-24 11:00:00','2031-06-24','01:00:00','11:00:00',NULL),(1579,51,24,'2031-06-25 01:00:00','2031-06-25 11:00:00','2031-06-25','01:00:00','11:00:00',NULL),(1580,51,24,'2031-06-26 01:00:00','2031-06-26 11:00:00','2031-06-26','01:00:00','11:00:00',NULL),(1581,51,24,'2031-06-27 01:00:00','2031-06-27 11:00:00','2031-06-27','01:00:00','11:00:00',NULL),(1582,51,24,'2031-06-30 01:00:00','2031-06-30 11:00:00','2031-06-30','01:00:00','11:00:00',NULL),(1583,51,24,'2031-07-01 01:00:00','2031-07-01 11:00:00','2031-07-01','01:00:00','11:00:00',NULL),(1584,51,24,'2031-07-02 01:00:00','2031-07-02 11:00:00','2031-07-02','01:00:00','11:00:00',NULL),(1585,51,24,'2031-07-03 01:00:00','2031-07-03 11:00:00','2031-07-03','01:00:00','11:00:00',NULL),(1586,51,24,'2031-07-04 01:00:00','2031-07-04 11:00:00','2031-07-04','01:00:00','11:00:00',NULL),(1587,51,24,'2031-07-07 01:00:00','2031-07-07 11:00:00','2031-07-07','01:00:00','11:00:00',NULL),(1588,51,24,'2031-07-08 01:00:00','2031-07-08 11:00:00','2031-07-08','01:00:00','11:00:00',NULL),(1589,51,24,'2031-07-09 01:00:00','2031-07-09 11:00:00','2031-07-09','01:00:00','11:00:00',NULL),(1590,51,24,'2031-07-10 01:00:00','2031-07-10 11:00:00','2031-07-10','01:00:00','11:00:00',NULL),(1591,51,24,'2031-07-11 01:00:00','2031-07-11 11:00:00','2031-07-11','01:00:00','11:00:00',NULL),(1592,51,24,'2031-07-14 01:00:00','2031-07-14 11:00:00','2031-07-14','01:00:00','11:00:00',NULL),(1593,51,24,'2031-07-15 01:00:00','2031-07-15 11:00:00','2031-07-15','01:00:00','11:00:00',NULL),(1594,51,24,'2031-07-16 01:00:00','2031-07-16 11:00:00','2031-07-16','01:00:00','11:00:00',NULL),(1595,51,24,'2031-07-17 01:00:00','2031-07-17 11:00:00','2031-07-17','01:00:00','11:00:00',NULL),(1596,51,24,'2031-07-18 01:00:00','2031-07-18 11:00:00','2031-07-18','01:00:00','11:00:00',NULL),(1597,51,24,'2031-07-21 01:00:00','2031-07-21 11:00:00','2031-07-21','01:00:00','11:00:00',NULL),(1598,51,24,'2031-07-22 01:00:00','2031-07-22 11:00:00','2031-07-22','01:00:00','11:00:00',NULL),(1599,51,24,'2031-07-23 01:00:00','2031-07-23 11:00:00','2031-07-23','01:00:00','11:00:00',NULL),(1600,51,24,'2031-07-24 01:00:00','2031-07-24 11:00:00','2031-07-24','01:00:00','11:00:00',NULL),(1601,51,24,'2031-07-25 01:00:00','2031-07-25 11:00:00','2031-07-25','01:00:00','11:00:00',NULL),(1602,51,24,'2031-07-28 01:00:00','2031-07-28 11:00:00','2031-07-28','01:00:00','11:00:00',NULL),(1603,51,24,'2031-07-29 01:00:00','2031-07-29 11:00:00','2031-07-29','01:00:00','11:00:00',NULL),(1604,51,24,'2031-07-30 01:00:00','2031-07-30 11:00:00','2031-07-30','01:00:00','11:00:00',NULL),(1605,51,24,'2031-07-31 01:00:00','2031-07-31 11:00:00','2031-07-31','01:00:00','11:00:00',NULL),(1606,51,24,'2031-08-01 01:00:00','2031-08-01 11:00:00','2031-08-01','01:00:00','11:00:00',NULL),(1607,51,24,'2031-08-04 01:00:00','2031-08-04 11:00:00','2031-08-04','01:00:00','11:00:00',NULL),(1608,51,24,'2031-08-05 01:00:00','2031-08-05 11:00:00','2031-08-05','01:00:00','11:00:00',NULL),(1609,51,24,'2031-08-06 01:00:00','2031-08-06 11:00:00','2031-08-06','01:00:00','11:00:00',NULL),(1610,51,24,'2031-08-07 01:00:00','2031-08-07 11:00:00','2031-08-07','01:00:00','11:00:00',NULL),(1611,51,24,'2031-08-08 01:00:00','2031-08-08 11:00:00','2031-08-08','01:00:00','11:00:00',NULL),(1612,51,24,'2031-08-11 01:00:00','2031-08-11 11:00:00','2031-08-11','01:00:00','11:00:00',NULL),(1613,51,24,'2031-08-12 01:00:00','2031-08-12 11:00:00','2031-08-12','01:00:00','11:00:00',NULL),(1614,51,24,'2031-08-13 01:00:00','2031-08-13 11:00:00','2031-08-13','01:00:00','11:00:00',NULL),(1615,51,24,'2031-08-14 01:00:00','2031-08-14 11:00:00','2031-08-14','01:00:00','11:00:00',NULL),(1616,51,24,'2031-08-15 01:00:00','2031-08-15 11:00:00','2031-08-15','01:00:00','11:00:00',NULL),(1617,51,24,'2031-08-18 01:00:00','2031-08-18 11:00:00','2031-08-18','01:00:00','11:00:00',NULL),(1618,51,24,'2031-08-19 01:00:00','2031-08-19 11:00:00','2031-08-19','01:00:00','11:00:00',NULL),(1619,51,24,'2031-08-20 01:00:00','2031-08-20 11:00:00','2031-08-20','01:00:00','11:00:00',NULL),(1620,51,24,'2031-08-21 01:00:00','2031-08-21 11:00:00','2031-08-21','01:00:00','11:00:00',NULL),(1621,51,24,'2031-08-22 01:00:00','2031-08-22 11:00:00','2031-08-22','01:00:00','11:00:00',NULL),(1622,51,24,'2031-08-25 01:00:00','2031-08-25 11:00:00','2031-08-25','01:00:00','11:00:00',NULL),(1623,51,24,'2031-08-26 01:00:00','2031-08-26 11:00:00','2031-08-26','01:00:00','11:00:00',NULL),(1624,51,24,'2031-08-27 01:00:00','2031-08-27 11:00:00','2031-08-27','01:00:00','11:00:00',NULL),(1625,51,24,'2031-08-28 01:00:00','2031-08-28 11:00:00','2031-08-28','01:00:00','11:00:00',NULL),(1626,51,24,'2031-08-29 01:00:00','2031-08-29 11:00:00','2031-08-29','01:00:00','11:00:00',NULL),(1627,51,24,'2031-09-01 01:00:00','2031-09-01 11:00:00','2031-09-01','01:00:00','11:00:00',NULL),(1628,51,24,'2031-09-02 01:00:00','2031-09-02 11:00:00','2031-09-02','01:00:00','11:00:00',NULL),(1629,51,24,'2031-09-03 01:00:00','2031-09-03 11:00:00','2031-09-03','01:00:00','11:00:00',NULL),(1630,51,24,'2031-09-04 01:00:00','2031-09-04 11:00:00','2031-09-04','01:00:00','11:00:00',NULL),(1631,51,24,'2031-09-05 01:00:00','2031-09-05 11:00:00','2031-09-05','01:00:00','11:00:00',NULL),(1632,51,24,'2031-09-08 01:00:00','2031-09-08 11:00:00','2031-09-08','01:00:00','11:00:00',NULL),(1633,51,24,'2031-09-09 01:00:00','2031-09-09 11:00:00','2031-09-09','01:00:00','11:00:00',NULL),(1634,51,24,'2031-09-10 01:00:00','2031-09-10 11:00:00','2031-09-10','01:00:00','11:00:00',NULL),(1635,51,24,'2031-09-11 01:00:00','2031-09-11 11:00:00','2031-09-11','01:00:00','11:00:00',NULL),(1636,51,24,'2031-09-12 01:00:00','2031-09-12 11:00:00','2031-09-12','01:00:00','11:00:00',NULL),(1637,51,24,'2031-09-15 01:00:00','2031-09-15 11:00:00','2031-09-15','01:00:00','11:00:00',NULL),(1638,51,24,'2031-09-16 01:00:00','2031-09-16 11:00:00','2031-09-16','01:00:00','11:00:00',NULL),(1639,51,24,'2031-09-17 01:00:00','2031-09-17 11:00:00','2031-09-17','01:00:00','11:00:00',NULL),(1640,51,24,'2031-09-18 01:00:00','2031-09-18 11:00:00','2031-09-18','01:00:00','11:00:00',NULL),(1641,51,24,'2031-09-19 01:00:00','2031-09-19 11:00:00','2031-09-19','01:00:00','11:00:00',NULL),(1642,51,24,'2031-09-22 01:00:00','2031-09-22 11:00:00','2031-09-22','01:00:00','11:00:00',NULL),(1643,51,24,'2031-09-23 01:00:00','2031-09-23 11:00:00','2031-09-23','01:00:00','11:00:00',NULL),(1644,51,24,'2031-09-24 01:00:00','2031-09-24 11:00:00','2031-09-24','01:00:00','11:00:00',NULL),(1645,51,24,'2031-09-25 01:00:00','2031-09-25 11:00:00','2031-09-25','01:00:00','11:00:00',NULL),(1646,51,24,'2031-09-26 01:00:00','2031-09-26 11:00:00','2031-09-26','01:00:00','11:00:00',NULL),(1647,51,24,'2031-09-29 01:00:00','2031-09-29 11:00:00','2031-09-29','01:00:00','11:00:00',NULL),(1648,51,24,'2031-09-30 01:00:00','2031-09-30 11:00:00','2031-09-30','01:00:00','11:00:00',NULL),(1649,51,24,'2031-10-01 01:00:00','2031-10-01 11:00:00','2031-10-01','01:00:00','11:00:00',NULL),(1650,51,24,'2031-10-02 01:00:00','2031-10-02 11:00:00','2031-10-02','01:00:00','11:00:00',NULL),(1651,51,24,'2031-10-03 01:00:00','2031-10-03 11:00:00','2031-10-03','01:00:00','11:00:00',NULL),(1652,51,24,'2031-10-06 01:00:00','2031-10-06 11:00:00','2031-10-06','01:00:00','11:00:00',NULL),(1653,51,24,'2031-10-07 01:00:00','2031-10-07 11:00:00','2031-10-07','01:00:00','11:00:00',NULL),(1654,51,24,'2031-10-08 01:00:00','2031-10-08 11:00:00','2031-10-08','01:00:00','11:00:00',NULL),(1655,51,24,'2031-10-09 01:00:00','2031-10-09 11:00:00','2031-10-09','01:00:00','11:00:00',NULL),(1656,51,24,'2031-10-10 01:00:00','2031-10-10 11:00:00','2031-10-10','01:00:00','11:00:00',NULL),(1657,51,24,'2031-10-13 01:00:00','2031-10-13 11:00:00','2031-10-13','01:00:00','11:00:00',NULL),(1658,51,24,'2031-10-14 01:00:00','2031-10-14 11:00:00','2031-10-14','01:00:00','11:00:00',NULL),(1659,51,24,'2031-10-15 01:00:00','2031-10-15 11:00:00','2031-10-15','01:00:00','11:00:00',NULL),(1660,51,24,'2031-10-16 01:00:00','2031-10-16 11:00:00','2031-10-16','01:00:00','11:00:00',NULL),(1661,51,24,'2031-10-17 01:00:00','2031-10-17 11:00:00','2031-10-17','01:00:00','11:00:00',NULL),(1662,51,24,'2031-10-20 01:00:00','2031-10-20 11:00:00','2031-10-20','01:00:00','11:00:00',NULL),(1663,51,24,'2031-10-21 01:00:00','2031-10-21 11:00:00','2031-10-21','01:00:00','11:00:00',NULL),(1664,51,24,'2031-10-22 01:00:00','2031-10-22 11:00:00','2031-10-22','01:00:00','11:00:00',NULL),(1665,51,24,'2031-10-23 01:00:00','2031-10-23 11:00:00','2031-10-23','01:00:00','11:00:00',NULL),(1666,51,24,'2031-10-24 01:00:00','2031-10-24 11:00:00','2031-10-24','01:00:00','11:00:00',NULL),(1667,51,24,'2031-10-27 01:00:00','2031-10-27 11:00:00','2031-10-27','01:00:00','11:00:00',NULL),(1668,51,24,'2031-10-28 01:00:00','2031-10-28 11:00:00','2031-10-28','01:00:00','11:00:00',NULL),(1669,51,24,'2031-10-29 01:00:00','2031-10-29 11:00:00','2031-10-29','01:00:00','11:00:00',NULL),(1670,51,24,'2031-10-30 01:00:00','2031-10-30 11:00:00','2031-10-30','01:00:00','11:00:00',NULL),(1671,51,24,'2031-10-31 01:00:00','2031-10-31 11:00:00','2031-10-31','01:00:00','11:00:00',NULL),(1672,51,24,'2031-11-03 01:00:00','2031-11-03 11:00:00','2031-11-03','01:00:00','11:00:00',NULL),(1673,51,24,'2031-11-04 01:00:00','2031-11-04 11:00:00','2031-11-04','01:00:00','11:00:00',NULL),(1674,51,24,'2031-11-05 01:00:00','2031-11-05 11:00:00','2031-11-05','01:00:00','11:00:00',NULL),(1675,51,24,'2031-11-06 01:00:00','2031-11-06 11:00:00','2031-11-06','01:00:00','11:00:00',NULL),(1676,51,24,'2031-11-07 01:00:00','2031-11-07 11:00:00','2031-11-07','01:00:00','11:00:00',NULL),(1677,51,24,'2031-11-10 01:00:00','2031-11-10 11:00:00','2031-11-10','01:00:00','11:00:00',NULL),(1678,51,24,'2031-11-11 01:00:00','2031-11-11 11:00:00','2031-11-11','01:00:00','11:00:00',NULL),(1679,51,24,'2031-11-12 01:00:00','2031-11-12 11:00:00','2031-11-12','01:00:00','11:00:00',NULL),(1680,51,24,'2031-11-13 01:00:00','2031-11-13 11:00:00','2031-11-13','01:00:00','11:00:00',NULL),(1681,51,24,'2031-11-14 01:00:00','2031-11-14 11:00:00','2031-11-14','01:00:00','11:00:00',NULL),(1682,51,24,'2031-11-17 01:00:00','2031-11-17 11:00:00','2031-11-17','01:00:00','11:00:00',NULL),(1683,51,24,'2031-11-18 01:00:00','2031-11-18 11:00:00','2031-11-18','01:00:00','11:00:00',NULL),(1684,51,24,'2031-11-19 01:00:00','2031-11-19 11:00:00','2031-11-19','01:00:00','11:00:00',NULL),(1685,51,24,'2031-11-20 01:00:00','2031-11-20 11:00:00','2031-11-20','01:00:00','11:00:00',NULL),(1686,51,24,'2031-11-21 01:00:00','2031-11-21 11:00:00','2031-11-21','01:00:00','11:00:00',NULL),(1687,51,24,'2031-11-24 01:00:00','2031-11-24 11:00:00','2031-11-24','01:00:00','11:00:00',NULL),(1688,51,24,'2031-11-25 01:00:00','2031-11-25 11:00:00','2031-11-25','01:00:00','11:00:00',NULL),(1689,51,24,'2031-11-26 01:00:00','2031-11-26 11:00:00','2031-11-26','01:00:00','11:00:00',NULL),(1690,51,24,'2031-11-27 01:00:00','2031-11-27 11:00:00','2031-11-27','01:00:00','11:00:00',NULL),(1691,51,24,'2031-11-28 01:00:00','2031-11-28 11:00:00','2031-11-28','01:00:00','11:00:00',NULL),(1692,51,24,'2031-12-01 01:00:00','2031-12-01 11:00:00','2031-12-01','01:00:00','11:00:00',NULL),(1693,51,24,'2031-12-02 01:00:00','2031-12-02 11:00:00','2031-12-02','01:00:00','11:00:00',NULL),(1694,51,24,'2031-12-03 01:00:00','2031-12-03 11:00:00','2031-12-03','01:00:00','11:00:00',NULL),(1695,51,24,'2031-12-04 01:00:00','2031-12-04 11:00:00','2031-12-04','01:00:00','11:00:00',NULL),(1696,51,24,'2031-12-05 01:00:00','2031-12-05 11:00:00','2031-12-05','01:00:00','11:00:00',NULL),(1697,51,24,'2031-12-08 01:00:00','2031-12-08 11:00:00','2031-12-08','01:00:00','11:00:00',NULL),(1698,51,24,'2031-12-09 01:00:00','2031-12-09 11:00:00','2031-12-09','01:00:00','11:00:00',NULL),(1699,51,24,'2031-12-10 01:00:00','2031-12-10 11:00:00','2031-12-10','01:00:00','11:00:00',NULL),(1700,51,24,'2031-12-11 01:00:00','2031-12-11 11:00:00','2031-12-11','01:00:00','11:00:00',NULL),(1701,51,24,'2031-12-12 01:00:00','2031-12-12 11:00:00','2031-12-12','01:00:00','11:00:00',NULL),(1702,51,24,'2031-12-15 01:00:00','2031-12-15 11:00:00','2031-12-15','01:00:00','11:00:00',NULL),(1703,51,24,'2031-12-16 01:00:00','2031-12-16 11:00:00','2031-12-16','01:00:00','11:00:00',NULL),(1704,51,24,'2031-12-17 01:00:00','2031-12-17 11:00:00','2031-12-17','01:00:00','11:00:00',NULL),(1705,51,24,'2031-12-18 01:00:00','2031-12-18 11:00:00','2031-12-18','01:00:00','11:00:00',NULL),(1706,51,24,'2031-12-19 01:00:00','2031-12-19 11:00:00','2031-12-19','01:00:00','11:00:00',NULL),(1707,51,24,'2031-12-22 01:00:00','2031-12-22 11:00:00','2031-12-22','01:00:00','11:00:00',NULL),(1708,51,24,'2031-12-23 01:00:00','2031-12-23 11:00:00','2031-12-23','01:00:00','11:00:00',NULL),(1709,51,24,'2031-12-24 01:00:00','2031-12-24 11:00:00','2031-12-24','01:00:00','11:00:00',NULL),(1710,51,24,'2031-12-25 01:00:00','2031-12-25 11:00:00','2031-12-25','01:00:00','11:00:00',NULL),(1711,51,24,'2031-12-26 01:00:00','2031-12-26 11:00:00','2031-12-26','01:00:00','11:00:00',NULL),(1712,51,24,'2031-12-29 01:00:00','2031-12-29 11:00:00','2031-12-29','01:00:00','11:00:00',NULL),(1713,51,24,'2031-12-30 01:00:00','2031-12-30 11:00:00','2031-12-30','01:00:00','11:00:00',NULL),(1714,51,24,'2031-12-31 01:00:00','2031-12-31 11:00:00','2031-12-31','01:00:00','11:00:00',NULL),(1716,51,1716,'2025-07-14 08:15:00','2025-07-14 08:30:00','2025-07-14','08:15:00','08:30:00',NULL),(1717,51,1716,'2025-07-15 08:15:00','2025-07-15 08:30:00','2025-07-15','08:15:00','08:30:00',NULL),(1718,51,1716,'2025-07-16 08:15:00','2025-07-16 08:30:00','2025-07-16','08:15:00','08:30:00',NULL),(1741,51,1716,'2025-08-18 08:15:00','2025-08-18 08:30:00','2025-08-18','08:15:00','08:30:00',NULL),(1742,51,1716,'2025-08-19 08:15:00','2025-08-19 08:30:00','2025-08-19','08:15:00','08:30:00',NULL),(1743,51,1716,'2025-08-20 08:15:00','2025-08-20 08:30:00','2025-08-20','08:15:00','08:30:00',NULL),(1744,51,1716,'2025-08-21 08:15:00','2025-08-21 08:30:00','2025-08-21','08:15:00','08:30:00',NULL),(1745,51,1716,'2025-08-22 08:15:00','2025-08-22 08:30:00','2025-08-22','08:15:00','08:30:00',NULL),(1746,51,1716,'2025-08-25 08:15:00','2025-08-25 08:30:00','2025-08-25','08:15:00','08:30:00',NULL),(1747,51,1716,'2025-08-26 08:15:00','2025-08-26 08:30:00','2025-08-26','08:15:00','08:30:00',NULL),(1748,51,1716,'2025-08-27 08:15:00','2025-08-27 08:30:00','2025-08-27','08:15:00','08:30:00',NULL),(1749,51,1716,'2025-08-28 08:15:00','2025-08-28 08:30:00','2025-08-28','08:15:00','08:30:00',NULL),(1750,51,1716,'2025-08-29 08:15:00','2025-08-29 08:30:00','2025-08-29','08:15:00','08:30:00',NULL),(1751,51,1716,'2025-09-01 08:15:00','2025-09-01 08:30:00','2025-09-01','08:15:00','08:30:00',NULL),(1752,51,1716,'2025-09-02 08:15:00','2025-09-02 08:30:00','2025-09-02','08:15:00','08:30:00',NULL),(1753,51,1716,'2025-09-03 08:15:00','2025-09-03 08:30:00','2025-09-03','08:15:00','08:30:00',NULL),(1754,51,1716,'2025-09-04 08:15:00','2025-09-04 08:30:00','2025-09-04','08:15:00','08:30:00',NULL),(1755,51,1716,'2025-09-05 08:15:00','2025-09-05 08:30:00','2025-09-05','08:15:00','08:30:00',NULL),(1756,51,1716,'2025-09-08 08:15:00','2025-09-08 08:30:00','2025-09-08','08:15:00','08:30:00',NULL),(1757,51,1716,'2025-09-09 08:15:00','2025-09-09 08:30:00','2025-09-09','08:15:00','08:30:00',NULL),(1758,51,1716,'2025-09-10 08:15:00','2025-09-10 08:30:00','2025-09-10','08:15:00','08:30:00',NULL),(1759,51,1716,'2025-09-11 08:15:00','2025-09-11 08:30:00','2025-09-11','08:15:00','08:30:00',NULL),(1760,51,1716,'2025-09-12 08:15:00','2025-09-12 08:30:00','2025-09-12','08:15:00','08:30:00',NULL),(1761,51,1716,'2025-09-15 08:15:00','2025-09-15 08:30:00','2025-09-15','08:15:00','08:30:00',NULL),(1762,51,1716,'2025-09-16 08:15:00','2025-09-16 08:30:00','2025-09-16','08:15:00','08:30:00',NULL),(1763,51,1716,'2025-09-17 08:15:00','2025-09-17 08:30:00','2025-09-17','08:15:00','08:30:00',NULL),(1764,51,1716,'2025-09-18 08:15:00','2025-09-18 08:30:00','2025-09-18','08:15:00','08:30:00',NULL),(1765,51,1716,'2025-09-19 08:15:00','2025-09-19 08:30:00','2025-09-19','08:15:00','08:30:00',NULL),(1766,51,1716,'2025-09-22 08:15:00','2025-09-22 08:30:00','2025-09-22','08:15:00','08:30:00',NULL),(1767,51,1716,'2025-09-23 08:15:00','2025-09-23 08:30:00','2025-09-23','08:15:00','08:30:00',NULL),(1768,51,1716,'2025-09-24 08:15:00','2025-09-24 08:30:00','2025-09-24','08:15:00','08:30:00',NULL),(1769,51,1716,'2025-09-25 08:15:00','2025-09-25 08:30:00','2025-09-25','08:15:00','08:30:00',NULL),(1770,51,1716,'2025-09-26 08:15:00','2025-09-26 08:30:00','2025-09-26','08:15:00','08:30:00',NULL),(1771,51,1716,'2025-09-29 08:15:00','2025-09-29 08:30:00','2025-09-29','08:15:00','08:30:00',NULL),(1772,51,1716,'2025-09-30 08:15:00','2025-09-30 08:30:00','2025-09-30','08:15:00','08:30:00',NULL),(1773,51,1716,'2025-10-01 08:15:00','2025-10-01 08:30:00','2025-10-01','08:15:00','08:30:00',NULL),(1774,51,1716,'2025-10-02 08:15:00','2025-10-02 08:30:00','2025-10-02','08:15:00','08:30:00',NULL),(1775,51,1716,'2025-10-03 08:15:00','2025-10-03 08:30:00','2025-10-03','08:15:00','08:30:00',NULL),(1776,51,1716,'2025-10-06 08:15:00','2025-10-06 08:30:00','2025-10-06','08:15:00','08:30:00',NULL),(1777,51,1716,'2025-10-07 08:15:00','2025-10-07 08:30:00','2025-10-07','08:15:00','08:30:00',NULL),(1778,51,1716,'2025-10-08 08:15:00','2025-10-08 08:30:00','2025-10-08','08:15:00','08:30:00',NULL),(1779,51,1716,'2025-10-09 08:15:00','2025-10-09 08:30:00','2025-10-09','08:15:00','08:30:00',NULL),(1780,51,1716,'2025-10-10 08:15:00','2025-10-10 08:30:00','2025-10-10','08:15:00','08:30:00',NULL),(1781,51,1716,'2025-10-13 08:15:00','2025-10-13 08:30:00','2025-10-13','08:15:00','08:30:00',NULL),(1782,51,1716,'2025-10-14 08:15:00','2025-10-14 08:30:00','2025-10-14','08:15:00','08:30:00',NULL),(1783,51,1716,'2025-10-15 08:15:00','2025-10-15 08:30:00','2025-10-15','08:15:00','08:30:00',NULL),(1784,51,1716,'2025-10-16 08:15:00','2025-10-16 08:30:00','2025-10-16','08:15:00','08:30:00',NULL),(1785,51,1716,'2025-10-17 08:15:00','2025-10-17 08:30:00','2025-10-17','08:15:00','08:30:00',NULL),(1786,51,1716,'2025-10-20 08:15:00','2025-10-20 08:30:00','2025-10-20','08:15:00','08:30:00',NULL),(1787,51,1716,'2025-10-21 08:15:00','2025-10-21 08:30:00','2025-10-21','08:15:00','08:30:00',NULL),(1788,51,1716,'2025-10-22 08:15:00','2025-10-22 08:30:00','2025-10-22','08:15:00','08:30:00',NULL),(1789,51,1716,'2025-10-23 08:15:00','2025-10-23 08:30:00','2025-10-23','08:15:00','08:30:00',NULL),(1790,51,1716,'2025-10-24 08:15:00','2025-10-24 08:30:00','2025-10-24','08:15:00','08:30:00',NULL),(1791,51,1716,'2025-10-27 08:15:00','2025-10-27 08:30:00','2025-10-27','08:15:00','08:30:00',NULL),(1792,51,1716,'2025-10-28 08:15:00','2025-10-28 08:30:00','2025-10-28','08:15:00','08:30:00',NULL),(1793,51,1716,'2025-10-29 08:15:00','2025-10-29 08:30:00','2025-10-29','08:15:00','08:30:00',NULL),(1794,51,1716,'2025-10-30 08:15:00','2025-10-30 08:30:00','2025-10-30','08:15:00','08:30:00',NULL),(1795,51,1716,'2025-10-31 08:15:00','2025-10-31 08:30:00','2025-10-31','08:15:00','08:30:00',NULL),(1796,51,1716,'2025-11-03 08:15:00','2025-11-03 08:30:00','2025-11-03','08:15:00','08:30:00',NULL),(1797,51,1716,'2025-11-04 08:15:00','2025-11-04 08:30:00','2025-11-04','08:15:00','08:30:00',NULL),(1798,51,1716,'2025-11-05 08:30:00','2025-11-05 08:45:00','2025-11-05','08:30:00','08:45:00',NULL),(1799,51,1716,'2025-11-06 08:30:00','2025-11-06 08:45:00','2025-11-06','08:30:00','08:45:00',NULL),(1800,51,1716,'2025-11-07 08:30:00','2025-11-07 08:45:00','2025-11-07','08:30:00','08:45:00',NULL),(1801,51,1716,'2025-11-10 08:30:00','2025-11-10 08:45:00','2025-11-10','08:30:00','08:45:00',NULL),(1802,51,1716,'2025-11-11 08:30:00','2025-11-11 08:45:00','2025-11-11','08:30:00','08:45:00',NULL),(1803,51,1716,'2025-11-12 08:30:00','2025-11-12 08:45:00','2025-11-12','08:30:00','08:45:00',NULL),(1804,51,1716,'2025-11-13 08:30:00','2025-11-13 08:45:00','2025-11-13','08:30:00','08:45:00',NULL),(1805,51,1716,'2025-11-14 08:30:00','2025-11-14 08:45:00','2025-11-14','08:30:00','08:45:00',NULL),(1806,51,1716,'2025-11-17 08:30:00','2025-11-17 08:45:00','2025-11-17','08:30:00','08:45:00',NULL),(1807,51,1716,'2025-11-18 08:30:00','2025-11-18 08:45:00','2025-11-18','08:30:00','08:45:00',NULL),(1808,51,1716,'2025-11-19 08:30:00','2025-11-19 08:45:00','2025-11-19','08:30:00','08:45:00',NULL),(1809,51,1716,'2025-11-20 08:30:00','2025-11-20 08:45:00','2025-11-20','08:30:00','08:45:00',NULL),(1810,51,1716,'2025-11-21 08:30:00','2025-11-21 08:45:00','2025-11-21','08:30:00','08:45:00',NULL),(1811,51,1716,'2025-11-24 08:30:00','2025-11-24 08:45:00','2025-11-24','08:30:00','08:45:00',NULL),(1812,51,1716,'2025-11-25 08:30:00','2025-11-25 08:45:00','2025-11-25','08:30:00','08:45:00',NULL),(1813,51,1716,'2025-11-26 08:30:00','2025-11-26 08:45:00','2025-11-26','08:30:00','08:45:00',NULL),(1814,51,1716,'2025-11-27 08:30:00','2025-11-27 08:45:00','2025-11-27','08:30:00','08:45:00',NULL),(1834,51,1716,'2025-12-25 08:15:00','2025-12-25 08:30:00','2025-12-25','08:15:00','08:30:00',NULL),(1835,51,1716,'2025-12-26 08:15:00','2025-12-26 08:30:00','2025-12-26','08:15:00','08:30:00',NULL),(1836,51,1716,'2025-12-29 08:15:00','2025-12-29 08:30:00','2025-12-29','08:15:00','08:30:00',NULL),(1837,51,1716,'2025-12-30 08:15:00','2025-12-30 08:30:00','2025-12-30','08:15:00','08:30:00',NULL),(1838,51,1716,'2025-12-31 08:15:00','2025-12-31 08:30:00','2025-12-31','08:15:00','08:30:00',NULL),(1839,51,1716,'2026-01-01 08:15:00','2026-01-01 08:30:00','2026-01-01','08:15:00','08:30:00',NULL),(1840,51,1716,'2026-01-02 08:15:00','2026-01-02 08:30:00','2026-01-02','08:15:00','08:30:00',NULL),(1841,51,1716,'2026-01-05 08:15:00','2026-01-05 08:30:00','2026-01-05','08:15:00','08:30:00',NULL),(1842,51,1716,'2026-01-06 08:15:00','2026-01-06 08:30:00','2026-01-06','08:15:00','08:30:00',NULL),(1843,51,1716,'2026-01-07 08:15:00','2026-01-07 08:30:00','2026-01-07','08:15:00','08:30:00',NULL),(1844,51,1716,'2026-01-08 08:15:00','2026-01-08 08:30:00','2026-01-08','08:15:00','08:30:00',NULL),(1845,51,1716,'2026-01-09 08:15:00','2026-01-09 08:30:00','2026-01-09','08:15:00','08:30:00',NULL),(1846,51,1716,'2026-01-12 08:15:00','2026-01-12 08:30:00','2026-01-12','08:15:00','08:30:00',NULL),(1847,51,1716,'2026-01-13 08:15:00','2026-01-13 08:30:00','2026-01-13','08:15:00','08:30:00',NULL),(1848,51,1716,'2026-01-14 08:15:00','2026-01-14 08:30:00','2026-01-14','08:15:00','08:30:00',NULL),(1849,51,1716,'2026-01-15 08:15:00','2026-01-15 08:30:00','2026-01-15','08:15:00','08:30:00',NULL),(1850,51,1716,'2026-01-16 08:15:00','2026-01-16 08:30:00','2026-01-16','08:15:00','08:30:00',NULL),(1851,51,1716,'2026-01-19 08:15:00','2026-01-19 08:30:00','2026-01-19','08:15:00','08:30:00',NULL),(1852,51,1716,'2026-01-20 08:15:00','2026-01-20 08:30:00','2026-01-20','08:15:00','08:30:00',NULL),(1853,51,1716,'2026-01-21 08:15:00','2026-01-21 08:30:00','2026-01-21','08:15:00','08:30:00',NULL),(1854,51,1716,'2026-01-22 08:15:00','2026-01-22 08:30:00','2026-01-22','08:15:00','08:30:00',NULL),(1855,51,1716,'2026-01-23 08:15:00','2026-01-23 08:30:00','2026-01-23','08:15:00','08:30:00',NULL),(1856,51,1716,'2026-01-26 08:15:00','2026-01-26 08:30:00','2026-01-26','08:15:00','08:30:00',NULL),(1857,51,1716,'2026-01-27 08:15:00','2026-01-27 08:30:00','2026-01-27','08:15:00','08:30:00',NULL),(1858,51,1716,'2026-01-28 08:15:00','2026-01-28 08:30:00','2026-01-28','08:15:00','08:30:00',NULL),(1859,51,1716,'2026-01-29 08:15:00','2026-01-29 08:30:00','2026-01-29','08:15:00','08:30:00',NULL),(1860,51,1716,'2026-01-30 08:15:00','2026-01-30 08:30:00','2026-01-30','08:15:00','08:30:00',NULL),(1861,51,1716,'2026-02-02 08:15:00','2026-02-02 08:30:00','2026-02-02','08:15:00','08:30:00',NULL),(1862,51,1716,'2026-02-03 08:15:00','2026-02-03 08:30:00','2026-02-03','08:15:00','08:30:00',NULL),(1863,51,1716,'2026-02-04 08:15:00','2026-02-04 08:30:00','2026-02-04','08:15:00','08:30:00',NULL),(1864,51,1716,'2026-02-05 08:15:00','2026-02-05 08:30:00','2026-02-05','08:15:00','08:30:00',NULL),(1865,51,1716,'2026-02-06 08:15:00','2026-02-06 08:30:00','2026-02-06','08:15:00','08:30:00',NULL),(1866,51,1716,'2026-02-09 08:15:00','2026-02-09 08:30:00','2026-02-09','08:15:00','08:30:00',NULL),(1867,51,1716,'2026-02-10 08:15:00','2026-02-10 08:30:00','2026-02-10','08:15:00','08:30:00',NULL),(1868,51,1716,'2026-02-11 08:15:00','2026-02-11 08:30:00','2026-02-11','08:15:00','08:30:00',NULL),(1869,51,1716,'2026-02-12 08:15:00','2026-02-12 08:30:00','2026-02-12','08:15:00','08:30:00',NULL),(1870,51,1716,'2026-02-13 08:15:00','2026-02-13 08:30:00','2026-02-13','08:15:00','08:30:00',NULL),(1871,51,1716,'2026-02-16 08:15:00','2026-02-16 08:30:00','2026-02-16','08:15:00','08:30:00',NULL),(1872,51,1716,'2026-02-17 08:15:00','2026-02-17 08:30:00','2026-02-17','08:15:00','08:30:00',NULL),(1873,51,1716,'2026-02-18 08:15:00','2026-02-18 08:30:00','2026-02-18','08:15:00','08:30:00',NULL),(1874,51,1716,'2026-02-19 08:15:00','2026-02-19 08:30:00','2026-02-19','08:15:00','08:30:00',NULL),(1875,51,1716,'2026-02-20 08:15:00','2026-02-20 08:30:00','2026-02-20','08:15:00','08:30:00',NULL),(1876,51,1716,'2026-02-23 08:15:00','2026-02-23 08:30:00','2026-02-23','08:15:00','08:30:00',NULL),(1877,51,1716,'2026-02-24 08:15:00','2026-02-24 08:30:00','2026-02-24','08:15:00','08:30:00',NULL),(1878,51,1716,'2026-02-25 08:15:00','2026-02-25 08:30:00','2026-02-25','08:15:00','08:30:00',NULL),(1879,51,1716,'2026-02-26 08:15:00','2026-02-26 08:30:00','2026-02-26','08:15:00','08:30:00',NULL),(1880,51,1716,'2026-02-27 08:15:00','2026-02-27 08:30:00','2026-02-27','08:15:00','08:30:00',NULL),(1881,51,1716,'2026-03-02 08:15:00','2026-03-02 08:30:00','2026-03-02','08:15:00','08:30:00',NULL),(1882,51,1716,'2026-03-03 08:15:00','2026-03-03 08:30:00','2026-03-03','08:15:00','08:30:00',NULL),(1883,51,1716,'2026-03-04 08:15:00','2026-03-04 08:30:00','2026-03-04','08:15:00','08:30:00',NULL),(1884,51,1716,'2026-03-05 08:15:00','2026-03-05 08:30:00','2026-03-05','08:15:00','08:30:00',NULL),(1885,51,1716,'2026-03-06 08:15:00','2026-03-06 08:30:00','2026-03-06','08:15:00','08:30:00',NULL),(1886,51,1716,'2026-03-09 08:15:00','2026-03-09 08:30:00','2026-03-09','08:15:00','08:30:00',NULL),(1887,51,1716,'2026-03-10 08:15:00','2026-03-10 08:30:00','2026-03-10','08:15:00','08:30:00',NULL),(1888,51,1716,'2026-03-11 08:15:00','2026-03-11 08:30:00','2026-03-11','08:15:00','08:30:00',NULL),(1889,51,1716,'2026-03-12 08:15:00','2026-03-12 08:30:00','2026-03-12','08:15:00','08:30:00',NULL),(1890,51,1716,'2026-03-13 08:15:00','2026-03-13 08:30:00','2026-03-13','08:15:00','08:30:00',NULL),(1891,51,1716,'2026-03-16 08:15:00','2026-03-16 08:30:00','2026-03-16','08:15:00','08:30:00',NULL),(1892,51,1716,'2026-03-17 08:15:00','2026-03-17 08:30:00','2026-03-17','08:15:00','08:30:00',NULL),(1893,51,1716,'2026-03-18 08:15:00','2026-03-18 08:30:00','2026-03-18','08:15:00','08:30:00',NULL),(1894,51,1716,'2026-03-19 08:15:00','2026-03-19 08:30:00','2026-03-19','08:15:00','08:30:00',NULL),(1895,51,1716,'2026-03-20 08:15:00','2026-03-20 08:30:00','2026-03-20','08:15:00','08:30:00',NULL),(1896,51,1716,'2026-03-23 08:15:00','2026-03-23 08:30:00','2026-03-23','08:15:00','08:30:00',NULL),(1897,51,1716,'2026-03-24 08:15:00','2026-03-24 08:30:00','2026-03-24','08:15:00','08:30:00',NULL),(1898,51,1716,'2026-03-25 08:15:00','2026-03-25 08:30:00','2026-03-25','08:15:00','08:30:00',NULL),(1899,51,1716,'2026-03-26 08:15:00','2026-03-26 08:30:00','2026-03-26','08:15:00','08:30:00',NULL),(1900,51,1716,'2026-03-27 08:15:00','2026-03-27 08:30:00','2026-03-27','08:15:00','08:30:00',NULL),(1901,51,1716,'2026-03-30 08:15:00','2026-03-30 08:30:00','2026-03-30','08:15:00','08:30:00',NULL),(1902,51,1716,'2026-03-31 08:15:00','2026-03-31 08:30:00','2026-03-31','08:15:00','08:30:00',NULL),(1903,51,1716,'2026-04-01 08:15:00','2026-04-01 08:30:00','2026-04-01','08:15:00','08:30:00',NULL),(1904,51,1716,'2026-04-02 08:15:00','2026-04-02 08:30:00','2026-04-02','08:15:00','08:30:00',NULL),(1905,51,1716,'2026-04-03 08:15:00','2026-04-03 08:30:00','2026-04-03','08:15:00','08:30:00',NULL),(1906,51,1716,'2026-04-06 08:15:00','2026-04-06 08:30:00','2026-04-06','08:15:00','08:30:00',NULL),(1907,51,1716,'2026-04-07 08:15:00','2026-04-07 08:30:00','2026-04-07','08:15:00','08:30:00',NULL),(1908,51,1716,'2026-04-08 08:15:00','2026-04-08 08:30:00','2026-04-08','08:15:00','08:30:00',NULL),(1909,51,1716,'2026-04-09 08:15:00','2026-04-09 08:30:00','2026-04-09','08:15:00','08:30:00',NULL),(1910,51,1716,'2026-04-10 08:15:00','2026-04-10 08:30:00','2026-04-10','08:15:00','08:30:00',NULL),(1911,51,1716,'2026-04-13 08:15:00','2026-04-13 08:30:00','2026-04-13','08:15:00','08:30:00',NULL),(1912,51,1716,'2026-04-14 08:15:00','2026-04-14 08:30:00','2026-04-14','08:15:00','08:30:00',NULL),(1913,51,1716,'2026-04-15 08:15:00','2026-04-15 08:30:00','2026-04-15','08:15:00','08:30:00',NULL),(1914,51,1716,'2026-04-16 08:15:00','2026-04-16 08:30:00','2026-04-16','08:15:00','08:30:00',NULL),(1915,51,1716,'2026-04-17 08:15:00','2026-04-17 08:30:00','2026-04-17','08:15:00','08:30:00',NULL),(1916,51,1716,'2026-04-20 08:15:00','2026-04-20 08:30:00','2026-04-20','08:15:00','08:30:00',NULL),(1917,51,1716,'2026-04-21 08:15:00','2026-04-21 08:30:00','2026-04-21','08:15:00','08:30:00',NULL),(1918,51,1716,'2026-04-22 08:15:00','2026-04-22 08:30:00','2026-04-22','08:15:00','08:30:00',NULL),(1919,51,1716,'2026-04-23 08:15:00','2026-04-23 08:30:00','2026-04-23','08:15:00','08:30:00',NULL),(1920,51,1716,'2026-04-24 08:15:00','2026-04-24 08:30:00','2026-04-24','08:15:00','08:30:00',NULL),(1921,51,1716,'2026-04-27 08:15:00','2026-04-27 08:30:00','2026-04-27','08:15:00','08:30:00',NULL),(1922,51,1716,'2026-04-28 08:15:00','2026-04-28 08:30:00','2026-04-28','08:15:00','08:30:00',NULL),(1923,51,1716,'2026-04-29 08:15:00','2026-04-29 08:30:00','2026-04-29','08:15:00','08:30:00',NULL),(1924,51,1716,'2026-04-30 08:15:00','2026-04-30 08:30:00','2026-04-30','08:15:00','08:30:00',NULL),(1925,51,1716,'2026-05-01 08:15:00','2026-05-01 08:30:00','2026-05-01','08:15:00','08:30:00',NULL),(1926,51,1716,'2026-05-04 08:15:00','2026-05-04 08:30:00','2026-05-04','08:15:00','08:30:00',NULL),(1927,51,1716,'2026-05-05 08:15:00','2026-05-05 08:30:00','2026-05-05','08:15:00','08:30:00',NULL),(1928,51,1716,'2026-05-06 08:15:00','2026-05-06 08:30:00','2026-05-06','08:15:00','08:30:00',NULL),(1929,51,1716,'2026-05-07 08:15:00','2026-05-07 08:30:00','2026-05-07','08:15:00','08:30:00',NULL),(1930,51,1716,'2026-05-08 08:15:00','2026-05-08 08:30:00','2026-05-08','08:15:00','08:30:00',NULL),(1931,51,1716,'2026-05-11 08:15:00','2026-05-11 08:30:00','2026-05-11','08:15:00','08:30:00',NULL),(1932,51,1716,'2026-05-12 08:15:00','2026-05-12 08:30:00','2026-05-12','08:15:00','08:30:00',NULL),(1933,51,1716,'2026-05-13 08:15:00','2026-05-13 08:30:00','2026-05-13','08:15:00','08:30:00',NULL),(1934,51,1716,'2026-05-14 08:15:00','2026-05-14 08:30:00','2026-05-14','08:15:00','08:30:00',NULL),(1935,51,1716,'2026-05-15 08:15:00','2026-05-15 08:30:00','2026-05-15','08:15:00','08:30:00',NULL),(1936,51,1716,'2026-05-18 08:15:00','2026-05-18 08:30:00','2026-05-18','08:15:00','08:30:00',NULL),(1937,51,1716,'2026-05-19 08:15:00','2026-05-19 08:30:00','2026-05-19','08:15:00','08:30:00',NULL),(1938,51,1716,'2026-05-20 08:15:00','2026-05-20 08:30:00','2026-05-20','08:15:00','08:30:00',NULL),(1939,51,1716,'2026-05-21 08:15:00','2026-05-21 08:30:00','2026-05-21','08:15:00','08:30:00',NULL),(1940,51,1716,'2026-05-22 08:15:00','2026-05-22 08:30:00','2026-05-22','08:15:00','08:30:00',NULL),(1941,51,1716,'2026-05-25 08:15:00','2026-05-25 08:30:00','2026-05-25','08:15:00','08:30:00',NULL),(1942,51,1716,'2026-05-26 08:15:00','2026-05-26 08:30:00','2026-05-26','08:15:00','08:30:00',NULL),(1943,51,1716,'2026-05-27 08:15:00','2026-05-27 08:30:00','2026-05-27','08:15:00','08:30:00',NULL),(1944,51,1716,'2026-05-28 08:15:00','2026-05-28 08:30:00','2026-05-28','08:15:00','08:30:00',NULL),(1945,51,1716,'2026-05-29 08:15:00','2026-05-29 08:30:00','2026-05-29','08:15:00','08:30:00',NULL),(1946,51,1716,'2026-06-01 08:15:00','2026-06-01 08:30:00','2026-06-01','08:15:00','08:30:00',NULL),(1947,51,1716,'2026-06-02 08:15:00','2026-06-02 08:30:00','2026-06-02','08:15:00','08:30:00',NULL),(1948,51,1716,'2026-06-03 08:15:00','2026-06-03 08:30:00','2026-06-03','08:15:00','08:30:00',NULL),(1949,51,1716,'2026-06-04 08:15:00','2026-06-04 08:30:00','2026-06-04','08:15:00','08:30:00',NULL),(1950,51,1716,'2026-06-05 08:15:00','2026-06-05 08:30:00','2026-06-05','08:15:00','08:30:00',NULL),(1951,51,1716,'2026-06-08 08:15:00','2026-06-08 08:30:00','2026-06-08','08:15:00','08:30:00',NULL),(1952,51,1716,'2026-06-09 08:15:00','2026-06-09 08:30:00','2026-06-09','08:15:00','08:30:00',NULL),(1953,51,1716,'2026-06-10 08:15:00','2026-06-10 08:30:00','2026-06-10','08:15:00','08:30:00',NULL),(1954,51,1716,'2026-06-11 08:15:00','2026-06-11 08:30:00','2026-06-11','08:15:00','08:30:00',NULL),(1955,51,1716,'2026-06-12 08:15:00','2026-06-12 08:30:00','2026-06-12','08:15:00','08:30:00',NULL),(1956,51,1716,'2026-06-15 08:15:00','2026-06-15 08:30:00','2026-06-15','08:15:00','08:30:00',NULL),(1957,51,1716,'2026-06-16 08:15:00','2026-06-16 08:30:00','2026-06-16','08:15:00','08:30:00',NULL),(1958,51,1716,'2026-06-17 08:15:00','2026-06-17 08:30:00','2026-06-17','08:15:00','08:30:00',NULL),(1959,51,1716,'2026-06-18 08:15:00','2026-06-18 08:30:00','2026-06-18','08:15:00','08:30:00',NULL),(1960,51,1716,'2026-06-19 08:15:00','2026-06-19 08:30:00','2026-06-19','08:15:00','08:30:00',NULL),(1961,51,1716,'2026-06-22 08:15:00','2026-06-22 08:30:00','2026-06-22','08:15:00','08:30:00',NULL),(1962,51,1716,'2026-06-23 08:15:00','2026-06-23 08:30:00','2026-06-23','08:15:00','08:30:00',NULL),(1963,51,1716,'2026-06-24 08:15:00','2026-06-24 08:30:00','2026-06-24','08:15:00','08:30:00',NULL),(1964,51,1716,'2026-06-25 08:15:00','2026-06-25 08:30:00','2026-06-25','08:15:00','08:30:00',NULL),(1965,51,1716,'2026-06-26 08:15:00','2026-06-26 08:30:00','2026-06-26','08:15:00','08:30:00',NULL),(1966,51,1716,'2026-06-29 08:15:00','2026-06-29 08:30:00','2026-06-29','08:15:00','08:30:00',NULL),(1967,51,1716,'2026-06-30 08:15:00','2026-06-30 08:30:00','2026-06-30','08:15:00','08:30:00',NULL),(1968,51,1716,'2026-07-01 08:15:00','2026-07-01 08:30:00','2026-07-01','08:15:00','08:30:00',NULL),(1969,51,1716,'2026-07-02 08:15:00','2026-07-02 08:30:00','2026-07-02','08:15:00','08:30:00',NULL),(1970,51,1716,'2026-07-03 08:15:00','2026-07-03 08:30:00','2026-07-03','08:15:00','08:30:00',NULL),(1971,51,1716,'2026-07-06 08:15:00','2026-07-06 08:30:00','2026-07-06','08:15:00','08:30:00',NULL),(1972,51,1716,'2026-07-07 08:15:00','2026-07-07 08:30:00','2026-07-07','08:15:00','08:30:00',NULL),(1973,51,1716,'2026-07-08 08:15:00','2026-07-08 08:30:00','2026-07-08','08:15:00','08:30:00',NULL),(1974,51,1716,'2026-07-09 08:15:00','2026-07-09 08:30:00','2026-07-09','08:15:00','08:30:00',NULL),(1975,51,1716,'2026-07-10 08:15:00','2026-07-10 08:30:00','2026-07-10','08:15:00','08:30:00',NULL),(1976,51,1716,'2026-07-13 08:15:00','2026-07-13 08:30:00','2026-07-13','08:15:00','08:30:00',NULL),(1977,51,1716,'2026-07-14 08:15:00','2026-07-14 08:30:00','2026-07-14','08:15:00','08:30:00',NULL),(1978,51,1716,'2026-07-15 08:15:00','2026-07-15 08:30:00','2026-07-15','08:15:00','08:30:00',NULL),(1979,51,1716,'2026-07-16 08:15:00','2026-07-16 08:30:00','2026-07-16','08:15:00','08:30:00',NULL),(1980,51,1716,'2026-07-17 08:15:00','2026-07-17 08:30:00','2026-07-17','08:15:00','08:30:00',NULL),(1981,51,1716,'2026-07-20 08:15:00','2026-07-20 08:30:00','2026-07-20','08:15:00','08:30:00',NULL),(1982,51,1716,'2026-07-21 08:15:00','2026-07-21 08:30:00','2026-07-21','08:15:00','08:30:00',NULL),(1983,51,1716,'2026-07-22 08:15:00','2026-07-22 08:30:00','2026-07-22','08:15:00','08:30:00',NULL),(1984,51,1716,'2026-07-23 08:15:00','2026-07-23 08:30:00','2026-07-23','08:15:00','08:30:00',NULL),(1985,51,1716,'2026-07-24 08:15:00','2026-07-24 08:30:00','2026-07-24','08:15:00','08:30:00',NULL),(1986,51,1716,'2026-07-27 08:15:00','2026-07-27 08:30:00','2026-07-27','08:15:00','08:30:00',NULL),(1987,51,1716,'2026-07-28 08:15:00','2026-07-28 08:30:00','2026-07-28','08:15:00','08:30:00',NULL),(1988,51,1716,'2026-07-29 08:15:00','2026-07-29 08:30:00','2026-07-29','08:15:00','08:30:00',NULL),(1989,51,1716,'2026-07-30 08:15:00','2026-07-30 08:30:00','2026-07-30','08:15:00','08:30:00',NULL),(1990,51,1716,'2026-07-31 08:15:00','2026-07-31 08:30:00','2026-07-31','08:15:00','08:30:00',NULL),(1991,51,1716,'2026-08-03 08:15:00','2026-08-03 08:30:00','2026-08-03','08:15:00','08:30:00',NULL),(1992,51,1716,'2026-08-04 08:15:00','2026-08-04 08:30:00','2026-08-04','08:15:00','08:30:00',NULL),(1993,51,1716,'2026-08-05 08:15:00','2026-08-05 08:30:00','2026-08-05','08:15:00','08:30:00',NULL),(1994,51,1716,'2026-08-06 08:15:00','2026-08-06 08:30:00','2026-08-06','08:15:00','08:30:00',NULL),(1995,51,1716,'2026-08-07 08:15:00','2026-08-07 08:30:00','2026-08-07','08:15:00','08:30:00',NULL),(1996,51,1716,'2026-08-10 08:15:00','2026-08-10 08:30:00','2026-08-10','08:15:00','08:30:00',NULL),(1997,51,1716,'2026-08-11 08:15:00','2026-08-11 08:30:00','2026-08-11','08:15:00','08:30:00',NULL),(1998,51,1716,'2026-08-12 08:15:00','2026-08-12 08:30:00','2026-08-12','08:15:00','08:30:00',NULL),(1999,51,1716,'2026-08-13 08:15:00','2026-08-13 08:30:00','2026-08-13','08:15:00','08:30:00',NULL),(2000,51,1716,'2026-08-14 08:15:00','2026-08-14 08:30:00','2026-08-14','08:15:00','08:30:00',NULL),(2001,51,1716,'2026-08-17 08:15:00','2026-08-17 08:30:00','2026-08-17','08:15:00','08:30:00',NULL),(2002,51,1716,'2026-08-18 08:15:00','2026-08-18 08:30:00','2026-08-18','08:15:00','08:30:00',NULL),(2003,51,1716,'2026-08-19 08:15:00','2026-08-19 08:30:00','2026-08-19','08:15:00','08:30:00',NULL),(2004,51,1716,'2026-08-20 08:15:00','2026-08-20 08:30:00','2026-08-20','08:15:00','08:30:00',NULL),(2005,51,1716,'2026-08-21 08:15:00','2026-08-21 08:30:00','2026-08-21','08:15:00','08:30:00',NULL),(2006,51,1716,'2026-08-24 08:15:00','2026-08-24 08:30:00','2026-08-24','08:15:00','08:30:00',NULL),(2007,51,1716,'2026-08-25 08:15:00','2026-08-25 08:30:00','2026-08-25','08:15:00','08:30:00',NULL),(2008,51,1716,'2026-08-26 08:15:00','2026-08-26 08:30:00','2026-08-26','08:15:00','08:30:00',NULL),(2009,51,1716,'2026-08-27 08:15:00','2026-08-27 08:30:00','2026-08-27','08:15:00','08:30:00',NULL),(2010,51,1716,'2026-08-28 08:15:00','2026-08-28 08:30:00','2026-08-28','08:15:00','08:30:00',NULL),(2011,51,1716,'2026-08-31 08:15:00','2026-08-31 08:30:00','2026-08-31','08:15:00','08:30:00',NULL),(2012,51,1716,'2026-09-01 08:15:00','2026-09-01 08:30:00','2026-09-01','08:15:00','08:30:00',NULL),(2013,51,1716,'2026-09-02 08:15:00','2026-09-02 08:30:00','2026-09-02','08:15:00','08:30:00',NULL),(2014,51,1716,'2026-09-03 08:15:00','2026-09-03 08:30:00','2026-09-03','08:15:00','08:30:00',NULL),(2015,51,1716,'2026-09-04 08:15:00','2026-09-04 08:30:00','2026-09-04','08:15:00','08:30:00',NULL),(2016,51,1716,'2026-09-07 08:15:00','2026-09-07 08:30:00','2026-09-07','08:15:00','08:30:00',NULL),(2017,51,1716,'2026-09-08 08:15:00','2026-09-08 08:30:00','2026-09-08','08:15:00','08:30:00',NULL),(2018,51,1716,'2026-09-09 08:15:00','2026-09-09 08:30:00','2026-09-09','08:15:00','08:30:00',NULL),(2019,51,1716,'2026-09-10 08:15:00','2026-09-10 08:30:00','2026-09-10','08:15:00','08:30:00',NULL),(2020,51,1716,'2026-09-11 08:15:00','2026-09-11 08:30:00','2026-09-11','08:15:00','08:30:00',NULL),(2021,51,1716,'2026-09-14 08:15:00','2026-09-14 08:30:00','2026-09-14','08:15:00','08:30:00',NULL),(2022,51,1716,'2026-09-15 08:15:00','2026-09-15 08:30:00','2026-09-15','08:15:00','08:30:00',NULL),(2023,51,1716,'2026-09-16 08:15:00','2026-09-16 08:30:00','2026-09-16','08:15:00','08:30:00',NULL),(2024,51,1716,'2026-09-17 08:15:00','2026-09-17 08:30:00','2026-09-17','08:15:00','08:30:00',NULL),(2025,51,1716,'2026-09-18 08:15:00','2026-09-18 08:30:00','2026-09-18','08:15:00','08:30:00',NULL),(2026,51,1716,'2026-09-21 08:15:00','2026-09-21 08:30:00','2026-09-21','08:15:00','08:30:00',NULL),(2027,51,1716,'2026-09-22 08:15:00','2026-09-22 08:30:00','2026-09-22','08:15:00','08:30:00',NULL),(2028,51,1716,'2026-09-23 08:15:00','2026-09-23 08:30:00','2026-09-23','08:15:00','08:30:00',NULL),(2029,51,1716,'2026-09-24 08:15:00','2026-09-24 08:30:00','2026-09-24','08:15:00','08:30:00',NULL),(2030,51,1716,'2026-09-25 08:15:00','2026-09-25 08:30:00','2026-09-25','08:15:00','08:30:00',NULL),(2031,51,1716,'2026-09-28 08:15:00','2026-09-28 08:30:00','2026-09-28','08:15:00','08:30:00',NULL),(2032,51,1716,'2026-09-29 08:15:00','2026-09-29 08:30:00','2026-09-29','08:15:00','08:30:00',NULL),(2033,51,1716,'2026-09-30 08:15:00','2026-09-30 08:30:00','2026-09-30','08:15:00','08:30:00',NULL),(2034,51,1716,'2026-10-01 08:15:00','2026-10-01 08:30:00','2026-10-01','08:15:00','08:30:00',NULL),(2035,51,1716,'2026-10-02 08:15:00','2026-10-02 08:30:00','2026-10-02','08:15:00','08:30:00',NULL),(2036,51,1716,'2026-10-05 08:15:00','2026-10-05 08:30:00','2026-10-05','08:15:00','08:30:00',NULL),(2037,51,1716,'2026-10-06 08:15:00','2026-10-06 08:30:00','2026-10-06','08:15:00','08:30:00',NULL),(2038,51,1716,'2026-10-07 08:15:00','2026-10-07 08:30:00','2026-10-07','08:15:00','08:30:00',NULL),(2039,51,1716,'2026-10-08 08:15:00','2026-10-08 08:30:00','2026-10-08','08:15:00','08:30:00',NULL),(2040,51,1716,'2026-10-09 08:15:00','2026-10-09 08:30:00','2026-10-09','08:15:00','08:30:00',NULL),(2041,51,1716,'2026-10-12 08:15:00','2026-10-12 08:30:00','2026-10-12','08:15:00','08:30:00',NULL),(2042,51,1716,'2026-10-13 08:15:00','2026-10-13 08:30:00','2026-10-13','08:15:00','08:30:00',NULL),(2043,51,1716,'2026-10-14 08:15:00','2026-10-14 08:30:00','2026-10-14','08:15:00','08:30:00',NULL),(2044,51,1716,'2026-10-15 08:15:00','2026-10-15 08:30:00','2026-10-15','08:15:00','08:30:00',NULL),(2045,51,1716,'2026-10-16 08:15:00','2026-10-16 08:30:00','2026-10-16','08:15:00','08:30:00',NULL),(2046,51,1716,'2026-10-19 08:15:00','2026-10-19 08:30:00','2026-10-19','08:15:00','08:30:00',NULL),(2047,51,1716,'2026-10-20 08:15:00','2026-10-20 08:30:00','2026-10-20','08:15:00','08:30:00',NULL),(2048,51,1716,'2026-10-21 08:15:00','2026-10-21 08:30:00','2026-10-21','08:15:00','08:30:00',NULL),(2049,51,1716,'2026-10-22 08:15:00','2026-10-22 08:30:00','2026-10-22','08:15:00','08:30:00',NULL),(2050,51,1716,'2026-10-23 08:15:00','2026-10-23 08:30:00','2026-10-23','08:15:00','08:30:00',NULL),(2051,51,1716,'2026-10-26 08:15:00','2026-10-26 08:30:00','2026-10-26','08:15:00','08:30:00',NULL),(2052,51,1716,'2026-10-27 08:15:00','2026-10-27 08:30:00','2026-10-27','08:15:00','08:30:00',NULL),(2053,51,1716,'2026-10-28 08:15:00','2026-10-28 08:30:00','2026-10-28','08:15:00','08:30:00',NULL),(2054,51,1716,'2026-10-29 08:15:00','2026-10-29 08:30:00','2026-10-29','08:15:00','08:30:00',NULL),(2055,51,1716,'2026-10-30 08:15:00','2026-10-30 08:30:00','2026-10-30','08:15:00','08:30:00',NULL),(2056,51,1716,'2026-11-02 08:15:00','2026-11-02 08:30:00','2026-11-02','08:15:00','08:30:00',NULL),(2057,51,1716,'2026-11-03 08:15:00','2026-11-03 08:30:00','2026-11-03','08:15:00','08:30:00',NULL),(2058,51,1716,'2026-11-04 08:15:00','2026-11-04 08:30:00','2026-11-04','08:15:00','08:30:00',NULL),(2059,51,1716,'2026-11-05 08:15:00','2026-11-05 08:30:00','2026-11-05','08:15:00','08:30:00',NULL),(2060,51,1716,'2026-11-06 08:15:00','2026-11-06 08:30:00','2026-11-06','08:15:00','08:30:00',NULL),(2061,51,1716,'2026-11-09 08:15:00','2026-11-09 08:30:00','2026-11-09','08:15:00','08:30:00',NULL),(2062,51,1716,'2026-11-10 08:15:00','2026-11-10 08:30:00','2026-11-10','08:15:00','08:30:00',NULL),(2063,51,1716,'2026-11-11 08:15:00','2026-11-11 08:30:00','2026-11-11','08:15:00','08:30:00',NULL),(2064,51,1716,'2026-11-12 08:15:00','2026-11-12 08:30:00','2026-11-12','08:15:00','08:30:00',NULL),(2065,51,1716,'2026-11-13 08:15:00','2026-11-13 08:30:00','2026-11-13','08:15:00','08:30:00',NULL),(2066,51,1716,'2026-11-16 08:15:00','2026-11-16 08:30:00','2026-11-16','08:15:00','08:30:00',NULL),(2067,51,1716,'2026-11-17 08:15:00','2026-11-17 08:30:00','2026-11-17','08:15:00','08:30:00',NULL),(2068,51,1716,'2026-11-18 08:15:00','2026-11-18 08:30:00','2026-11-18','08:15:00','08:30:00',NULL),(2069,51,1716,'2026-11-19 08:15:00','2026-11-19 08:30:00','2026-11-19','08:15:00','08:30:00',NULL),(2070,51,1716,'2026-11-20 08:15:00','2026-11-20 08:30:00','2026-11-20','08:15:00','08:30:00',NULL),(2071,51,1716,'2026-11-23 08:15:00','2026-11-23 08:30:00','2026-11-23','08:15:00','08:30:00',NULL),(2072,51,1716,'2026-11-24 08:15:00','2026-11-24 08:30:00','2026-11-24','08:15:00','08:30:00',NULL),(2073,51,1716,'2026-11-25 08:15:00','2026-11-25 08:30:00','2026-11-25','08:15:00','08:30:00',NULL),(2074,51,1716,'2026-11-26 08:15:00','2026-11-26 08:30:00','2026-11-26','08:15:00','08:30:00',NULL),(2075,51,1716,'2026-11-27 08:15:00','2026-11-27 08:30:00','2026-11-27','08:15:00','08:30:00',NULL),(2076,51,1716,'2026-11-30 08:15:00','2026-11-30 08:30:00','2026-11-30','08:15:00','08:30:00',NULL),(2077,51,1716,'2026-12-01 08:15:00','2026-12-01 08:30:00','2026-12-01','08:15:00','08:30:00',NULL),(2078,51,1716,'2026-12-02 08:15:00','2026-12-02 08:30:00','2026-12-02','08:15:00','08:30:00',NULL),(2079,51,1716,'2026-12-03 08:15:00','2026-12-03 08:30:00','2026-12-03','08:15:00','08:30:00',NULL),(2080,51,1716,'2026-12-04 08:15:00','2026-12-04 08:30:00','2026-12-04','08:15:00','08:30:00',NULL),(2081,51,1716,'2026-12-07 08:15:00','2026-12-07 08:30:00','2026-12-07','08:15:00','08:30:00',NULL),(2082,51,1716,'2026-12-08 08:15:00','2026-12-08 08:30:00','2026-12-08','08:15:00','08:30:00',NULL),(2083,51,1716,'2026-12-09 08:15:00','2026-12-09 08:30:00','2026-12-09','08:15:00','08:30:00',NULL),(2084,51,1716,'2026-12-10 08:15:00','2026-12-10 08:30:00','2026-12-10','08:15:00','08:30:00',NULL),(2085,51,1716,'2026-12-11 08:15:00','2026-12-11 08:30:00','2026-12-11','08:15:00','08:30:00',NULL),(2086,51,1716,'2026-12-14 08:15:00','2026-12-14 08:30:00','2026-12-14','08:15:00','08:30:00',NULL),(2087,51,1716,'2026-12-15 08:15:00','2026-12-15 08:30:00','2026-12-15','08:15:00','08:30:00',NULL),(2088,51,1716,'2026-12-16 08:15:00','2026-12-16 08:30:00','2026-12-16','08:15:00','08:30:00',NULL),(2089,51,1716,'2026-12-17 08:15:00','2026-12-17 08:30:00','2026-12-17','08:15:00','08:30:00',NULL),(2090,51,1716,'2026-12-18 08:15:00','2026-12-18 08:30:00','2026-12-18','08:15:00','08:30:00',NULL),(2091,51,1716,'2026-12-21 08:15:00','2026-12-21 08:30:00','2026-12-21','08:15:00','08:30:00',NULL),(2092,51,1716,'2026-12-22 08:15:00','2026-12-22 08:30:00','2026-12-22','08:15:00','08:30:00',NULL),(2093,51,1716,'2026-12-23 08:15:00','2026-12-23 08:30:00','2026-12-23','08:15:00','08:30:00',NULL),(2094,51,1716,'2026-12-24 08:15:00','2026-12-24 08:30:00','2026-12-24','08:15:00','08:30:00',NULL),(2095,51,1716,'2026-12-25 08:15:00','2026-12-25 08:30:00','2026-12-25','08:15:00','08:30:00',NULL),(2096,51,1716,'2026-12-28 08:15:00','2026-12-28 08:30:00','2026-12-28','08:15:00','08:30:00',NULL),(2097,51,1716,'2026-12-29 08:15:00','2026-12-29 08:30:00','2026-12-29','08:15:00','08:30:00',NULL),(2098,51,1716,'2026-12-30 08:15:00','2026-12-30 08:30:00','2026-12-30','08:15:00','08:30:00',NULL),(2099,51,1716,'2026-12-31 08:15:00','2026-12-31 08:30:00','2026-12-31','08:15:00','08:30:00',NULL),(2100,51,1716,'2027-01-01 08:15:00','2027-01-01 08:30:00','2027-01-01','08:15:00','08:30:00',NULL),(2101,51,1716,'2027-01-04 08:15:00','2027-01-04 08:30:00','2027-01-04','08:15:00','08:30:00',NULL),(2102,51,1716,'2027-01-05 08:15:00','2027-01-05 08:30:00','2027-01-05','08:15:00','08:30:00',NULL),(2103,51,1716,'2027-01-06 08:15:00','2027-01-06 08:30:00','2027-01-06','08:15:00','08:30:00',NULL),(2104,51,1716,'2027-01-07 08:15:00','2027-01-07 08:30:00','2027-01-07','08:15:00','08:30:00',NULL),(2105,51,1716,'2027-01-08 08:15:00','2027-01-08 08:30:00','2027-01-08','08:15:00','08:30:00',NULL),(2106,51,1716,'2027-01-11 08:15:00','2027-01-11 08:30:00','2027-01-11','08:15:00','08:30:00',NULL),(2107,51,1716,'2027-01-12 08:15:00','2027-01-12 08:30:00','2027-01-12','08:15:00','08:30:00',NULL),(2108,51,1716,'2027-01-13 08:15:00','2027-01-13 08:30:00','2027-01-13','08:15:00','08:30:00',NULL),(2109,51,1716,'2027-01-14 08:15:00','2027-01-14 08:30:00','2027-01-14','08:15:00','08:30:00',NULL),(2110,51,1716,'2027-01-15 08:15:00','2027-01-15 08:30:00','2027-01-15','08:15:00','08:30:00',NULL),(2111,51,1716,'2027-01-18 08:15:00','2027-01-18 08:30:00','2027-01-18','08:15:00','08:30:00',NULL),(2112,51,1716,'2027-01-19 08:15:00','2027-01-19 08:30:00','2027-01-19','08:15:00','08:30:00',NULL),(2113,51,1716,'2027-01-20 08:15:00','2027-01-20 08:30:00','2027-01-20','08:15:00','08:30:00',NULL),(2114,51,1716,'2027-01-21 08:15:00','2027-01-21 08:30:00','2027-01-21','08:15:00','08:30:00',NULL),(2115,51,1716,'2027-01-22 08:15:00','2027-01-22 08:30:00','2027-01-22','08:15:00','08:30:00',NULL),(2116,51,1716,'2027-01-25 08:15:00','2027-01-25 08:30:00','2027-01-25','08:15:00','08:30:00',NULL),(2117,51,1716,'2027-01-26 08:15:00','2027-01-26 08:30:00','2027-01-26','08:15:00','08:30:00',NULL),(2118,51,1716,'2027-01-27 08:15:00','2027-01-27 08:30:00','2027-01-27','08:15:00','08:30:00',NULL),(2119,51,1716,'2027-01-28 08:15:00','2027-01-28 08:30:00','2027-01-28','08:15:00','08:30:00',NULL),(2120,51,1716,'2027-01-29 08:15:00','2027-01-29 08:30:00','2027-01-29','08:15:00','08:30:00',NULL),(2121,51,1716,'2027-02-01 08:15:00','2027-02-01 08:30:00','2027-02-01','08:15:00','08:30:00',NULL),(2122,51,1716,'2027-02-02 08:15:00','2027-02-02 08:30:00','2027-02-02','08:15:00','08:30:00',NULL),(2123,51,1716,'2027-02-03 08:15:00','2027-02-03 08:30:00','2027-02-03','08:15:00','08:30:00',NULL),(2124,51,1716,'2027-02-04 08:15:00','2027-02-04 08:30:00','2027-02-04','08:15:00','08:30:00',NULL),(2125,51,1716,'2027-02-05 08:15:00','2027-02-05 08:30:00','2027-02-05','08:15:00','08:30:00',NULL),(2126,51,1716,'2027-02-08 08:15:00','2027-02-08 08:30:00','2027-02-08','08:15:00','08:30:00',NULL),(2127,51,1716,'2027-02-09 08:15:00','2027-02-09 08:30:00','2027-02-09','08:15:00','08:30:00',NULL),(2128,51,1716,'2027-02-10 08:15:00','2027-02-10 08:30:00','2027-02-10','08:15:00','08:30:00',NULL),(2129,51,1716,'2027-02-11 08:15:00','2027-02-11 08:30:00','2027-02-11','08:15:00','08:30:00',NULL),(2130,51,1716,'2027-02-12 08:15:00','2027-02-12 08:30:00','2027-02-12','08:15:00','08:30:00',NULL),(2131,51,1716,'2027-02-15 08:15:00','2027-02-15 08:30:00','2027-02-15','08:15:00','08:30:00',NULL),(2132,51,1716,'2027-02-16 08:15:00','2027-02-16 08:30:00','2027-02-16','08:15:00','08:30:00',NULL),(2133,51,1716,'2027-02-17 08:15:00','2027-02-17 08:30:00','2027-02-17','08:15:00','08:30:00',NULL),(2134,51,1716,'2027-02-18 08:15:00','2027-02-18 08:30:00','2027-02-18','08:15:00','08:30:00',NULL),(2135,51,1716,'2027-02-19 08:15:00','2027-02-19 08:30:00','2027-02-19','08:15:00','08:30:00',NULL),(2136,51,1716,'2027-02-22 08:15:00','2027-02-22 08:30:00','2027-02-22','08:15:00','08:30:00',NULL),(2137,51,1716,'2027-02-23 08:15:00','2027-02-23 08:30:00','2027-02-23','08:15:00','08:30:00',NULL),(2138,51,1716,'2027-02-24 08:15:00','2027-02-24 08:30:00','2027-02-24','08:15:00','08:30:00',NULL),(2139,51,1716,'2027-02-25 08:15:00','2027-02-25 08:30:00','2027-02-25','08:15:00','08:30:00',NULL),(2140,51,1716,'2027-02-26 08:15:00','2027-02-26 08:30:00','2027-02-26','08:15:00','08:30:00',NULL),(2141,51,1716,'2027-03-01 08:15:00','2027-03-01 08:30:00','2027-03-01','08:15:00','08:30:00',NULL),(2142,51,1716,'2027-03-02 08:15:00','2027-03-02 08:30:00','2027-03-02','08:15:00','08:30:00',NULL),(2143,51,1716,'2027-03-03 08:15:00','2027-03-03 08:30:00','2027-03-03','08:15:00','08:30:00',NULL),(2144,51,1716,'2027-03-04 08:15:00','2027-03-04 08:30:00','2027-03-04','08:15:00','08:30:00',NULL),(2145,51,1716,'2027-03-05 08:15:00','2027-03-05 08:30:00','2027-03-05','08:15:00','08:30:00',NULL),(2146,51,1716,'2027-03-08 08:15:00','2027-03-08 08:30:00','2027-03-08','08:15:00','08:30:00',NULL),(2147,51,1716,'2027-03-09 08:15:00','2027-03-09 08:30:00','2027-03-09','08:15:00','08:30:00',NULL),(2148,51,1716,'2027-03-10 08:15:00','2027-03-10 08:30:00','2027-03-10','08:15:00','08:30:00',NULL),(2149,51,1716,'2027-03-11 08:15:00','2027-03-11 08:30:00','2027-03-11','08:15:00','08:30:00',NULL),(2150,51,1716,'2027-03-12 08:15:00','2027-03-12 08:30:00','2027-03-12','08:15:00','08:30:00',NULL),(2151,51,1716,'2027-03-15 08:15:00','2027-03-15 08:30:00','2027-03-15','08:15:00','08:30:00',NULL),(2152,51,1716,'2027-03-16 08:15:00','2027-03-16 08:30:00','2027-03-16','08:15:00','08:30:00',NULL),(2153,51,1716,'2027-03-17 08:15:00','2027-03-17 08:30:00','2027-03-17','08:15:00','08:30:00',NULL),(2154,51,1716,'2027-03-18 08:15:00','2027-03-18 08:30:00','2027-03-18','08:15:00','08:30:00',NULL),(2155,51,1716,'2027-03-19 08:15:00','2027-03-19 08:30:00','2027-03-19','08:15:00','08:30:00',NULL),(2156,51,1716,'2027-03-22 08:15:00','2027-03-22 08:30:00','2027-03-22','08:15:00','08:30:00',NULL),(2157,51,1716,'2027-03-23 08:15:00','2027-03-23 08:30:00','2027-03-23','08:15:00','08:30:00',NULL),(2158,51,1716,'2027-03-24 08:15:00','2027-03-24 08:30:00','2027-03-24','08:15:00','08:30:00',NULL),(2159,51,1716,'2027-03-25 08:15:00','2027-03-25 08:30:00','2027-03-25','08:15:00','08:30:00',NULL),(2160,51,1716,'2027-03-26 08:15:00','2027-03-26 08:30:00','2027-03-26','08:15:00','08:30:00',NULL),(2161,51,1716,'2027-03-29 08:15:00','2027-03-29 08:30:00','2027-03-29','08:15:00','08:30:00',NULL),(2162,51,1716,'2027-03-30 08:15:00','2027-03-30 08:30:00','2027-03-30','08:15:00','08:30:00',NULL),(2163,51,1716,'2027-03-31 08:15:00','2027-03-31 08:30:00','2027-03-31','08:15:00','08:30:00',NULL),(2164,51,1716,'2027-04-01 08:15:00','2027-04-01 08:30:00','2027-04-01','08:15:00','08:30:00',NULL),(2165,51,1716,'2027-04-02 08:15:00','2027-04-02 08:30:00','2027-04-02','08:15:00','08:30:00',NULL),(2166,51,1716,'2027-04-05 08:15:00','2027-04-05 08:30:00','2027-04-05','08:15:00','08:30:00',NULL),(2167,51,1716,'2027-04-06 08:15:00','2027-04-06 08:30:00','2027-04-06','08:15:00','08:30:00',NULL),(2168,51,1716,'2027-04-07 08:15:00','2027-04-07 08:30:00','2027-04-07','08:15:00','08:30:00',NULL),(2169,51,1716,'2027-04-08 08:15:00','2027-04-08 08:30:00','2027-04-08','08:15:00','08:30:00',NULL),(2170,51,1716,'2027-04-09 08:15:00','2027-04-09 08:30:00','2027-04-09','08:15:00','08:30:00',NULL),(2171,51,1716,'2027-04-12 08:15:00','2027-04-12 08:30:00','2027-04-12','08:15:00','08:30:00',NULL),(2172,51,1716,'2027-04-13 08:15:00','2027-04-13 08:30:00','2027-04-13','08:15:00','08:30:00',NULL),(2173,51,1716,'2027-04-14 08:15:00','2027-04-14 08:30:00','2027-04-14','08:15:00','08:30:00',NULL),(2174,51,1716,'2027-04-15 08:15:00','2027-04-15 08:30:00','2027-04-15','08:15:00','08:30:00',NULL),(2175,51,1716,'2027-04-16 08:15:00','2027-04-16 08:30:00','2027-04-16','08:15:00','08:30:00',NULL),(2176,51,1716,'2027-04-19 08:15:00','2027-04-19 08:30:00','2027-04-19','08:15:00','08:30:00',NULL),(2177,51,1716,'2027-04-20 08:15:00','2027-04-20 08:30:00','2027-04-20','08:15:00','08:30:00',NULL),(2178,51,1716,'2027-04-21 08:15:00','2027-04-21 08:30:00','2027-04-21','08:15:00','08:30:00',NULL),(2179,51,1716,'2027-04-22 08:15:00','2027-04-22 08:30:00','2027-04-22','08:15:00','08:30:00',NULL),(2180,51,1716,'2027-04-23 08:15:00','2027-04-23 08:30:00','2027-04-23','08:15:00','08:30:00',NULL),(2181,51,1716,'2027-04-26 08:15:00','2027-04-26 08:30:00','2027-04-26','08:15:00','08:30:00',NULL),(2182,51,1716,'2027-04-27 08:15:00','2027-04-27 08:30:00','2027-04-27','08:15:00','08:30:00',NULL),(2183,51,1716,'2027-04-28 08:15:00','2027-04-28 08:30:00','2027-04-28','08:15:00','08:30:00',NULL),(2184,51,1716,'2027-04-29 08:15:00','2027-04-29 08:30:00','2027-04-29','08:15:00','08:30:00',NULL),(2185,51,1716,'2027-04-30 08:15:00','2027-04-30 08:30:00','2027-04-30','08:15:00','08:30:00',NULL),(2186,51,1716,'2027-05-03 08:15:00','2027-05-03 08:30:00','2027-05-03','08:15:00','08:30:00',NULL),(2187,51,1716,'2027-05-04 08:15:00','2027-05-04 08:30:00','2027-05-04','08:15:00','08:30:00',NULL),(2188,51,1716,'2027-05-05 08:15:00','2027-05-05 08:30:00','2027-05-05','08:15:00','08:30:00',NULL),(2189,51,1716,'2027-05-06 08:15:00','2027-05-06 08:30:00','2027-05-06','08:15:00','08:30:00',NULL),(2190,51,1716,'2027-05-07 08:15:00','2027-05-07 08:30:00','2027-05-07','08:15:00','08:30:00',NULL),(2191,51,1716,'2027-05-10 08:15:00','2027-05-10 08:30:00','2027-05-10','08:15:00','08:30:00',NULL),(2192,51,1716,'2027-05-11 08:15:00','2027-05-11 08:30:00','2027-05-11','08:15:00','08:30:00',NULL),(2193,51,1716,'2027-05-12 08:15:00','2027-05-12 08:30:00','2027-05-12','08:15:00','08:30:00',NULL),(2194,51,1716,'2027-05-13 08:15:00','2027-05-13 08:30:00','2027-05-13','08:15:00','08:30:00',NULL),(2195,51,1716,'2027-05-14 08:15:00','2027-05-14 08:30:00','2027-05-14','08:15:00','08:30:00',NULL),(2196,51,1716,'2027-05-17 08:15:00','2027-05-17 08:30:00','2027-05-17','08:15:00','08:30:00',NULL),(2197,51,1716,'2027-05-18 08:15:00','2027-05-18 08:30:00','2027-05-18','08:15:00','08:30:00',NULL),(2198,51,1716,'2027-05-19 08:15:00','2027-05-19 08:30:00','2027-05-19','08:15:00','08:30:00',NULL),(2199,51,1716,'2027-05-20 08:15:00','2027-05-20 08:30:00','2027-05-20','08:15:00','08:30:00',NULL),(2200,51,1716,'2027-05-21 08:15:00','2027-05-21 08:30:00','2027-05-21','08:15:00','08:30:00',NULL),(2201,51,1716,'2027-05-24 08:15:00','2027-05-24 08:30:00','2027-05-24','08:15:00','08:30:00',NULL),(2202,51,1716,'2027-05-25 08:15:00','2027-05-25 08:30:00','2027-05-25','08:15:00','08:30:00',NULL),(2203,51,1716,'2027-05-26 08:15:00','2027-05-26 08:30:00','2027-05-26','08:15:00','08:30:00',NULL),(2204,51,1716,'2027-05-27 08:15:00','2027-05-27 08:30:00','2027-05-27','08:15:00','08:30:00',NULL),(2205,51,1716,'2027-05-28 08:15:00','2027-05-28 08:30:00','2027-05-28','08:15:00','08:30:00',NULL),(2206,51,1716,'2027-05-31 08:15:00','2027-05-31 08:30:00','2027-05-31','08:15:00','08:30:00',NULL),(2207,51,1716,'2027-06-01 08:15:00','2027-06-01 08:30:00','2027-06-01','08:15:00','08:30:00',NULL),(2208,51,1716,'2027-06-02 08:15:00','2027-06-02 08:30:00','2027-06-02','08:15:00','08:30:00',NULL),(2209,51,1716,'2027-06-03 08:15:00','2027-06-03 08:30:00','2027-06-03','08:15:00','08:30:00',NULL),(2210,51,1716,'2027-06-04 08:15:00','2027-06-04 08:30:00','2027-06-04','08:15:00','08:30:00',NULL),(2211,51,1716,'2027-06-07 08:15:00','2027-06-07 08:30:00','2027-06-07','08:15:00','08:30:00',NULL),(2212,51,1716,'2027-06-08 08:15:00','2027-06-08 08:30:00','2027-06-08','08:15:00','08:30:00',NULL),(2213,51,1716,'2027-06-09 08:15:00','2027-06-09 08:30:00','2027-06-09','08:15:00','08:30:00',NULL),(2214,51,1716,'2027-06-10 08:15:00','2027-06-10 08:30:00','2027-06-10','08:15:00','08:30:00',NULL),(2215,51,1716,'2027-06-11 08:15:00','2027-06-11 08:30:00','2027-06-11','08:15:00','08:30:00',NULL),(2216,51,1716,'2027-06-14 08:15:00','2027-06-14 08:30:00','2027-06-14','08:15:00','08:30:00',NULL),(2217,51,1716,'2027-06-15 08:15:00','2027-06-15 08:30:00','2027-06-15','08:15:00','08:30:00',NULL),(2218,51,1716,'2027-06-16 08:15:00','2027-06-16 08:30:00','2027-06-16','08:15:00','08:30:00',NULL),(2219,51,1716,'2027-06-17 08:15:00','2027-06-17 08:30:00','2027-06-17','08:15:00','08:30:00',NULL),(2220,51,1716,'2027-06-18 08:15:00','2027-06-18 08:30:00','2027-06-18','08:15:00','08:30:00',NULL),(2221,51,1716,'2027-06-21 08:15:00','2027-06-21 08:30:00','2027-06-21','08:15:00','08:30:00',NULL),(2222,51,1716,'2027-06-22 08:15:00','2027-06-22 08:30:00','2027-06-22','08:15:00','08:30:00',NULL),(2223,51,1716,'2027-06-23 08:15:00','2027-06-23 08:30:00','2027-06-23','08:15:00','08:30:00',NULL),(2224,51,1716,'2027-06-24 08:15:00','2027-06-24 08:30:00','2027-06-24','08:15:00','08:30:00',NULL),(2225,51,1716,'2027-06-25 08:15:00','2027-06-25 08:30:00','2027-06-25','08:15:00','08:30:00',NULL),(2226,51,1716,'2027-06-28 08:15:00','2027-06-28 08:30:00','2027-06-28','08:15:00','08:30:00',NULL),(2227,51,1716,'2027-06-29 08:15:00','2027-06-29 08:30:00','2027-06-29','08:15:00','08:30:00',NULL),(2228,51,1716,'2027-06-30 08:15:00','2027-06-30 08:30:00','2027-06-30','08:15:00','08:30:00',NULL),(2229,51,1716,'2027-07-01 08:15:00','2027-07-01 08:30:00','2027-07-01','08:15:00','08:30:00',NULL),(2230,51,1716,'2027-07-02 08:15:00','2027-07-02 08:30:00','2027-07-02','08:15:00','08:30:00',NULL),(2231,51,1716,'2027-07-05 08:15:00','2027-07-05 08:30:00','2027-07-05','08:15:00','08:30:00',NULL),(2232,51,1716,'2027-07-06 08:15:00','2027-07-06 08:30:00','2027-07-06','08:15:00','08:30:00',NULL),(2233,51,1716,'2027-07-07 08:15:00','2027-07-07 08:30:00','2027-07-07','08:15:00','08:30:00',NULL),(2234,51,1716,'2027-07-08 08:15:00','2027-07-08 08:30:00','2027-07-08','08:15:00','08:30:00',NULL),(2235,51,1716,'2027-07-09 08:15:00','2027-07-09 08:30:00','2027-07-09','08:15:00','08:30:00',NULL),(2236,51,1716,'2027-07-12 08:15:00','2027-07-12 08:30:00','2027-07-12','08:15:00','08:30:00',NULL),(2237,51,1716,'2027-07-13 08:15:00','2027-07-13 08:30:00','2027-07-13','08:15:00','08:30:00',NULL),(2238,51,1716,'2027-07-14 08:15:00','2027-07-14 08:30:00','2027-07-14','08:15:00','08:30:00',NULL),(2239,51,1716,'2027-07-15 08:15:00','2027-07-15 08:30:00','2027-07-15','08:15:00','08:30:00',NULL),(2240,51,1716,'2027-07-16 08:15:00','2027-07-16 08:30:00','2027-07-16','08:15:00','08:30:00',NULL),(2241,51,1716,'2027-07-19 08:15:00','2027-07-19 08:30:00','2027-07-19','08:15:00','08:30:00',NULL),(2242,51,1716,'2027-07-20 08:15:00','2027-07-20 08:30:00','2027-07-20','08:15:00','08:30:00',NULL),(2243,51,1716,'2027-07-21 08:15:00','2027-07-21 08:30:00','2027-07-21','08:15:00','08:30:00',NULL),(2244,51,1716,'2027-07-22 08:15:00','2027-07-22 08:30:00','2027-07-22','08:15:00','08:30:00',NULL),(2245,51,1716,'2027-07-23 08:15:00','2027-07-23 08:30:00','2027-07-23','08:15:00','08:30:00',NULL),(2246,51,1716,'2027-07-26 08:15:00','2027-07-26 08:30:00','2027-07-26','08:15:00','08:30:00',NULL),(2247,51,1716,'2027-07-27 08:15:00','2027-07-27 08:30:00','2027-07-27','08:15:00','08:30:00',NULL),(2248,51,1716,'2027-07-28 08:15:00','2027-07-28 08:30:00','2027-07-28','08:15:00','08:30:00',NULL),(2249,51,1716,'2027-07-29 08:15:00','2027-07-29 08:30:00','2027-07-29','08:15:00','08:30:00',NULL),(2250,51,1716,'2027-07-30 08:15:00','2027-07-30 08:30:00','2027-07-30','08:15:00','08:30:00',NULL),(2251,51,1716,'2027-08-02 08:15:00','2027-08-02 08:30:00','2027-08-02','08:15:00','08:30:00',NULL),(2252,51,1716,'2027-08-03 08:15:00','2027-08-03 08:30:00','2027-08-03','08:15:00','08:30:00',NULL),(2253,51,1716,'2027-08-04 08:15:00','2027-08-04 08:30:00','2027-08-04','08:15:00','08:30:00',NULL),(2254,51,1716,'2027-08-05 08:15:00','2027-08-05 08:30:00','2027-08-05','08:15:00','08:30:00',NULL),(2255,51,1716,'2027-08-06 08:15:00','2027-08-06 08:30:00','2027-08-06','08:15:00','08:30:00',NULL),(2256,51,1716,'2027-08-09 08:15:00','2027-08-09 08:30:00','2027-08-09','08:15:00','08:30:00',NULL),(2257,51,1716,'2027-08-10 08:15:00','2027-08-10 08:30:00','2027-08-10','08:15:00','08:30:00',NULL),(2258,51,1716,'2027-08-11 08:15:00','2027-08-11 08:30:00','2027-08-11','08:15:00','08:30:00',NULL),(2259,51,1716,'2027-08-12 08:15:00','2027-08-12 08:30:00','2027-08-12','08:15:00','08:30:00',NULL),(2260,51,1716,'2027-08-13 08:15:00','2027-08-13 08:30:00','2027-08-13','08:15:00','08:30:00',NULL),(2261,51,1716,'2027-08-16 08:15:00','2027-08-16 08:30:00','2027-08-16','08:15:00','08:30:00',NULL),(2262,51,1716,'2027-08-17 08:15:00','2027-08-17 08:30:00','2027-08-17','08:15:00','08:30:00',NULL),(2263,51,1716,'2027-08-18 08:15:00','2027-08-18 08:30:00','2027-08-18','08:15:00','08:30:00',NULL),(2264,51,1716,'2027-08-19 08:15:00','2027-08-19 08:30:00','2027-08-19','08:15:00','08:30:00',NULL),(2265,51,1716,'2027-08-20 08:15:00','2027-08-20 08:30:00','2027-08-20','08:15:00','08:30:00',NULL),(2266,51,1716,'2027-08-23 08:15:00','2027-08-23 08:30:00','2027-08-23','08:15:00','08:30:00',NULL),(2267,51,1716,'2027-08-24 08:15:00','2027-08-24 08:30:00','2027-08-24','08:15:00','08:30:00',NULL),(2268,51,1716,'2027-08-25 08:15:00','2027-08-25 08:30:00','2027-08-25','08:15:00','08:30:00',NULL),(2269,51,1716,'2027-08-26 08:15:00','2027-08-26 08:30:00','2027-08-26','08:15:00','08:30:00',NULL),(2270,51,1716,'2027-08-27 08:15:00','2027-08-27 08:30:00','2027-08-27','08:15:00','08:30:00',NULL),(2271,51,1716,'2027-08-30 08:15:00','2027-08-30 08:30:00','2027-08-30','08:15:00','08:30:00',NULL),(2272,51,1716,'2027-08-31 08:15:00','2027-08-31 08:30:00','2027-08-31','08:15:00','08:30:00',NULL),(2273,51,1716,'2027-09-01 08:15:00','2027-09-01 08:30:00','2027-09-01','08:15:00','08:30:00',NULL),(2274,51,1716,'2027-09-02 08:15:00','2027-09-02 08:30:00','2027-09-02','08:15:00','08:30:00',NULL),(2275,51,1716,'2027-09-03 08:15:00','2027-09-03 08:30:00','2027-09-03','08:15:00','08:30:00',NULL),(2276,51,1716,'2027-09-06 08:15:00','2027-09-06 08:30:00','2027-09-06','08:15:00','08:30:00',NULL),(2277,51,1716,'2027-09-07 08:15:00','2027-09-07 08:30:00','2027-09-07','08:15:00','08:30:00',NULL),(2278,51,1716,'2027-09-08 08:15:00','2027-09-08 08:30:00','2027-09-08','08:15:00','08:30:00',NULL),(2279,51,1716,'2027-09-09 08:15:00','2027-09-09 08:30:00','2027-09-09','08:15:00','08:30:00',NULL),(2280,51,1716,'2027-09-10 08:15:00','2027-09-10 08:30:00','2027-09-10','08:15:00','08:30:00',NULL),(2281,51,1716,'2027-09-13 08:15:00','2027-09-13 08:30:00','2027-09-13','08:15:00','08:30:00',NULL),(2282,51,1716,'2027-09-14 08:15:00','2027-09-14 08:30:00','2027-09-14','08:15:00','08:30:00',NULL),(2283,51,1716,'2027-09-15 08:15:00','2027-09-15 08:30:00','2027-09-15','08:15:00','08:30:00',NULL),(2284,51,1716,'2027-09-16 08:15:00','2027-09-16 08:30:00','2027-09-16','08:15:00','08:30:00',NULL),(2285,51,1716,'2027-09-17 08:15:00','2027-09-17 08:30:00','2027-09-17','08:15:00','08:30:00',NULL),(2286,51,1716,'2027-09-20 08:15:00','2027-09-20 08:30:00','2027-09-20','08:15:00','08:30:00',NULL),(2287,51,1716,'2027-09-21 08:15:00','2027-09-21 08:30:00','2027-09-21','08:15:00','08:30:00',NULL),(2288,51,1716,'2027-09-22 08:15:00','2027-09-22 08:30:00','2027-09-22','08:15:00','08:30:00',NULL),(2289,51,1716,'2027-09-23 08:15:00','2027-09-23 08:30:00','2027-09-23','08:15:00','08:30:00',NULL),(2290,51,1716,'2027-09-24 08:15:00','2027-09-24 08:30:00','2027-09-24','08:15:00','08:30:00',NULL),(2291,51,1716,'2027-09-27 08:15:00','2027-09-27 08:30:00','2027-09-27','08:15:00','08:30:00',NULL),(2292,51,1716,'2027-09-28 08:15:00','2027-09-28 08:30:00','2027-09-28','08:15:00','08:30:00',NULL),(2293,51,1716,'2027-09-29 08:15:00','2027-09-29 08:30:00','2027-09-29','08:15:00','08:30:00',NULL),(2294,51,1716,'2027-09-30 08:15:00','2027-09-30 08:30:00','2027-09-30','08:15:00','08:30:00',NULL),(2295,51,1716,'2027-10-01 08:15:00','2027-10-01 08:30:00','2027-10-01','08:15:00','08:30:00',NULL),(2296,51,1716,'2027-10-04 08:15:00','2027-10-04 08:30:00','2027-10-04','08:15:00','08:30:00',NULL),(2297,51,1716,'2027-10-05 08:15:00','2027-10-05 08:30:00','2027-10-05','08:15:00','08:30:00',NULL),(2298,51,1716,'2027-10-06 08:15:00','2027-10-06 08:30:00','2027-10-06','08:15:00','08:30:00',NULL),(2299,51,1716,'2027-10-07 08:15:00','2027-10-07 08:30:00','2027-10-07','08:15:00','08:30:00',NULL),(2300,51,1716,'2027-10-08 08:15:00','2027-10-08 08:30:00','2027-10-08','08:15:00','08:30:00',NULL),(2301,51,1716,'2027-10-11 08:15:00','2027-10-11 08:30:00','2027-10-11','08:15:00','08:30:00',NULL),(2302,51,1716,'2027-10-12 08:15:00','2027-10-12 08:30:00','2027-10-12','08:15:00','08:30:00',NULL),(2303,51,1716,'2027-10-13 08:15:00','2027-10-13 08:30:00','2027-10-13','08:15:00','08:30:00',NULL),(2304,51,1716,'2027-10-14 08:15:00','2027-10-14 08:30:00','2027-10-14','08:15:00','08:30:00',NULL),(2305,51,1716,'2027-10-15 08:15:00','2027-10-15 08:30:00','2027-10-15','08:15:00','08:30:00',NULL),(2306,51,1716,'2027-10-18 08:15:00','2027-10-18 08:30:00','2027-10-18','08:15:00','08:30:00',NULL),(2307,51,1716,'2027-10-19 08:15:00','2027-10-19 08:30:00','2027-10-19','08:15:00','08:30:00',NULL),(2308,51,1716,'2027-10-20 08:15:00','2027-10-20 08:30:00','2027-10-20','08:15:00','08:30:00',NULL),(2309,51,1716,'2027-10-21 08:15:00','2027-10-21 08:30:00','2027-10-21','08:15:00','08:30:00',NULL),(2310,51,1716,'2027-10-22 08:15:00','2027-10-22 08:30:00','2027-10-22','08:15:00','08:30:00',NULL),(2311,51,1716,'2027-10-25 08:15:00','2027-10-25 08:30:00','2027-10-25','08:15:00','08:30:00',NULL),(2312,51,1716,'2027-10-26 08:15:00','2027-10-26 08:30:00','2027-10-26','08:15:00','08:30:00',NULL),(2313,51,1716,'2027-10-27 08:15:00','2027-10-27 08:30:00','2027-10-27','08:15:00','08:30:00',NULL),(2314,51,1716,'2027-10-28 08:15:00','2027-10-28 08:30:00','2027-10-28','08:15:00','08:30:00',NULL),(2315,51,1716,'2027-10-29 08:15:00','2027-10-29 08:30:00','2027-10-29','08:15:00','08:30:00',NULL),(2316,51,1716,'2027-11-01 08:15:00','2027-11-01 08:30:00','2027-11-01','08:15:00','08:30:00',NULL),(2317,51,1716,'2027-11-02 08:15:00','2027-11-02 08:30:00','2027-11-02','08:15:00','08:30:00',NULL),(2318,51,1716,'2027-11-03 08:15:00','2027-11-03 08:30:00','2027-11-03','08:15:00','08:30:00',NULL),(2319,51,1716,'2027-11-04 08:15:00','2027-11-04 08:30:00','2027-11-04','08:15:00','08:30:00',NULL),(2320,51,1716,'2027-11-05 08:15:00','2027-11-05 08:30:00','2027-11-05','08:15:00','08:30:00',NULL),(2321,51,1716,'2027-11-08 08:15:00','2027-11-08 08:30:00','2027-11-08','08:15:00','08:30:00',NULL),(2322,51,1716,'2027-11-09 08:15:00','2027-11-09 08:30:00','2027-11-09','08:15:00','08:30:00',NULL),(2323,51,1716,'2027-11-10 08:15:00','2027-11-10 08:30:00','2027-11-10','08:15:00','08:30:00',NULL),(2324,51,1716,'2027-11-11 08:15:00','2027-11-11 08:30:00','2027-11-11','08:15:00','08:30:00',NULL),(2325,51,1716,'2027-11-12 08:15:00','2027-11-12 08:30:00','2027-11-12','08:15:00','08:30:00',NULL),(2326,51,1716,'2027-11-15 08:15:00','2027-11-15 08:30:00','2027-11-15','08:15:00','08:30:00',NULL),(2327,51,1716,'2027-11-16 08:15:00','2027-11-16 08:30:00','2027-11-16','08:15:00','08:30:00',NULL),(2328,51,1716,'2027-11-17 08:15:00','2027-11-17 08:30:00','2027-11-17','08:15:00','08:30:00',NULL),(2329,51,1716,'2027-11-18 08:15:00','2027-11-18 08:30:00','2027-11-18','08:15:00','08:30:00',NULL),(2330,51,1716,'2027-11-19 08:15:00','2027-11-19 08:30:00','2027-11-19','08:15:00','08:30:00',NULL),(2331,51,1716,'2027-11-22 08:15:00','2027-11-22 08:30:00','2027-11-22','08:15:00','08:30:00',NULL),(2332,51,1716,'2027-11-23 08:15:00','2027-11-23 08:30:00','2027-11-23','08:15:00','08:30:00',NULL),(2333,51,1716,'2027-11-24 08:15:00','2027-11-24 08:30:00','2027-11-24','08:15:00','08:30:00',NULL),(2334,51,1716,'2027-11-25 08:15:00','2027-11-25 08:30:00','2027-11-25','08:15:00','08:30:00',NULL),(2335,51,1716,'2027-11-26 08:15:00','2027-11-26 08:30:00','2027-11-26','08:15:00','08:30:00',NULL),(2336,51,1716,'2027-11-29 08:15:00','2027-11-29 08:30:00','2027-11-29','08:15:00','08:30:00',NULL),(2337,51,1716,'2027-11-30 08:15:00','2027-11-30 08:30:00','2027-11-30','08:15:00','08:30:00',NULL),(2338,51,1716,'2027-12-01 08:15:00','2027-12-01 08:30:00','2027-12-01','08:15:00','08:30:00',NULL),(2339,51,1716,'2027-12-02 08:15:00','2027-12-02 08:30:00','2027-12-02','08:15:00','08:30:00',NULL),(2340,51,1716,'2027-12-03 08:15:00','2027-12-03 08:30:00','2027-12-03','08:15:00','08:30:00',NULL),(2341,51,1716,'2027-12-06 08:15:00','2027-12-06 08:30:00','2027-12-06','08:15:00','08:30:00',NULL),(2342,51,1716,'2027-12-07 08:15:00','2027-12-07 08:30:00','2027-12-07','08:15:00','08:30:00',NULL),(2343,51,1716,'2027-12-08 08:15:00','2027-12-08 08:30:00','2027-12-08','08:15:00','08:30:00',NULL),(2344,51,1716,'2027-12-09 08:15:00','2027-12-09 08:30:00','2027-12-09','08:15:00','08:30:00',NULL),(2345,51,1716,'2027-12-10 08:15:00','2027-12-10 08:30:00','2027-12-10','08:15:00','08:30:00',NULL),(2346,51,1716,'2027-12-13 08:15:00','2027-12-13 08:30:00','2027-12-13','08:15:00','08:30:00',NULL),(2347,51,1716,'2027-12-14 08:15:00','2027-12-14 08:30:00','2027-12-14','08:15:00','08:30:00',NULL),(2348,51,1716,'2027-12-15 08:15:00','2027-12-15 08:30:00','2027-12-15','08:15:00','08:30:00',NULL),(2349,51,1716,'2027-12-16 08:15:00','2027-12-16 08:30:00','2027-12-16','08:15:00','08:30:00',NULL),(2350,51,1716,'2027-12-17 08:15:00','2027-12-17 08:30:00','2027-12-17','08:15:00','08:30:00',NULL),(2351,51,1716,'2027-12-20 08:15:00','2027-12-20 08:30:00','2027-12-20','08:15:00','08:30:00',NULL),(2352,51,1716,'2027-12-21 08:15:00','2027-12-21 08:30:00','2027-12-21','08:15:00','08:30:00',NULL),(2353,51,1716,'2027-12-22 08:15:00','2027-12-22 08:30:00','2027-12-22','08:15:00','08:30:00',NULL),(2354,51,1716,'2027-12-23 08:15:00','2027-12-23 08:30:00','2027-12-23','08:15:00','08:30:00',NULL),(2355,51,1716,'2027-12-24 08:15:00','2027-12-24 08:30:00','2027-12-24','08:15:00','08:30:00',NULL),(2356,51,1716,'2027-12-27 08:15:00','2027-12-27 08:30:00','2027-12-27','08:15:00','08:30:00',NULL),(2357,51,1716,'2027-12-28 08:15:00','2027-12-28 08:30:00','2027-12-28','08:15:00','08:30:00',NULL),(2358,51,1716,'2027-12-29 08:15:00','2027-12-29 08:30:00','2027-12-29','08:15:00','08:30:00',NULL),(2359,51,1716,'2027-12-30 08:15:00','2027-12-30 08:30:00','2027-12-30','08:15:00','08:30:00',NULL),(2360,51,1716,'2027-12-31 08:15:00','2027-12-31 08:30:00','2027-12-31','08:15:00','08:30:00',NULL),(2361,51,1716,'2028-01-03 08:15:00','2028-01-03 08:30:00','2028-01-03','08:15:00','08:30:00',NULL),(2362,51,1716,'2028-01-04 08:15:00','2028-01-04 08:30:00','2028-01-04','08:15:00','08:30:00',NULL),(2363,51,1716,'2028-01-05 08:15:00','2028-01-05 08:30:00','2028-01-05','08:15:00','08:30:00',NULL),(2364,51,1716,'2028-01-06 08:15:00','2028-01-06 08:30:00','2028-01-06','08:15:00','08:30:00',NULL),(2365,51,1716,'2028-01-07 08:15:00','2028-01-07 08:30:00','2028-01-07','08:15:00','08:30:00',NULL),(2366,51,1716,'2028-01-10 08:15:00','2028-01-10 08:30:00','2028-01-10','08:15:00','08:30:00',NULL),(2367,51,1716,'2028-01-11 08:15:00','2028-01-11 08:30:00','2028-01-11','08:15:00','08:30:00',NULL),(2368,51,1716,'2028-01-12 08:15:00','2028-01-12 08:30:00','2028-01-12','08:15:00','08:30:00',NULL),(2369,51,1716,'2028-01-13 08:15:00','2028-01-13 08:30:00','2028-01-13','08:15:00','08:30:00',NULL),(2370,51,1716,'2028-01-14 08:15:00','2028-01-14 08:30:00','2028-01-14','08:15:00','08:30:00',NULL),(2371,51,1716,'2028-01-17 08:15:00','2028-01-17 08:30:00','2028-01-17','08:15:00','08:30:00',NULL),(2372,51,1716,'2028-01-18 08:15:00','2028-01-18 08:30:00','2028-01-18','08:15:00','08:30:00',NULL),(2373,51,1716,'2028-01-19 08:15:00','2028-01-19 08:30:00','2028-01-19','08:15:00','08:30:00',NULL),(2374,51,1716,'2028-01-20 08:15:00','2028-01-20 08:30:00','2028-01-20','08:15:00','08:30:00',NULL),(2375,51,1716,'2028-01-21 08:15:00','2028-01-21 08:30:00','2028-01-21','08:15:00','08:30:00',NULL),(2376,51,1716,'2028-01-24 08:15:00','2028-01-24 08:30:00','2028-01-24','08:15:00','08:30:00',NULL),(2377,51,1716,'2028-01-25 08:15:00','2028-01-25 08:30:00','2028-01-25','08:15:00','08:30:00',NULL),(2378,51,1716,'2028-01-26 08:15:00','2028-01-26 08:30:00','2028-01-26','08:15:00','08:30:00',NULL),(2379,51,1716,'2028-01-27 08:15:00','2028-01-27 08:30:00','2028-01-27','08:15:00','08:30:00',NULL),(2380,51,1716,'2028-01-28 08:15:00','2028-01-28 08:30:00','2028-01-28','08:15:00','08:30:00',NULL),(2381,51,1716,'2028-01-31 08:15:00','2028-01-31 08:30:00','2028-01-31','08:15:00','08:30:00',NULL),(2382,51,1716,'2028-02-01 08:15:00','2028-02-01 08:30:00','2028-02-01','08:15:00','08:30:00',NULL),(2383,51,1716,'2028-02-02 08:15:00','2028-02-02 08:30:00','2028-02-02','08:15:00','08:30:00',NULL),(2384,51,1716,'2028-02-03 08:15:00','2028-02-03 08:30:00','2028-02-03','08:15:00','08:30:00',NULL),(2385,51,1716,'2028-02-04 08:15:00','2028-02-04 08:30:00','2028-02-04','08:15:00','08:30:00',NULL),(2386,51,1716,'2028-02-07 08:15:00','2028-02-07 08:30:00','2028-02-07','08:15:00','08:30:00',NULL),(2387,51,1716,'2028-02-08 08:15:00','2028-02-08 08:30:00','2028-02-08','08:15:00','08:30:00',NULL),(2388,51,1716,'2028-02-09 08:15:00','2028-02-09 08:30:00','2028-02-09','08:15:00','08:30:00',NULL),(2389,51,1716,'2028-02-10 08:15:00','2028-02-10 08:30:00','2028-02-10','08:15:00','08:30:00',NULL),(2390,51,1716,'2028-02-11 08:15:00','2028-02-11 08:30:00','2028-02-11','08:15:00','08:30:00',NULL),(2391,51,1716,'2028-02-14 08:15:00','2028-02-14 08:30:00','2028-02-14','08:15:00','08:30:00',NULL),(2392,51,1716,'2028-02-15 08:15:00','2028-02-15 08:30:00','2028-02-15','08:15:00','08:30:00',NULL),(2393,51,1716,'2028-02-16 08:15:00','2028-02-16 08:30:00','2028-02-16','08:15:00','08:30:00',NULL),(2394,51,1716,'2028-02-17 08:15:00','2028-02-17 08:30:00','2028-02-17','08:15:00','08:30:00',NULL),(2395,51,1716,'2028-02-18 08:15:00','2028-02-18 08:30:00','2028-02-18','08:15:00','08:30:00',NULL),(2396,51,1716,'2028-02-21 08:15:00','2028-02-21 08:30:00','2028-02-21','08:15:00','08:30:00',NULL),(2397,51,1716,'2028-02-22 08:15:00','2028-02-22 08:30:00','2028-02-22','08:15:00','08:30:00',NULL),(2398,51,1716,'2028-02-23 08:15:00','2028-02-23 08:30:00','2028-02-23','08:15:00','08:30:00',NULL),(2399,51,1716,'2028-02-24 08:15:00','2028-02-24 08:30:00','2028-02-24','08:15:00','08:30:00',NULL),(2400,51,1716,'2028-02-25 08:15:00','2028-02-25 08:30:00','2028-02-25','08:15:00','08:30:00',NULL),(2401,51,1716,'2028-02-28 08:15:00','2028-02-28 08:30:00','2028-02-28','08:15:00','08:30:00',NULL),(2402,51,1716,'2028-02-29 08:15:00','2028-02-29 08:30:00','2028-02-29','08:15:00','08:30:00',NULL),(2403,51,1716,'2028-03-01 08:15:00','2028-03-01 08:30:00','2028-03-01','08:15:00','08:30:00',NULL),(2404,51,1716,'2028-03-02 08:15:00','2028-03-02 08:30:00','2028-03-02','08:15:00','08:30:00',NULL),(2405,51,1716,'2028-03-03 08:15:00','2028-03-03 08:30:00','2028-03-03','08:15:00','08:30:00',NULL),(2406,51,1716,'2028-03-06 08:15:00','2028-03-06 08:30:00','2028-03-06','08:15:00','08:30:00',NULL),(2407,51,1716,'2028-03-07 08:15:00','2028-03-07 08:30:00','2028-03-07','08:15:00','08:30:00',NULL),(2408,51,1716,'2028-03-08 08:15:00','2028-03-08 08:30:00','2028-03-08','08:15:00','08:30:00',NULL),(2409,51,1716,'2028-03-09 08:15:00','2028-03-09 08:30:00','2028-03-09','08:15:00','08:30:00',NULL),(2410,51,1716,'2028-03-10 08:15:00','2028-03-10 08:30:00','2028-03-10','08:15:00','08:30:00',NULL),(2411,51,1716,'2028-03-13 08:15:00','2028-03-13 08:30:00','2028-03-13','08:15:00','08:30:00',NULL),(2412,51,1716,'2028-03-14 08:15:00','2028-03-14 08:30:00','2028-03-14','08:15:00','08:30:00',NULL),(2413,51,1716,'2028-03-15 08:15:00','2028-03-15 08:30:00','2028-03-15','08:15:00','08:30:00',NULL),(2414,51,1716,'2028-03-16 08:15:00','2028-03-16 08:30:00','2028-03-16','08:15:00','08:30:00',NULL),(2415,51,1716,'2028-03-17 08:15:00','2028-03-17 08:30:00','2028-03-17','08:15:00','08:30:00',NULL),(2416,51,1716,'2028-03-20 08:15:00','2028-03-20 08:30:00','2028-03-20','08:15:00','08:30:00',NULL),(2417,51,1716,'2028-03-21 08:15:00','2028-03-21 08:30:00','2028-03-21','08:15:00','08:30:00',NULL),(2418,51,1716,'2028-03-22 08:15:00','2028-03-22 08:30:00','2028-03-22','08:15:00','08:30:00',NULL),(2419,51,1716,'2028-03-23 08:15:00','2028-03-23 08:30:00','2028-03-23','08:15:00','08:30:00',NULL),(2420,51,1716,'2028-03-24 08:15:00','2028-03-24 08:30:00','2028-03-24','08:15:00','08:30:00',NULL),(2421,51,1716,'2028-03-27 08:15:00','2028-03-27 08:30:00','2028-03-27','08:15:00','08:30:00',NULL),(2422,51,1716,'2028-03-28 08:15:00','2028-03-28 08:30:00','2028-03-28','08:15:00','08:30:00',NULL),(2423,51,1716,'2028-03-29 08:15:00','2028-03-29 08:30:00','2028-03-29','08:15:00','08:30:00',NULL),(2424,51,1716,'2028-03-30 08:15:00','2028-03-30 08:30:00','2028-03-30','08:15:00','08:30:00',NULL),(2425,51,1716,'2028-03-31 08:15:00','2028-03-31 08:30:00','2028-03-31','08:15:00','08:30:00',NULL),(2426,51,1716,'2028-04-03 08:15:00','2028-04-03 08:30:00','2028-04-03','08:15:00','08:30:00',NULL),(2427,51,1716,'2028-04-04 08:15:00','2028-04-04 08:30:00','2028-04-04','08:15:00','08:30:00',NULL),(2428,51,1716,'2028-04-05 08:15:00','2028-04-05 08:30:00','2028-04-05','08:15:00','08:30:00',NULL),(2429,51,1716,'2028-04-06 08:15:00','2028-04-06 08:30:00','2028-04-06','08:15:00','08:30:00',NULL),(2430,51,1716,'2028-04-07 08:15:00','2028-04-07 08:30:00','2028-04-07','08:15:00','08:30:00',NULL),(2431,51,1716,'2028-04-10 08:15:00','2028-04-10 08:30:00','2028-04-10','08:15:00','08:30:00',NULL),(2432,51,1716,'2028-04-11 08:15:00','2028-04-11 08:30:00','2028-04-11','08:15:00','08:30:00',NULL),(2433,51,1716,'2028-04-12 08:15:00','2028-04-12 08:30:00','2028-04-12','08:15:00','08:30:00',NULL),(2434,51,1716,'2028-04-13 08:15:00','2028-04-13 08:30:00','2028-04-13','08:15:00','08:30:00',NULL),(2435,51,1716,'2028-04-14 08:15:00','2028-04-14 08:30:00','2028-04-14','08:15:00','08:30:00',NULL),(2436,51,1716,'2028-04-17 08:15:00','2028-04-17 08:30:00','2028-04-17','08:15:00','08:30:00',NULL),(2437,51,1716,'2028-04-18 08:15:00','2028-04-18 08:30:00','2028-04-18','08:15:00','08:30:00',NULL),(2438,51,1716,'2028-04-19 08:15:00','2028-04-19 08:30:00','2028-04-19','08:15:00','08:30:00',NULL),(2439,51,1716,'2028-04-20 08:15:00','2028-04-20 08:30:00','2028-04-20','08:15:00','08:30:00',NULL),(2440,51,1716,'2028-04-21 08:15:00','2028-04-21 08:30:00','2028-04-21','08:15:00','08:30:00',NULL),(2441,51,1716,'2028-04-24 08:15:00','2028-04-24 08:30:00','2028-04-24','08:15:00','08:30:00',NULL),(2442,51,1716,'2028-04-25 08:15:00','2028-04-25 08:30:00','2028-04-25','08:15:00','08:30:00',NULL),(2443,51,1716,'2028-04-26 08:15:00','2028-04-26 08:30:00','2028-04-26','08:15:00','08:30:00',NULL),(2444,51,1716,'2028-04-27 08:15:00','2028-04-27 08:30:00','2028-04-27','08:15:00','08:30:00',NULL),(2445,51,1716,'2028-04-28 08:15:00','2028-04-28 08:30:00','2028-04-28','08:15:00','08:30:00',NULL),(2446,51,1716,'2028-05-01 08:15:00','2028-05-01 08:30:00','2028-05-01','08:15:00','08:30:00',NULL),(2447,51,1716,'2028-05-02 08:15:00','2028-05-02 08:30:00','2028-05-02','08:15:00','08:30:00',NULL),(2448,51,1716,'2028-05-03 08:15:00','2028-05-03 08:30:00','2028-05-03','08:15:00','08:30:00',NULL),(2449,51,1716,'2028-05-04 08:15:00','2028-05-04 08:30:00','2028-05-04','08:15:00','08:30:00',NULL),(2450,51,1716,'2028-05-05 08:15:00','2028-05-05 08:30:00','2028-05-05','08:15:00','08:30:00',NULL),(2451,51,1716,'2028-05-08 08:15:00','2028-05-08 08:30:00','2028-05-08','08:15:00','08:30:00',NULL),(2452,51,1716,'2028-05-09 08:15:00','2028-05-09 08:30:00','2028-05-09','08:15:00','08:30:00',NULL),(2453,51,1716,'2028-05-10 08:15:00','2028-05-10 08:30:00','2028-05-10','08:15:00','08:30:00',NULL),(2454,51,1716,'2028-05-11 08:15:00','2028-05-11 08:30:00','2028-05-11','08:15:00','08:30:00',NULL),(2455,51,1716,'2028-05-12 08:15:00','2028-05-12 08:30:00','2028-05-12','08:15:00','08:30:00',NULL),(2456,51,1716,'2028-05-15 08:15:00','2028-05-15 08:30:00','2028-05-15','08:15:00','08:30:00',NULL),(2457,51,1716,'2028-05-16 08:15:00','2028-05-16 08:30:00','2028-05-16','08:15:00','08:30:00',NULL),(2458,51,1716,'2028-05-17 08:15:00','2028-05-17 08:30:00','2028-05-17','08:15:00','08:30:00',NULL),(2459,51,1716,'2028-05-18 08:15:00','2028-05-18 08:30:00','2028-05-18','08:15:00','08:30:00',NULL),(2460,51,1716,'2028-05-19 08:15:00','2028-05-19 08:30:00','2028-05-19','08:15:00','08:30:00',NULL),(2461,51,1716,'2028-05-22 08:15:00','2028-05-22 08:30:00','2028-05-22','08:15:00','08:30:00',NULL),(2462,51,1716,'2028-05-23 08:15:00','2028-05-23 08:30:00','2028-05-23','08:15:00','08:30:00',NULL),(2463,51,1716,'2028-05-24 08:15:00','2028-05-24 08:30:00','2028-05-24','08:15:00','08:30:00',NULL),(2464,51,1716,'2028-05-25 08:15:00','2028-05-25 08:30:00','2028-05-25','08:15:00','08:30:00',NULL),(2465,51,1716,'2028-05-26 08:15:00','2028-05-26 08:30:00','2028-05-26','08:15:00','08:30:00',NULL),(2466,51,1716,'2028-05-29 08:15:00','2028-05-29 08:30:00','2028-05-29','08:15:00','08:30:00',NULL),(2467,51,1716,'2028-05-30 08:15:00','2028-05-30 08:30:00','2028-05-30','08:15:00','08:30:00',NULL),(2468,51,1716,'2028-05-31 08:15:00','2028-05-31 08:30:00','2028-05-31','08:15:00','08:30:00',NULL),(2469,51,1716,'2028-06-01 08:15:00','2028-06-01 08:30:00','2028-06-01','08:15:00','08:30:00',NULL),(2470,51,1716,'2028-06-02 08:15:00','2028-06-02 08:30:00','2028-06-02','08:15:00','08:30:00',NULL),(2471,51,1716,'2028-06-05 08:15:00','2028-06-05 08:30:00','2028-06-05','08:15:00','08:30:00',NULL),(2472,51,1716,'2028-06-06 08:15:00','2028-06-06 08:30:00','2028-06-06','08:15:00','08:30:00',NULL),(2473,51,1716,'2028-06-07 08:15:00','2028-06-07 08:30:00','2028-06-07','08:15:00','08:30:00',NULL),(2474,51,1716,'2028-06-08 08:15:00','2028-06-08 08:30:00','2028-06-08','08:15:00','08:30:00',NULL),(2475,51,1716,'2028-06-09 08:15:00','2028-06-09 08:30:00','2028-06-09','08:15:00','08:30:00',NULL),(2476,51,1716,'2028-06-12 08:15:00','2028-06-12 08:30:00','2028-06-12','08:15:00','08:30:00',NULL),(2477,51,1716,'2028-06-13 08:15:00','2028-06-13 08:30:00','2028-06-13','08:15:00','08:30:00',NULL),(2478,51,1716,'2028-06-14 08:15:00','2028-06-14 08:30:00','2028-06-14','08:15:00','08:30:00',NULL),(2479,51,1716,'2028-06-15 08:15:00','2028-06-15 08:30:00','2028-06-15','08:15:00','08:30:00',NULL),(2480,51,1716,'2028-06-16 08:15:00','2028-06-16 08:30:00','2028-06-16','08:15:00','08:30:00',NULL),(2481,51,1716,'2028-06-19 08:15:00','2028-06-19 08:30:00','2028-06-19','08:15:00','08:30:00',NULL),(2482,51,1716,'2028-06-20 08:15:00','2028-06-20 08:30:00','2028-06-20','08:15:00','08:30:00',NULL),(2483,51,1716,'2028-06-21 08:15:00','2028-06-21 08:30:00','2028-06-21','08:15:00','08:30:00',NULL),(2484,51,1716,'2028-06-22 08:15:00','2028-06-22 08:30:00','2028-06-22','08:15:00','08:30:00',NULL),(2485,51,1716,'2028-06-23 08:15:00','2028-06-23 08:30:00','2028-06-23','08:15:00','08:30:00',NULL),(2486,51,1716,'2028-06-26 08:15:00','2028-06-26 08:30:00','2028-06-26','08:15:00','08:30:00',NULL),(2487,51,1716,'2028-06-27 08:15:00','2028-06-27 08:30:00','2028-06-27','08:15:00','08:30:00',NULL),(2488,51,1716,'2028-06-28 08:15:00','2028-06-28 08:30:00','2028-06-28','08:15:00','08:30:00',NULL),(2489,51,1716,'2028-06-29 08:15:00','2028-06-29 08:30:00','2028-06-29','08:15:00','08:30:00',NULL),(2490,51,1716,'2028-06-30 08:15:00','2028-06-30 08:30:00','2028-06-30','08:15:00','08:30:00',NULL),(2491,51,1716,'2028-07-03 08:15:00','2028-07-03 08:30:00','2028-07-03','08:15:00','08:30:00',NULL),(2492,51,1716,'2028-07-04 08:15:00','2028-07-04 08:30:00','2028-07-04','08:15:00','08:30:00',NULL),(2493,51,1716,'2028-07-05 08:15:00','2028-07-05 08:30:00','2028-07-05','08:15:00','08:30:00',NULL),(2494,51,1716,'2028-07-06 08:15:00','2028-07-06 08:30:00','2028-07-06','08:15:00','08:30:00',NULL),(2495,51,1716,'2028-07-07 08:15:00','2028-07-07 08:30:00','2028-07-07','08:15:00','08:30:00',NULL),(2496,51,1716,'2028-07-10 08:15:00','2028-07-10 08:30:00','2028-07-10','08:15:00','08:30:00',NULL),(2497,51,1716,'2028-07-11 08:15:00','2028-07-11 08:30:00','2028-07-11','08:15:00','08:30:00',NULL),(2498,51,1716,'2028-07-12 08:15:00','2028-07-12 08:30:00','2028-07-12','08:15:00','08:30:00',NULL),(2499,51,1716,'2028-07-13 08:15:00','2028-07-13 08:30:00','2028-07-13','08:15:00','08:30:00',NULL),(2500,51,1716,'2028-07-14 08:15:00','2028-07-14 08:30:00','2028-07-14','08:15:00','08:30:00',NULL),(2501,51,1716,'2028-07-17 08:15:00','2028-07-17 08:30:00','2028-07-17','08:15:00','08:30:00',NULL),(2502,51,1716,'2028-07-18 08:15:00','2028-07-18 08:30:00','2028-07-18','08:15:00','08:30:00',NULL),(2503,51,1716,'2028-07-19 08:15:00','2028-07-19 08:30:00','2028-07-19','08:15:00','08:30:00',NULL),(2504,51,1716,'2028-07-20 08:15:00','2028-07-20 08:30:00','2028-07-20','08:15:00','08:30:00',NULL),(2505,51,1716,'2028-07-21 08:15:00','2028-07-21 08:30:00','2028-07-21','08:15:00','08:30:00',NULL),(2506,51,1716,'2028-07-24 08:15:00','2028-07-24 08:30:00','2028-07-24','08:15:00','08:30:00',NULL),(2507,51,1716,'2028-07-25 08:15:00','2028-07-25 08:30:00','2028-07-25','08:15:00','08:30:00',NULL),(2508,51,1716,'2028-07-26 08:15:00','2028-07-26 08:30:00','2028-07-26','08:15:00','08:30:00',NULL),(2509,51,1716,'2028-07-27 08:15:00','2028-07-27 08:30:00','2028-07-27','08:15:00','08:30:00',NULL),(2510,51,1716,'2028-07-28 08:15:00','2028-07-28 08:30:00','2028-07-28','08:15:00','08:30:00',NULL),(2511,51,1716,'2028-07-31 08:15:00','2028-07-31 08:30:00','2028-07-31','08:15:00','08:30:00',NULL),(2512,51,1716,'2028-08-01 08:15:00','2028-08-01 08:30:00','2028-08-01','08:15:00','08:30:00',NULL),(2513,51,1716,'2028-08-02 08:15:00','2028-08-02 08:30:00','2028-08-02','08:15:00','08:30:00',NULL),(2514,51,1716,'2028-08-03 08:15:00','2028-08-03 08:30:00','2028-08-03','08:15:00','08:30:00',NULL),(2515,51,1716,'2028-08-04 08:15:00','2028-08-04 08:30:00','2028-08-04','08:15:00','08:30:00',NULL),(2516,51,1716,'2028-08-07 08:15:00','2028-08-07 08:30:00','2028-08-07','08:15:00','08:30:00',NULL),(2517,51,1716,'2028-08-08 08:15:00','2028-08-08 08:30:00','2028-08-08','08:15:00','08:30:00',NULL),(2518,51,1716,'2028-08-09 08:15:00','2028-08-09 08:30:00','2028-08-09','08:15:00','08:30:00',NULL),(2519,51,1716,'2028-08-10 08:15:00','2028-08-10 08:30:00','2028-08-10','08:15:00','08:30:00',NULL),(2520,51,1716,'2028-08-11 08:15:00','2028-08-11 08:30:00','2028-08-11','08:15:00','08:30:00',NULL),(2521,51,1716,'2028-08-14 08:15:00','2028-08-14 08:30:00','2028-08-14','08:15:00','08:30:00',NULL),(2522,51,1716,'2028-08-15 08:15:00','2028-08-15 08:30:00','2028-08-15','08:15:00','08:30:00',NULL),(2523,51,1716,'2028-08-16 08:15:00','2028-08-16 08:30:00','2028-08-16','08:15:00','08:30:00',NULL),(2524,51,1716,'2028-08-17 08:15:00','2028-08-17 08:30:00','2028-08-17','08:15:00','08:30:00',NULL),(2525,51,1716,'2028-08-18 08:15:00','2028-08-18 08:30:00','2028-08-18','08:15:00','08:30:00',NULL),(2526,51,1716,'2028-08-21 08:15:00','2028-08-21 08:30:00','2028-08-21','08:15:00','08:30:00',NULL),(2527,51,1716,'2028-08-22 08:15:00','2028-08-22 08:30:00','2028-08-22','08:15:00','08:30:00',NULL),(2528,51,1716,'2028-08-23 08:15:00','2028-08-23 08:30:00','2028-08-23','08:15:00','08:30:00',NULL),(2529,51,1716,'2028-08-24 08:15:00','2028-08-24 08:30:00','2028-08-24','08:15:00','08:30:00',NULL),(2530,51,1716,'2028-08-25 08:15:00','2028-08-25 08:30:00','2028-08-25','08:15:00','08:30:00',NULL),(2531,51,1716,'2028-08-28 08:15:00','2028-08-28 08:30:00','2028-08-28','08:15:00','08:30:00',NULL),(2532,51,1716,'2028-08-29 08:15:00','2028-08-29 08:30:00','2028-08-29','08:15:00','08:30:00',NULL),(2533,51,1716,'2028-08-30 08:15:00','2028-08-30 08:30:00','2028-08-30','08:15:00','08:30:00',NULL),(2534,51,1716,'2028-08-31 08:15:00','2028-08-31 08:30:00','2028-08-31','08:15:00','08:30:00',NULL),(2535,51,1716,'2028-09-01 08:15:00','2028-09-01 08:30:00','2028-09-01','08:15:00','08:30:00',NULL),(2536,51,1716,'2028-09-04 08:15:00','2028-09-04 08:30:00','2028-09-04','08:15:00','08:30:00',NULL),(2537,51,1716,'2028-09-05 08:15:00','2028-09-05 08:30:00','2028-09-05','08:15:00','08:30:00',NULL),(2538,51,1716,'2028-09-06 08:15:00','2028-09-06 08:30:00','2028-09-06','08:15:00','08:30:00',NULL),(2539,51,1716,'2028-09-07 08:15:00','2028-09-07 08:30:00','2028-09-07','08:15:00','08:30:00',NULL),(2540,51,1716,'2028-09-08 08:15:00','2028-09-08 08:30:00','2028-09-08','08:15:00','08:30:00',NULL),(2541,51,1716,'2028-09-11 08:15:00','2028-09-11 08:30:00','2028-09-11','08:15:00','08:30:00',NULL),(2542,51,1716,'2028-09-12 08:15:00','2028-09-12 08:30:00','2028-09-12','08:15:00','08:30:00',NULL),(2543,51,1716,'2028-09-13 08:15:00','2028-09-13 08:30:00','2028-09-13','08:15:00','08:30:00',NULL),(2544,51,1716,'2028-09-14 08:15:00','2028-09-14 08:30:00','2028-09-14','08:15:00','08:30:00',NULL),(2545,51,1716,'2028-09-15 08:15:00','2028-09-15 08:30:00','2028-09-15','08:15:00','08:30:00',NULL),(2546,51,1716,'2028-09-18 08:15:00','2028-09-18 08:30:00','2028-09-18','08:15:00','08:30:00',NULL),(2547,51,1716,'2028-09-19 08:15:00','2028-09-19 08:30:00','2028-09-19','08:15:00','08:30:00',NULL),(2548,51,1716,'2028-09-20 08:15:00','2028-09-20 08:30:00','2028-09-20','08:15:00','08:30:00',NULL),(2549,51,1716,'2028-09-21 08:15:00','2028-09-21 08:30:00','2028-09-21','08:15:00','08:30:00',NULL),(2550,51,1716,'2028-09-22 08:15:00','2028-09-22 08:30:00','2028-09-22','08:15:00','08:30:00',NULL),(2551,51,1716,'2028-09-25 08:15:00','2028-09-25 08:30:00','2028-09-25','08:15:00','08:30:00',NULL),(2552,51,1716,'2028-09-26 08:15:00','2028-09-26 08:30:00','2028-09-26','08:15:00','08:30:00',NULL),(2553,51,1716,'2028-09-27 08:15:00','2028-09-27 08:30:00','2028-09-27','08:15:00','08:30:00',NULL),(2554,51,1716,'2028-09-28 08:15:00','2028-09-28 08:30:00','2028-09-28','08:15:00','08:30:00',NULL),(2555,51,1716,'2028-09-29 08:15:00','2028-09-29 08:30:00','2028-09-29','08:15:00','08:30:00',NULL),(2556,51,1716,'2028-10-02 08:15:00','2028-10-02 08:30:00','2028-10-02','08:15:00','08:30:00',NULL),(2557,51,1716,'2028-10-03 08:15:00','2028-10-03 08:30:00','2028-10-03','08:15:00','08:30:00',NULL),(2558,51,1716,'2028-10-04 08:15:00','2028-10-04 08:30:00','2028-10-04','08:15:00','08:30:00',NULL),(2559,51,1716,'2028-10-05 08:15:00','2028-10-05 08:30:00','2028-10-05','08:15:00','08:30:00',NULL),(2560,51,1716,'2028-10-06 08:15:00','2028-10-06 08:30:00','2028-10-06','08:15:00','08:30:00',NULL),(2561,51,1716,'2028-10-09 08:15:00','2028-10-09 08:30:00','2028-10-09','08:15:00','08:30:00',NULL),(2562,51,1716,'2028-10-10 08:15:00','2028-10-10 08:30:00','2028-10-10','08:15:00','08:30:00',NULL),(2563,51,1716,'2028-10-11 08:15:00','2028-10-11 08:30:00','2028-10-11','08:15:00','08:30:00',NULL),(2564,51,1716,'2028-10-12 08:15:00','2028-10-12 08:30:00','2028-10-12','08:15:00','08:30:00',NULL),(2565,51,1716,'2028-10-13 08:15:00','2028-10-13 08:30:00','2028-10-13','08:15:00','08:30:00',NULL),(2566,51,1716,'2028-10-16 08:15:00','2028-10-16 08:30:00','2028-10-16','08:15:00','08:30:00',NULL),(2567,51,1716,'2028-10-17 08:15:00','2028-10-17 08:30:00','2028-10-17','08:15:00','08:30:00',NULL),(2568,51,1716,'2028-10-18 08:15:00','2028-10-18 08:30:00','2028-10-18','08:15:00','08:30:00',NULL),(2569,51,1716,'2028-10-19 08:15:00','2028-10-19 08:30:00','2028-10-19','08:15:00','08:30:00',NULL),(2570,51,1716,'2028-10-20 08:15:00','2028-10-20 08:30:00','2028-10-20','08:15:00','08:30:00',NULL),(2571,51,1716,'2028-10-23 08:15:00','2028-10-23 08:30:00','2028-10-23','08:15:00','08:30:00',NULL),(2572,51,1716,'2028-10-24 08:15:00','2028-10-24 08:30:00','2028-10-24','08:15:00','08:30:00',NULL),(2573,51,1716,'2028-10-25 08:15:00','2028-10-25 08:30:00','2028-10-25','08:15:00','08:30:00',NULL),(2574,51,1716,'2028-10-26 08:15:00','2028-10-26 08:30:00','2028-10-26','08:15:00','08:30:00',NULL),(2575,51,1716,'2028-10-27 08:15:00','2028-10-27 08:30:00','2028-10-27','08:15:00','08:30:00',NULL),(2576,51,1716,'2028-10-30 08:15:00','2028-10-30 08:30:00','2028-10-30','08:15:00','08:30:00',NULL),(2577,51,1716,'2028-10-31 08:15:00','2028-10-31 08:30:00','2028-10-31','08:15:00','08:30:00',NULL),(2578,51,1716,'2028-11-01 08:15:00','2028-11-01 08:30:00','2028-11-01','08:15:00','08:30:00',NULL),(2579,51,1716,'2028-11-02 08:15:00','2028-11-02 08:30:00','2028-11-02','08:15:00','08:30:00',NULL),(2580,51,1716,'2028-11-03 08:15:00','2028-11-03 08:30:00','2028-11-03','08:15:00','08:30:00',NULL),(2581,51,1716,'2028-11-06 08:15:00','2028-11-06 08:30:00','2028-11-06','08:15:00','08:30:00',NULL),(2582,51,1716,'2028-11-07 08:15:00','2028-11-07 08:30:00','2028-11-07','08:15:00','08:30:00',NULL),(2583,51,1716,'2028-11-08 08:15:00','2028-11-08 08:30:00','2028-11-08','08:15:00','08:30:00',NULL),(2584,51,1716,'2028-11-09 08:15:00','2028-11-09 08:30:00','2028-11-09','08:15:00','08:30:00',NULL),(2585,51,1716,'2028-11-10 08:15:00','2028-11-10 08:30:00','2028-11-10','08:15:00','08:30:00',NULL),(2586,51,1716,'2028-11-13 08:15:00','2028-11-13 08:30:00','2028-11-13','08:15:00','08:30:00',NULL),(2587,51,1716,'2028-11-14 08:15:00','2028-11-14 08:30:00','2028-11-14','08:15:00','08:30:00',NULL),(2588,51,1716,'2028-11-15 08:15:00','2028-11-15 08:30:00','2028-11-15','08:15:00','08:30:00',NULL),(2589,51,1716,'2028-11-16 08:15:00','2028-11-16 08:30:00','2028-11-16','08:15:00','08:30:00',NULL),(2590,51,1716,'2028-11-17 08:15:00','2028-11-17 08:30:00','2028-11-17','08:15:00','08:30:00',NULL),(2591,51,1716,'2028-11-20 08:15:00','2028-11-20 08:30:00','2028-11-20','08:15:00','08:30:00',NULL),(2592,51,1716,'2028-11-21 08:15:00','2028-11-21 08:30:00','2028-11-21','08:15:00','08:30:00',NULL),(2593,51,1716,'2028-11-22 08:15:00','2028-11-22 08:30:00','2028-11-22','08:15:00','08:30:00',NULL),(2594,51,1716,'2028-11-23 08:15:00','2028-11-23 08:30:00','2028-11-23','08:15:00','08:30:00',NULL),(2595,51,1716,'2028-11-24 08:15:00','2028-11-24 08:30:00','2028-11-24','08:15:00','08:30:00',NULL),(2596,51,1716,'2028-11-27 08:15:00','2028-11-27 08:30:00','2028-11-27','08:15:00','08:30:00',NULL),(2597,51,1716,'2028-11-28 08:15:00','2028-11-28 08:30:00','2028-11-28','08:15:00','08:30:00',NULL),(2598,51,1716,'2028-11-29 08:15:00','2028-11-29 08:30:00','2028-11-29','08:15:00','08:30:00',NULL),(2599,51,1716,'2028-11-30 08:15:00','2028-11-30 08:30:00','2028-11-30','08:15:00','08:30:00',NULL),(2600,51,1716,'2028-12-01 08:15:00','2028-12-01 08:30:00','2028-12-01','08:15:00','08:30:00',NULL),(2601,51,1716,'2028-12-04 08:15:00','2028-12-04 08:30:00','2028-12-04','08:15:00','08:30:00',NULL),(2602,51,1716,'2028-12-05 08:15:00','2028-12-05 08:30:00','2028-12-05','08:15:00','08:30:00',NULL),(2603,51,1716,'2028-12-06 08:15:00','2028-12-06 08:30:00','2028-12-06','08:15:00','08:30:00',NULL),(2604,51,1716,'2028-12-07 08:15:00','2028-12-07 08:30:00','2028-12-07','08:15:00','08:30:00',NULL),(2605,51,1716,'2028-12-08 08:15:00','2028-12-08 08:30:00','2028-12-08','08:15:00','08:30:00',NULL),(2606,51,1716,'2028-12-11 08:15:00','2028-12-11 08:30:00','2028-12-11','08:15:00','08:30:00',NULL),(2607,51,1716,'2028-12-12 08:15:00','2028-12-12 08:30:00','2028-12-12','08:15:00','08:30:00',NULL),(2608,51,1716,'2028-12-13 08:15:00','2028-12-13 08:30:00','2028-12-13','08:15:00','08:30:00',NULL),(2609,51,1716,'2028-12-14 08:15:00','2028-12-14 08:30:00','2028-12-14','08:15:00','08:30:00',NULL),(2610,51,1716,'2028-12-15 08:15:00','2028-12-15 08:30:00','2028-12-15','08:15:00','08:30:00',NULL),(2611,51,1716,'2028-12-18 08:15:00','2028-12-18 08:30:00','2028-12-18','08:15:00','08:30:00',NULL),(2612,51,1716,'2028-12-19 08:15:00','2028-12-19 08:30:00','2028-12-19','08:15:00','08:30:00',NULL),(2613,51,1716,'2028-12-20 08:15:00','2028-12-20 08:30:00','2028-12-20','08:15:00','08:30:00',NULL),(2614,51,1716,'2028-12-21 08:15:00','2028-12-21 08:30:00','2028-12-21','08:15:00','08:30:00',NULL),(2615,51,1716,'2028-12-22 08:15:00','2028-12-22 08:30:00','2028-12-22','08:15:00','08:30:00',NULL),(2616,51,1716,'2028-12-25 08:15:00','2028-12-25 08:30:00','2028-12-25','08:15:00','08:30:00',NULL),(2617,51,1716,'2028-12-26 08:15:00','2028-12-26 08:30:00','2028-12-26','08:15:00','08:30:00',NULL),(2618,51,1716,'2028-12-27 08:15:00','2028-12-27 08:30:00','2028-12-27','08:15:00','08:30:00',NULL),(2619,51,1716,'2028-12-28 08:15:00','2028-12-28 08:30:00','2028-12-28','08:15:00','08:30:00',NULL),(2620,51,1716,'2028-12-29 08:15:00','2028-12-29 08:30:00','2028-12-29','08:15:00','08:30:00',NULL),(2621,51,1716,'2029-01-01 08:15:00','2029-01-01 08:30:00','2029-01-01','08:15:00','08:30:00',NULL),(2622,51,1716,'2029-01-02 08:15:00','2029-01-02 08:30:00','2029-01-02','08:15:00','08:30:00',NULL),(2623,51,1716,'2029-01-03 08:15:00','2029-01-03 08:30:00','2029-01-03','08:15:00','08:30:00',NULL),(2624,51,1716,'2029-01-04 08:15:00','2029-01-04 08:30:00','2029-01-04','08:15:00','08:30:00',NULL),(2625,51,1716,'2029-01-05 08:15:00','2029-01-05 08:30:00','2029-01-05','08:15:00','08:30:00',NULL),(2626,51,1716,'2029-01-08 08:15:00','2029-01-08 08:30:00','2029-01-08','08:15:00','08:30:00',NULL),(2627,51,1716,'2029-01-09 08:15:00','2029-01-09 08:30:00','2029-01-09','08:15:00','08:30:00',NULL),(2628,51,1716,'2029-01-10 08:15:00','2029-01-10 08:30:00','2029-01-10','08:15:00','08:30:00',NULL),(2629,51,1716,'2029-01-11 08:15:00','2029-01-11 08:30:00','2029-01-11','08:15:00','08:30:00',NULL),(2630,51,1716,'2029-01-12 08:15:00','2029-01-12 08:30:00','2029-01-12','08:15:00','08:30:00',NULL),(2631,51,1716,'2029-01-15 08:15:00','2029-01-15 08:30:00','2029-01-15','08:15:00','08:30:00',NULL),(2632,51,1716,'2029-01-16 08:15:00','2029-01-16 08:30:00','2029-01-16','08:15:00','08:30:00',NULL),(2633,51,1716,'2029-01-17 08:15:00','2029-01-17 08:30:00','2029-01-17','08:15:00','08:30:00',NULL),(2634,51,1716,'2029-01-18 08:15:00','2029-01-18 08:30:00','2029-01-18','08:15:00','08:30:00',NULL),(2635,51,1716,'2029-01-19 08:15:00','2029-01-19 08:30:00','2029-01-19','08:15:00','08:30:00',NULL),(2636,51,1716,'2029-01-22 08:15:00','2029-01-22 08:30:00','2029-01-22','08:15:00','08:30:00',NULL),(2637,51,1716,'2029-01-23 08:15:00','2029-01-23 08:30:00','2029-01-23','08:15:00','08:30:00',NULL),(2638,51,1716,'2029-01-24 08:15:00','2029-01-24 08:30:00','2029-01-24','08:15:00','08:30:00',NULL),(2639,51,1716,'2029-01-25 08:15:00','2029-01-25 08:30:00','2029-01-25','08:15:00','08:30:00',NULL),(2640,51,1716,'2029-01-26 08:15:00','2029-01-26 08:30:00','2029-01-26','08:15:00','08:30:00',NULL),(2641,51,1716,'2029-01-29 08:15:00','2029-01-29 08:30:00','2029-01-29','08:15:00','08:30:00',NULL),(2642,51,1716,'2029-01-30 08:15:00','2029-01-30 08:30:00','2029-01-30','08:15:00','08:30:00',NULL),(2643,51,1716,'2029-01-31 08:15:00','2029-01-31 08:30:00','2029-01-31','08:15:00','08:30:00',NULL),(2644,51,1716,'2029-02-01 08:15:00','2029-02-01 08:30:00','2029-02-01','08:15:00','08:30:00',NULL),(2645,51,1716,'2029-02-02 08:15:00','2029-02-02 08:30:00','2029-02-02','08:15:00','08:30:00',NULL),(2646,51,1716,'2029-02-05 08:15:00','2029-02-05 08:30:00','2029-02-05','08:15:00','08:30:00',NULL),(2647,51,1716,'2029-02-06 08:15:00','2029-02-06 08:30:00','2029-02-06','08:15:00','08:30:00',NULL),(2648,51,1716,'2029-02-07 08:15:00','2029-02-07 08:30:00','2029-02-07','08:15:00','08:30:00',NULL),(2649,51,1716,'2029-02-08 08:15:00','2029-02-08 08:30:00','2029-02-08','08:15:00','08:30:00',NULL),(2650,51,1716,'2029-02-09 08:15:00','2029-02-09 08:30:00','2029-02-09','08:15:00','08:30:00',NULL),(2651,51,1716,'2029-02-12 08:15:00','2029-02-12 08:30:00','2029-02-12','08:15:00','08:30:00',NULL),(2652,51,1716,'2029-02-13 08:15:00','2029-02-13 08:30:00','2029-02-13','08:15:00','08:30:00',NULL),(2653,51,1716,'2029-02-14 08:15:00','2029-02-14 08:30:00','2029-02-14','08:15:00','08:30:00',NULL),(2654,51,1716,'2029-02-15 08:15:00','2029-02-15 08:30:00','2029-02-15','08:15:00','08:30:00',NULL),(2655,51,1716,'2029-02-16 08:15:00','2029-02-16 08:30:00','2029-02-16','08:15:00','08:30:00',NULL),(2656,51,1716,'2029-02-19 08:15:00','2029-02-19 08:30:00','2029-02-19','08:15:00','08:30:00',NULL),(2657,51,1716,'2029-02-20 08:15:00','2029-02-20 08:30:00','2029-02-20','08:15:00','08:30:00',NULL),(2658,51,1716,'2029-02-21 08:15:00','2029-02-21 08:30:00','2029-02-21','08:15:00','08:30:00',NULL),(2659,51,1716,'2029-02-22 08:15:00','2029-02-22 08:30:00','2029-02-22','08:15:00','08:30:00',NULL),(2660,51,1716,'2029-02-23 08:15:00','2029-02-23 08:30:00','2029-02-23','08:15:00','08:30:00',NULL),(2661,51,1716,'2029-02-26 08:15:00','2029-02-26 08:30:00','2029-02-26','08:15:00','08:30:00',NULL),(2662,51,1716,'2029-02-27 08:15:00','2029-02-27 08:30:00','2029-02-27','08:15:00','08:30:00',NULL),(2663,51,1716,'2029-02-28 08:15:00','2029-02-28 08:30:00','2029-02-28','08:15:00','08:30:00',NULL),(2664,51,1716,'2029-03-01 08:15:00','2029-03-01 08:30:00','2029-03-01','08:15:00','08:30:00',NULL),(2665,51,1716,'2029-03-02 08:15:00','2029-03-02 08:30:00','2029-03-02','08:15:00','08:30:00',NULL),(2666,51,1716,'2029-03-05 08:15:00','2029-03-05 08:30:00','2029-03-05','08:15:00','08:30:00',NULL),(2667,51,1716,'2029-03-06 08:15:00','2029-03-06 08:30:00','2029-03-06','08:15:00','08:30:00',NULL),(2668,51,1716,'2029-03-07 08:15:00','2029-03-07 08:30:00','2029-03-07','08:15:00','08:30:00',NULL),(2669,51,1716,'2029-03-08 08:15:00','2029-03-08 08:30:00','2029-03-08','08:15:00','08:30:00',NULL),(2670,51,1716,'2029-03-09 08:15:00','2029-03-09 08:30:00','2029-03-09','08:15:00','08:30:00',NULL),(2671,51,1716,'2029-03-12 08:15:00','2029-03-12 08:30:00','2029-03-12','08:15:00','08:30:00',NULL),(2672,51,1716,'2029-03-13 08:15:00','2029-03-13 08:30:00','2029-03-13','08:15:00','08:30:00',NULL),(2673,51,1716,'2029-03-14 08:15:00','2029-03-14 08:30:00','2029-03-14','08:15:00','08:30:00',NULL),(2674,51,1716,'2029-03-15 08:15:00','2029-03-15 08:30:00','2029-03-15','08:15:00','08:30:00',NULL),(2675,51,1716,'2029-03-16 08:15:00','2029-03-16 08:30:00','2029-03-16','08:15:00','08:30:00',NULL),(2676,51,1716,'2029-03-19 08:15:00','2029-03-19 08:30:00','2029-03-19','08:15:00','08:30:00',NULL),(2677,51,1716,'2029-03-20 08:15:00','2029-03-20 08:30:00','2029-03-20','08:15:00','08:30:00',NULL),(2678,51,1716,'2029-03-21 08:15:00','2029-03-21 08:30:00','2029-03-21','08:15:00','08:30:00',NULL),(2679,51,1716,'2029-03-22 08:15:00','2029-03-22 08:30:00','2029-03-22','08:15:00','08:30:00',NULL),(2680,51,1716,'2029-03-23 08:15:00','2029-03-23 08:30:00','2029-03-23','08:15:00','08:30:00',NULL),(2681,51,1716,'2029-03-26 08:15:00','2029-03-26 08:30:00','2029-03-26','08:15:00','08:30:00',NULL),(2682,51,1716,'2029-03-27 08:15:00','2029-03-27 08:30:00','2029-03-27','08:15:00','08:30:00',NULL),(2683,51,1716,'2029-03-28 08:15:00','2029-03-28 08:30:00','2029-03-28','08:15:00','08:30:00',NULL),(2684,51,1716,'2029-03-29 08:15:00','2029-03-29 08:30:00','2029-03-29','08:15:00','08:30:00',NULL),(2685,51,1716,'2029-03-30 08:15:00','2029-03-30 08:30:00','2029-03-30','08:15:00','08:30:00',NULL),(2686,51,1716,'2029-04-02 08:15:00','2029-04-02 08:30:00','2029-04-02','08:15:00','08:30:00',NULL),(2687,51,1716,'2029-04-03 08:15:00','2029-04-03 08:30:00','2029-04-03','08:15:00','08:30:00',NULL),(2688,51,1716,'2029-04-04 08:15:00','2029-04-04 08:30:00','2029-04-04','08:15:00','08:30:00',NULL),(2689,51,1716,'2029-04-05 08:15:00','2029-04-05 08:30:00','2029-04-05','08:15:00','08:30:00',NULL),(2690,51,1716,'2029-04-06 08:15:00','2029-04-06 08:30:00','2029-04-06','08:15:00','08:30:00',NULL),(2691,51,1716,'2029-04-09 08:15:00','2029-04-09 08:30:00','2029-04-09','08:15:00','08:30:00',NULL),(2692,51,1716,'2029-04-10 08:15:00','2029-04-10 08:30:00','2029-04-10','08:15:00','08:30:00',NULL),(2693,51,1716,'2029-04-11 08:15:00','2029-04-11 08:30:00','2029-04-11','08:15:00','08:30:00',NULL),(2694,51,1716,'2029-04-12 08:15:00','2029-04-12 08:30:00','2029-04-12','08:15:00','08:30:00',NULL),(2695,51,1716,'2029-04-13 08:15:00','2029-04-13 08:30:00','2029-04-13','08:15:00','08:30:00',NULL),(2696,51,1716,'2029-04-16 08:15:00','2029-04-16 08:30:00','2029-04-16','08:15:00','08:30:00',NULL),(2697,51,1716,'2029-04-17 08:15:00','2029-04-17 08:30:00','2029-04-17','08:15:00','08:30:00',NULL),(2698,51,1716,'2029-04-18 08:15:00','2029-04-18 08:30:00','2029-04-18','08:15:00','08:30:00',NULL),(2699,51,1716,'2029-04-19 08:15:00','2029-04-19 08:30:00','2029-04-19','08:15:00','08:30:00',NULL),(2700,51,1716,'2029-04-20 08:15:00','2029-04-20 08:30:00','2029-04-20','08:15:00','08:30:00',NULL),(2701,51,1716,'2029-04-23 08:15:00','2029-04-23 08:30:00','2029-04-23','08:15:00','08:30:00',NULL),(2702,51,1716,'2029-04-24 08:15:00','2029-04-24 08:30:00','2029-04-24','08:15:00','08:30:00',NULL),(2703,51,1716,'2029-04-25 08:15:00','2029-04-25 08:30:00','2029-04-25','08:15:00','08:30:00',NULL),(2704,51,1716,'2029-04-26 08:15:00','2029-04-26 08:30:00','2029-04-26','08:15:00','08:30:00',NULL),(2705,51,1716,'2029-04-27 08:15:00','2029-04-27 08:30:00','2029-04-27','08:15:00','08:30:00',NULL),(2706,51,1716,'2029-04-30 08:15:00','2029-04-30 08:30:00','2029-04-30','08:15:00','08:30:00',NULL),(2707,51,1716,'2029-05-01 08:15:00','2029-05-01 08:30:00','2029-05-01','08:15:00','08:30:00',NULL),(2708,51,1716,'2029-05-02 08:15:00','2029-05-02 08:30:00','2029-05-02','08:15:00','08:30:00',NULL),(2709,51,1716,'2029-05-03 08:15:00','2029-05-03 08:30:00','2029-05-03','08:15:00','08:30:00',NULL),(2710,51,1716,'2029-05-04 08:15:00','2029-05-04 08:30:00','2029-05-04','08:15:00','08:30:00',NULL),(2711,51,1716,'2029-05-07 08:15:00','2029-05-07 08:30:00','2029-05-07','08:15:00','08:30:00',NULL),(2712,51,1716,'2029-05-08 08:15:00','2029-05-08 08:30:00','2029-05-08','08:15:00','08:30:00',NULL),(2713,51,1716,'2029-05-09 08:15:00','2029-05-09 08:30:00','2029-05-09','08:15:00','08:30:00',NULL),(2714,51,1716,'2029-05-10 08:15:00','2029-05-10 08:30:00','2029-05-10','08:15:00','08:30:00',NULL),(2715,51,1716,'2029-05-11 08:15:00','2029-05-11 08:30:00','2029-05-11','08:15:00','08:30:00',NULL),(2716,51,1716,'2029-05-14 08:15:00','2029-05-14 08:30:00','2029-05-14','08:15:00','08:30:00',NULL),(2717,51,1716,'2029-05-15 08:15:00','2029-05-15 08:30:00','2029-05-15','08:15:00','08:30:00',NULL),(2718,51,1716,'2029-05-16 08:15:00','2029-05-16 08:30:00','2029-05-16','08:15:00','08:30:00',NULL),(2719,51,1716,'2029-05-17 08:15:00','2029-05-17 08:30:00','2029-05-17','08:15:00','08:30:00',NULL),(2720,51,1716,'2029-05-18 08:15:00','2029-05-18 08:30:00','2029-05-18','08:15:00','08:30:00',NULL),(2721,51,1716,'2029-05-21 08:15:00','2029-05-21 08:30:00','2029-05-21','08:15:00','08:30:00',NULL),(2722,51,1716,'2029-05-22 08:15:00','2029-05-22 08:30:00','2029-05-22','08:15:00','08:30:00',NULL),(2723,51,1716,'2029-05-23 08:15:00','2029-05-23 08:30:00','2029-05-23','08:15:00','08:30:00',NULL),(2724,51,1716,'2029-05-24 08:15:00','2029-05-24 08:30:00','2029-05-24','08:15:00','08:30:00',NULL),(2725,51,1716,'2029-05-25 08:15:00','2029-05-25 08:30:00','2029-05-25','08:15:00','08:30:00',NULL),(2726,51,1716,'2029-05-28 08:15:00','2029-05-28 08:30:00','2029-05-28','08:15:00','08:30:00',NULL),(2727,51,1716,'2029-05-29 08:15:00','2029-05-29 08:30:00','2029-05-29','08:15:00','08:30:00',NULL),(2728,51,1716,'2029-05-30 08:15:00','2029-05-30 08:30:00','2029-05-30','08:15:00','08:30:00',NULL),(2729,51,1716,'2029-05-31 08:15:00','2029-05-31 08:30:00','2029-05-31','08:15:00','08:30:00',NULL),(2730,51,1716,'2029-06-01 08:15:00','2029-06-01 08:30:00','2029-06-01','08:15:00','08:30:00',NULL),(2731,51,1716,'2029-06-04 08:15:00','2029-06-04 08:30:00','2029-06-04','08:15:00','08:30:00',NULL),(2732,51,1716,'2029-06-05 08:15:00','2029-06-05 08:30:00','2029-06-05','08:15:00','08:30:00',NULL),(2733,51,1716,'2029-06-06 08:15:00','2029-06-06 08:30:00','2029-06-06','08:15:00','08:30:00',NULL),(2734,51,1716,'2029-06-07 08:15:00','2029-06-07 08:30:00','2029-06-07','08:15:00','08:30:00',NULL),(2735,51,1716,'2029-06-08 08:15:00','2029-06-08 08:30:00','2029-06-08','08:15:00','08:30:00',NULL),(2736,51,1716,'2029-06-11 08:15:00','2029-06-11 08:30:00','2029-06-11','08:15:00','08:30:00',NULL),(2737,51,1716,'2029-06-12 08:15:00','2029-06-12 08:30:00','2029-06-12','08:15:00','08:30:00',NULL),(2738,51,1716,'2029-06-13 08:15:00','2029-06-13 08:30:00','2029-06-13','08:15:00','08:30:00',NULL),(2739,51,1716,'2029-06-14 08:15:00','2029-06-14 08:30:00','2029-06-14','08:15:00','08:30:00',NULL),(2740,51,1716,'2029-06-15 08:15:00','2029-06-15 08:30:00','2029-06-15','08:15:00','08:30:00',NULL),(2741,51,1716,'2029-06-18 08:15:00','2029-06-18 08:30:00','2029-06-18','08:15:00','08:30:00',NULL),(2742,51,1716,'2029-06-19 08:15:00','2029-06-19 08:30:00','2029-06-19','08:15:00','08:30:00',NULL),(2743,51,1716,'2029-06-20 08:15:00','2029-06-20 08:30:00','2029-06-20','08:15:00','08:30:00',NULL),(2744,51,1716,'2029-06-21 08:15:00','2029-06-21 08:30:00','2029-06-21','08:15:00','08:30:00',NULL),(2745,51,1716,'2029-06-22 08:15:00','2029-06-22 08:30:00','2029-06-22','08:15:00','08:30:00',NULL),(2746,51,1716,'2029-06-25 08:15:00','2029-06-25 08:30:00','2029-06-25','08:15:00','08:30:00',NULL),(2747,51,1716,'2029-06-26 08:15:00','2029-06-26 08:30:00','2029-06-26','08:15:00','08:30:00',NULL),(2748,51,1716,'2029-06-27 08:15:00','2029-06-27 08:30:00','2029-06-27','08:15:00','08:30:00',NULL),(2749,51,1716,'2029-06-28 08:15:00','2029-06-28 08:30:00','2029-06-28','08:15:00','08:30:00',NULL),(2750,51,1716,'2029-06-29 08:15:00','2029-06-29 08:30:00','2029-06-29','08:15:00','08:30:00',NULL),(2751,51,1716,'2029-07-02 08:15:00','2029-07-02 08:30:00','2029-07-02','08:15:00','08:30:00',NULL),(2752,51,1716,'2029-07-03 08:15:00','2029-07-03 08:30:00','2029-07-03','08:15:00','08:30:00',NULL),(2753,51,1716,'2029-07-04 08:15:00','2029-07-04 08:30:00','2029-07-04','08:15:00','08:30:00',NULL),(2754,51,1716,'2029-07-05 08:15:00','2029-07-05 08:30:00','2029-07-05','08:15:00','08:30:00',NULL),(2755,51,1716,'2029-07-06 08:15:00','2029-07-06 08:30:00','2029-07-06','08:15:00','08:30:00',NULL),(2756,51,1716,'2029-07-09 08:15:00','2029-07-09 08:30:00','2029-07-09','08:15:00','08:30:00',NULL),(2757,51,1716,'2029-07-10 08:15:00','2029-07-10 08:30:00','2029-07-10','08:15:00','08:30:00',NULL),(2758,51,1716,'2029-07-11 08:15:00','2029-07-11 08:30:00','2029-07-11','08:15:00','08:30:00',NULL),(2759,51,1716,'2029-07-12 08:15:00','2029-07-12 08:30:00','2029-07-12','08:15:00','08:30:00',NULL),(2760,51,1716,'2029-07-13 08:15:00','2029-07-13 08:30:00','2029-07-13','08:15:00','08:30:00',NULL),(2761,51,1716,'2029-07-16 08:15:00','2029-07-16 08:30:00','2029-07-16','08:15:00','08:30:00',NULL),(2762,51,1716,'2029-07-17 08:15:00','2029-07-17 08:30:00','2029-07-17','08:15:00','08:30:00',NULL),(2763,51,1716,'2029-07-18 08:15:00','2029-07-18 08:30:00','2029-07-18','08:15:00','08:30:00',NULL),(2764,51,1716,'2029-07-19 08:15:00','2029-07-19 08:30:00','2029-07-19','08:15:00','08:30:00',NULL),(2765,51,1716,'2029-07-20 08:15:00','2029-07-20 08:30:00','2029-07-20','08:15:00','08:30:00',NULL),(2766,51,1716,'2029-07-23 08:15:00','2029-07-23 08:30:00','2029-07-23','08:15:00','08:30:00',NULL),(2767,51,1716,'2029-07-24 08:15:00','2029-07-24 08:30:00','2029-07-24','08:15:00','08:30:00',NULL),(2768,51,1716,'2029-07-25 08:15:00','2029-07-25 08:30:00','2029-07-25','08:15:00','08:30:00',NULL),(2769,51,1716,'2029-07-26 08:15:00','2029-07-26 08:30:00','2029-07-26','08:15:00','08:30:00',NULL),(2770,51,1716,'2029-07-27 08:15:00','2029-07-27 08:30:00','2029-07-27','08:15:00','08:30:00',NULL),(2771,51,1716,'2029-07-30 08:15:00','2029-07-30 08:30:00','2029-07-30','08:15:00','08:30:00',NULL),(2772,51,1716,'2029-07-31 08:15:00','2029-07-31 08:30:00','2029-07-31','08:15:00','08:30:00',NULL),(2773,51,1716,'2029-08-01 08:15:00','2029-08-01 08:30:00','2029-08-01','08:15:00','08:30:00',NULL),(2774,51,1716,'2029-08-02 08:15:00','2029-08-02 08:30:00','2029-08-02','08:15:00','08:30:00',NULL),(2775,51,1716,'2029-08-03 08:15:00','2029-08-03 08:30:00','2029-08-03','08:15:00','08:30:00',NULL),(2776,51,1716,'2029-08-06 08:15:00','2029-08-06 08:30:00','2029-08-06','08:15:00','08:30:00',NULL),(2777,51,1716,'2029-08-07 08:15:00','2029-08-07 08:30:00','2029-08-07','08:15:00','08:30:00',NULL),(2778,51,1716,'2029-08-08 08:15:00','2029-08-08 08:30:00','2029-08-08','08:15:00','08:30:00',NULL),(2779,51,1716,'2029-08-09 08:15:00','2029-08-09 08:30:00','2029-08-09','08:15:00','08:30:00',NULL),(2780,51,1716,'2029-08-10 08:15:00','2029-08-10 08:30:00','2029-08-10','08:15:00','08:30:00',NULL),(2781,51,1716,'2029-08-13 08:15:00','2029-08-13 08:30:00','2029-08-13','08:15:00','08:30:00',NULL),(2782,51,1716,'2029-08-14 08:15:00','2029-08-14 08:30:00','2029-08-14','08:15:00','08:30:00',NULL),(2783,51,1716,'2029-08-15 08:15:00','2029-08-15 08:30:00','2029-08-15','08:15:00','08:30:00',NULL),(2784,51,1716,'2029-08-16 08:15:00','2029-08-16 08:30:00','2029-08-16','08:15:00','08:30:00',NULL),(2785,51,1716,'2029-08-17 08:15:00','2029-08-17 08:30:00','2029-08-17','08:15:00','08:30:00',NULL),(2786,51,1716,'2029-08-20 08:15:00','2029-08-20 08:30:00','2029-08-20','08:15:00','08:30:00',NULL),(2787,51,1716,'2029-08-21 08:15:00','2029-08-21 08:30:00','2029-08-21','08:15:00','08:30:00',NULL),(2788,51,1716,'2029-08-22 08:15:00','2029-08-22 08:30:00','2029-08-22','08:15:00','08:30:00',NULL),(2789,51,1716,'2029-08-23 08:15:00','2029-08-23 08:30:00','2029-08-23','08:15:00','08:30:00',NULL),(2790,51,1716,'2029-08-24 08:15:00','2029-08-24 08:30:00','2029-08-24','08:15:00','08:30:00',NULL),(2791,51,1716,'2029-08-27 08:15:00','2029-08-27 08:30:00','2029-08-27','08:15:00','08:30:00',NULL),(2792,51,1716,'2029-08-28 08:15:00','2029-08-28 08:30:00','2029-08-28','08:15:00','08:30:00',NULL),(2793,51,1716,'2029-08-29 08:15:00','2029-08-29 08:30:00','2029-08-29','08:15:00','08:30:00',NULL),(2794,51,1716,'2029-08-30 08:15:00','2029-08-30 08:30:00','2029-08-30','08:15:00','08:30:00',NULL),(2795,51,1716,'2029-08-31 08:15:00','2029-08-31 08:30:00','2029-08-31','08:15:00','08:30:00',NULL),(2796,51,1716,'2029-09-03 08:15:00','2029-09-03 08:30:00','2029-09-03','08:15:00','08:30:00',NULL),(2797,51,1716,'2029-09-04 08:15:00','2029-09-04 08:30:00','2029-09-04','08:15:00','08:30:00',NULL),(2798,51,1716,'2029-09-05 08:15:00','2029-09-05 08:30:00','2029-09-05','08:15:00','08:30:00',NULL),(2799,51,1716,'2029-09-06 08:15:00','2029-09-06 08:30:00','2029-09-06','08:15:00','08:30:00',NULL),(2800,51,1716,'2029-09-07 08:15:00','2029-09-07 08:30:00','2029-09-07','08:15:00','08:30:00',NULL),(2801,51,1716,'2029-09-10 08:15:00','2029-09-10 08:30:00','2029-09-10','08:15:00','08:30:00',NULL),(2802,51,1716,'2029-09-11 08:15:00','2029-09-11 08:30:00','2029-09-11','08:15:00','08:30:00',NULL),(2803,51,1716,'2029-09-12 08:15:00','2029-09-12 08:30:00','2029-09-12','08:15:00','08:30:00',NULL),(2804,51,1716,'2029-09-13 08:15:00','2029-09-13 08:30:00','2029-09-13','08:15:00','08:30:00',NULL),(2805,51,1716,'2029-09-14 08:15:00','2029-09-14 08:30:00','2029-09-14','08:15:00','08:30:00',NULL),(2806,51,1716,'2029-09-17 08:15:00','2029-09-17 08:30:00','2029-09-17','08:15:00','08:30:00',NULL),(2807,51,1716,'2029-09-18 08:15:00','2029-09-18 08:30:00','2029-09-18','08:15:00','08:30:00',NULL),(2808,51,1716,'2029-09-19 08:15:00','2029-09-19 08:30:00','2029-09-19','08:15:00','08:30:00',NULL),(2809,51,1716,'2029-09-20 08:15:00','2029-09-20 08:30:00','2029-09-20','08:15:00','08:30:00',NULL),(2810,51,1716,'2029-09-21 08:15:00','2029-09-21 08:30:00','2029-09-21','08:15:00','08:30:00',NULL),(2811,51,1716,'2029-09-24 08:15:00','2029-09-24 08:30:00','2029-09-24','08:15:00','08:30:00',NULL),(2812,51,1716,'2029-09-25 08:15:00','2029-09-25 08:30:00','2029-09-25','08:15:00','08:30:00',NULL),(2813,51,1716,'2029-09-26 08:15:00','2029-09-26 08:30:00','2029-09-26','08:15:00','08:30:00',NULL),(2814,51,1716,'2029-09-27 08:15:00','2029-09-27 08:30:00','2029-09-27','08:15:00','08:30:00',NULL),(2815,51,1716,'2029-09-28 08:15:00','2029-09-28 08:30:00','2029-09-28','08:15:00','08:30:00',NULL),(2816,51,1716,'2029-10-01 08:15:00','2029-10-01 08:30:00','2029-10-01','08:15:00','08:30:00',NULL),(2817,51,1716,'2029-10-02 08:15:00','2029-10-02 08:30:00','2029-10-02','08:15:00','08:30:00',NULL),(2818,51,1716,'2029-10-03 08:15:00','2029-10-03 08:30:00','2029-10-03','08:15:00','08:30:00',NULL),(2819,51,1716,'2029-10-04 08:15:00','2029-10-04 08:30:00','2029-10-04','08:15:00','08:30:00',NULL),(2820,51,1716,'2029-10-05 08:15:00','2029-10-05 08:30:00','2029-10-05','08:15:00','08:30:00',NULL),(2821,51,1716,'2029-10-08 08:15:00','2029-10-08 08:30:00','2029-10-08','08:15:00','08:30:00',NULL),(2822,51,1716,'2029-10-09 08:15:00','2029-10-09 08:30:00','2029-10-09','08:15:00','08:30:00',NULL),(2823,51,1716,'2029-10-10 08:15:00','2029-10-10 08:30:00','2029-10-10','08:15:00','08:30:00',NULL),(2824,51,1716,'2029-10-11 08:15:00','2029-10-11 08:30:00','2029-10-11','08:15:00','08:30:00',NULL),(2825,51,1716,'2029-10-12 08:15:00','2029-10-12 08:30:00','2029-10-12','08:15:00','08:30:00',NULL),(2826,51,1716,'2029-10-15 08:15:00','2029-10-15 08:30:00','2029-10-15','08:15:00','08:30:00',NULL),(2827,51,1716,'2029-10-16 08:15:00','2029-10-16 08:30:00','2029-10-16','08:15:00','08:30:00',NULL),(2828,51,1716,'2029-10-17 08:15:00','2029-10-17 08:30:00','2029-10-17','08:15:00','08:30:00',NULL),(2829,51,1716,'2029-10-18 08:15:00','2029-10-18 08:30:00','2029-10-18','08:15:00','08:30:00',NULL),(2830,51,1716,'2029-10-19 08:15:00','2029-10-19 08:30:00','2029-10-19','08:15:00','08:30:00',NULL),(2831,51,1716,'2029-10-22 08:15:00','2029-10-22 08:30:00','2029-10-22','08:15:00','08:30:00',NULL),(2832,51,1716,'2029-10-23 08:15:00','2029-10-23 08:30:00','2029-10-23','08:15:00','08:30:00',NULL),(2833,51,1716,'2029-10-24 08:15:00','2029-10-24 08:30:00','2029-10-24','08:15:00','08:30:00',NULL),(2834,51,1716,'2029-10-25 08:15:00','2029-10-25 08:30:00','2029-10-25','08:15:00','08:30:00',NULL),(2835,51,1716,'2029-10-26 08:15:00','2029-10-26 08:30:00','2029-10-26','08:15:00','08:30:00',NULL),(2836,51,1716,'2029-10-29 08:15:00','2029-10-29 08:30:00','2029-10-29','08:15:00','08:30:00',NULL),(2837,51,1716,'2029-10-30 08:15:00','2029-10-30 08:30:00','2029-10-30','08:15:00','08:30:00',NULL),(2838,51,1716,'2029-10-31 08:15:00','2029-10-31 08:30:00','2029-10-31','08:15:00','08:30:00',NULL),(2839,51,1716,'2029-11-01 08:15:00','2029-11-01 08:30:00','2029-11-01','08:15:00','08:30:00',NULL),(2840,51,1716,'2029-11-02 08:15:00','2029-11-02 08:30:00','2029-11-02','08:15:00','08:30:00',NULL),(2841,51,1716,'2029-11-05 08:15:00','2029-11-05 08:30:00','2029-11-05','08:15:00','08:30:00',NULL),(2842,51,1716,'2029-11-06 08:15:00','2029-11-06 08:30:00','2029-11-06','08:15:00','08:30:00',NULL),(2843,51,1716,'2029-11-07 08:15:00','2029-11-07 08:30:00','2029-11-07','08:15:00','08:30:00',NULL),(2844,51,1716,'2029-11-08 08:15:00','2029-11-08 08:30:00','2029-11-08','08:15:00','08:30:00',NULL),(2845,51,1716,'2029-11-09 08:15:00','2029-11-09 08:30:00','2029-11-09','08:15:00','08:30:00',NULL),(2846,51,1716,'2029-11-12 08:15:00','2029-11-12 08:30:00','2029-11-12','08:15:00','08:30:00',NULL),(2847,51,1716,'2029-11-13 08:15:00','2029-11-13 08:30:00','2029-11-13','08:15:00','08:30:00',NULL),(2848,51,1716,'2029-11-14 08:15:00','2029-11-14 08:30:00','2029-11-14','08:15:00','08:30:00',NULL),(2849,51,1716,'2029-11-15 08:15:00','2029-11-15 08:30:00','2029-11-15','08:15:00','08:30:00',NULL),(2850,51,1716,'2029-11-16 08:15:00','2029-11-16 08:30:00','2029-11-16','08:15:00','08:30:00',NULL),(2851,51,1716,'2029-11-19 08:15:00','2029-11-19 08:30:00','2029-11-19','08:15:00','08:30:00',NULL),(2852,51,1716,'2029-11-20 08:15:00','2029-11-20 08:30:00','2029-11-20','08:15:00','08:30:00',NULL),(2853,51,1716,'2029-11-21 08:15:00','2029-11-21 08:30:00','2029-11-21','08:15:00','08:30:00',NULL),(2854,51,1716,'2029-11-22 08:15:00','2029-11-22 08:30:00','2029-11-22','08:15:00','08:30:00',NULL),(2855,51,1716,'2029-11-23 08:15:00','2029-11-23 08:30:00','2029-11-23','08:15:00','08:30:00',NULL),(2856,51,1716,'2029-11-26 08:15:00','2029-11-26 08:30:00','2029-11-26','08:15:00','08:30:00',NULL),(2857,51,1716,'2029-11-27 08:15:00','2029-11-27 08:30:00','2029-11-27','08:15:00','08:30:00',NULL),(2858,51,1716,'2029-11-28 08:15:00','2029-11-28 08:30:00','2029-11-28','08:15:00','08:30:00',NULL),(2859,51,1716,'2029-11-29 08:15:00','2029-11-29 08:30:00','2029-11-29','08:15:00','08:30:00',NULL),(2860,51,1716,'2029-11-30 08:15:00','2029-11-30 08:30:00','2029-11-30','08:15:00','08:30:00',NULL),(2861,51,1716,'2029-12-03 08:15:00','2029-12-03 08:30:00','2029-12-03','08:15:00','08:30:00',NULL),(2862,51,1716,'2029-12-04 08:15:00','2029-12-04 08:30:00','2029-12-04','08:15:00','08:30:00',NULL),(2863,51,1716,'2029-12-05 08:15:00','2029-12-05 08:30:00','2029-12-05','08:15:00','08:30:00',NULL),(2864,51,1716,'2029-12-06 08:15:00','2029-12-06 08:30:00','2029-12-06','08:15:00','08:30:00',NULL),(2865,51,1716,'2029-12-07 08:15:00','2029-12-07 08:30:00','2029-12-07','08:15:00','08:30:00',NULL),(2866,51,1716,'2029-12-10 08:15:00','2029-12-10 08:30:00','2029-12-10','08:15:00','08:30:00',NULL),(2867,51,1716,'2029-12-11 08:15:00','2029-12-11 08:30:00','2029-12-11','08:15:00','08:30:00',NULL),(2868,51,1716,'2029-12-12 08:15:00','2029-12-12 08:30:00','2029-12-12','08:15:00','08:30:00',NULL),(2869,51,1716,'2029-12-13 08:15:00','2029-12-13 08:30:00','2029-12-13','08:15:00','08:30:00',NULL),(2870,51,1716,'2029-12-14 08:15:00','2029-12-14 08:30:00','2029-12-14','08:15:00','08:30:00',NULL),(2871,51,1716,'2029-12-17 08:15:00','2029-12-17 08:30:00','2029-12-17','08:15:00','08:30:00',NULL),(2872,51,1716,'2029-12-18 08:15:00','2029-12-18 08:30:00','2029-12-18','08:15:00','08:30:00',NULL),(2873,51,1716,'2029-12-19 08:15:00','2029-12-19 08:30:00','2029-12-19','08:15:00','08:30:00',NULL),(2874,51,1716,'2029-12-20 08:15:00','2029-12-20 08:30:00','2029-12-20','08:15:00','08:30:00',NULL),(2875,51,1716,'2029-12-21 08:15:00','2029-12-21 08:30:00','2029-12-21','08:15:00','08:30:00',NULL),(2876,51,1716,'2029-12-24 08:15:00','2029-12-24 08:30:00','2029-12-24','08:15:00','08:30:00',NULL),(2877,51,1716,'2029-12-25 08:15:00','2029-12-25 08:30:00','2029-12-25','08:15:00','08:30:00',NULL),(2878,51,1716,'2029-12-26 08:15:00','2029-12-26 08:30:00','2029-12-26','08:15:00','08:30:00',NULL),(2879,51,1716,'2029-12-27 08:15:00','2029-12-27 08:30:00','2029-12-27','08:15:00','08:30:00',NULL),(2880,51,1716,'2029-12-28 08:15:00','2029-12-28 08:30:00','2029-12-28','08:15:00','08:30:00',NULL),(2881,51,1716,'2029-12-31 08:15:00','2029-12-31 08:30:00','2029-12-31','08:15:00','08:30:00',NULL),(2882,51,1716,'2030-01-01 08:15:00','2030-01-01 08:30:00','2030-01-01','08:15:00','08:30:00',NULL),(2883,51,1716,'2030-01-02 08:15:00','2030-01-02 08:30:00','2030-01-02','08:15:00','08:30:00',NULL),(2884,51,1716,'2030-01-03 08:15:00','2030-01-03 08:30:00','2030-01-03','08:15:00','08:30:00',NULL),(2885,51,1716,'2030-01-04 08:15:00','2030-01-04 08:30:00','2030-01-04','08:15:00','08:30:00',NULL),(2886,51,1716,'2030-01-07 08:15:00','2030-01-07 08:30:00','2030-01-07','08:15:00','08:30:00',NULL),(2887,51,1716,'2030-01-08 08:15:00','2030-01-08 08:30:00','2030-01-08','08:15:00','08:30:00',NULL),(2888,51,1716,'2030-01-09 08:15:00','2030-01-09 08:30:00','2030-01-09','08:15:00','08:30:00',NULL),(2889,51,1716,'2030-01-10 08:15:00','2030-01-10 08:30:00','2030-01-10','08:15:00','08:30:00',NULL),(2890,51,1716,'2030-01-11 08:15:00','2030-01-11 08:30:00','2030-01-11','08:15:00','08:30:00',NULL),(2891,51,1716,'2030-01-14 08:15:00','2030-01-14 08:30:00','2030-01-14','08:15:00','08:30:00',NULL),(2892,51,1716,'2030-01-15 08:15:00','2030-01-15 08:30:00','2030-01-15','08:15:00','08:30:00',NULL),(2893,51,1716,'2030-01-16 08:15:00','2030-01-16 08:30:00','2030-01-16','08:15:00','08:30:00',NULL),(2894,51,1716,'2030-01-17 08:15:00','2030-01-17 08:30:00','2030-01-17','08:15:00','08:30:00',NULL),(2895,51,1716,'2030-01-18 08:15:00','2030-01-18 08:30:00','2030-01-18','08:15:00','08:30:00',NULL),(2896,51,1716,'2030-01-21 08:15:00','2030-01-21 08:30:00','2030-01-21','08:15:00','08:30:00',NULL),(2897,51,1716,'2030-01-22 08:15:00','2030-01-22 08:30:00','2030-01-22','08:15:00','08:30:00',NULL),(2898,51,1716,'2030-01-23 08:15:00','2030-01-23 08:30:00','2030-01-23','08:15:00','08:30:00',NULL),(2899,51,1716,'2030-01-24 08:15:00','2030-01-24 08:30:00','2030-01-24','08:15:00','08:30:00',NULL),(2900,51,1716,'2030-01-25 08:15:00','2030-01-25 08:30:00','2030-01-25','08:15:00','08:30:00',NULL),(2901,51,1716,'2030-01-28 08:15:00','2030-01-28 08:30:00','2030-01-28','08:15:00','08:30:00',NULL),(2902,51,1716,'2030-01-29 08:15:00','2030-01-29 08:30:00','2030-01-29','08:15:00','08:30:00',NULL),(2903,51,1716,'2030-01-30 08:15:00','2030-01-30 08:30:00','2030-01-30','08:15:00','08:30:00',NULL),(2904,51,1716,'2030-01-31 08:15:00','2030-01-31 08:30:00','2030-01-31','08:15:00','08:30:00',NULL),(2905,51,1716,'2030-02-01 08:15:00','2030-02-01 08:30:00','2030-02-01','08:15:00','08:30:00',NULL),(2906,51,1716,'2030-02-04 08:15:00','2030-02-04 08:30:00','2030-02-04','08:15:00','08:30:00',NULL),(2907,51,1716,'2030-02-05 08:15:00','2030-02-05 08:30:00','2030-02-05','08:15:00','08:30:00',NULL),(2908,51,1716,'2030-02-06 08:15:00','2030-02-06 08:30:00','2030-02-06','08:15:00','08:30:00',NULL),(2909,51,1716,'2030-02-07 08:15:00','2030-02-07 08:30:00','2030-02-07','08:15:00','08:30:00',NULL),(2910,51,1716,'2030-02-08 08:15:00','2030-02-08 08:30:00','2030-02-08','08:15:00','08:30:00',NULL),(2911,51,1716,'2030-02-11 08:15:00','2030-02-11 08:30:00','2030-02-11','08:15:00','08:30:00',NULL),(2912,51,1716,'2030-02-12 08:15:00','2030-02-12 08:30:00','2030-02-12','08:15:00','08:30:00',NULL),(2913,51,1716,'2030-02-13 08:15:00','2030-02-13 08:30:00','2030-02-13','08:15:00','08:30:00',NULL),(2914,51,1716,'2030-02-14 08:15:00','2030-02-14 08:30:00','2030-02-14','08:15:00','08:30:00',NULL),(2915,51,1716,'2030-02-15 08:15:00','2030-02-15 08:30:00','2030-02-15','08:15:00','08:30:00',NULL),(2916,51,1716,'2030-02-18 08:15:00','2030-02-18 08:30:00','2030-02-18','08:15:00','08:30:00',NULL),(2917,51,1716,'2030-02-19 08:15:00','2030-02-19 08:30:00','2030-02-19','08:15:00','08:30:00',NULL),(2918,51,1716,'2030-02-20 08:15:00','2030-02-20 08:30:00','2030-02-20','08:15:00','08:30:00',NULL),(2919,51,1716,'2030-02-21 08:15:00','2030-02-21 08:30:00','2030-02-21','08:15:00','08:30:00',NULL),(2920,51,1716,'2030-02-22 08:15:00','2030-02-22 08:30:00','2030-02-22','08:15:00','08:30:00',NULL),(2921,51,1716,'2030-02-25 08:15:00','2030-02-25 08:30:00','2030-02-25','08:15:00','08:30:00',NULL),(2922,51,1716,'2030-02-26 08:15:00','2030-02-26 08:30:00','2030-02-26','08:15:00','08:30:00',NULL),(2923,51,1716,'2030-02-27 08:15:00','2030-02-27 08:30:00','2030-02-27','08:15:00','08:30:00',NULL),(2924,51,1716,'2030-02-28 08:15:00','2030-02-28 08:30:00','2030-02-28','08:15:00','08:30:00',NULL),(2925,51,1716,'2030-03-01 08:15:00','2030-03-01 08:30:00','2030-03-01','08:15:00','08:30:00',NULL),(2926,51,1716,'2030-03-04 08:15:00','2030-03-04 08:30:00','2030-03-04','08:15:00','08:30:00',NULL),(2927,51,1716,'2030-03-05 08:15:00','2030-03-05 08:30:00','2030-03-05','08:15:00','08:30:00',NULL),(2928,51,1716,'2030-03-06 08:15:00','2030-03-06 08:30:00','2030-03-06','08:15:00','08:30:00',NULL),(2929,51,1716,'2030-03-07 08:15:00','2030-03-07 08:30:00','2030-03-07','08:15:00','08:30:00',NULL),(2930,51,1716,'2030-03-08 08:15:00','2030-03-08 08:30:00','2030-03-08','08:15:00','08:30:00',NULL),(2931,51,1716,'2030-03-11 08:15:00','2030-03-11 08:30:00','2030-03-11','08:15:00','08:30:00',NULL),(2932,51,1716,'2030-03-12 08:15:00','2030-03-12 08:30:00','2030-03-12','08:15:00','08:30:00',NULL),(2933,51,1716,'2030-03-13 08:15:00','2030-03-13 08:30:00','2030-03-13','08:15:00','08:30:00',NULL),(2934,51,1716,'2030-03-14 08:15:00','2030-03-14 08:30:00','2030-03-14','08:15:00','08:30:00',NULL),(2935,51,1716,'2030-03-15 08:15:00','2030-03-15 08:30:00','2030-03-15','08:15:00','08:30:00',NULL),(2936,51,1716,'2030-03-18 08:15:00','2030-03-18 08:30:00','2030-03-18','08:15:00','08:30:00',NULL),(2937,51,1716,'2030-03-19 08:15:00','2030-03-19 08:30:00','2030-03-19','08:15:00','08:30:00',NULL),(2938,51,1716,'2030-03-20 08:15:00','2030-03-20 08:30:00','2030-03-20','08:15:00','08:30:00',NULL),(2939,51,1716,'2030-03-21 08:15:00','2030-03-21 08:30:00','2030-03-21','08:15:00','08:30:00',NULL),(2940,51,1716,'2030-03-22 08:15:00','2030-03-22 08:30:00','2030-03-22','08:15:00','08:30:00',NULL),(2941,51,1716,'2030-03-25 08:15:00','2030-03-25 08:30:00','2030-03-25','08:15:00','08:30:00',NULL),(2942,51,1716,'2030-03-26 08:15:00','2030-03-26 08:30:00','2030-03-26','08:15:00','08:30:00',NULL),(2943,51,1716,'2030-03-27 08:15:00','2030-03-27 08:30:00','2030-03-27','08:15:00','08:30:00',NULL),(2944,51,1716,'2030-03-28 08:15:00','2030-03-28 08:30:00','2030-03-28','08:15:00','08:30:00',NULL),(2945,51,1716,'2030-03-29 08:15:00','2030-03-29 08:30:00','2030-03-29','08:15:00','08:30:00',NULL),(2946,51,1716,'2030-04-01 08:15:00','2030-04-01 08:30:00','2030-04-01','08:15:00','08:30:00',NULL),(2947,51,1716,'2030-04-02 08:15:00','2030-04-02 08:30:00','2030-04-02','08:15:00','08:30:00',NULL),(2948,51,1716,'2030-04-03 08:15:00','2030-04-03 08:30:00','2030-04-03','08:15:00','08:30:00',NULL),(2949,51,1716,'2030-04-04 08:15:00','2030-04-04 08:30:00','2030-04-04','08:15:00','08:30:00',NULL),(2950,51,1716,'2030-04-05 08:15:00','2030-04-05 08:30:00','2030-04-05','08:15:00','08:30:00',NULL),(2951,51,1716,'2030-04-08 08:15:00','2030-04-08 08:30:00','2030-04-08','08:15:00','08:30:00',NULL),(2952,51,1716,'2030-04-09 08:15:00','2030-04-09 08:30:00','2030-04-09','08:15:00','08:30:00',NULL),(2953,51,1716,'2030-04-10 08:15:00','2030-04-10 08:30:00','2030-04-10','08:15:00','08:30:00',NULL),(2954,51,1716,'2030-04-11 08:15:00','2030-04-11 08:30:00','2030-04-11','08:15:00','08:30:00',NULL),(2955,51,1716,'2030-04-12 08:15:00','2030-04-12 08:30:00','2030-04-12','08:15:00','08:30:00',NULL),(2956,51,1716,'2030-04-15 08:15:00','2030-04-15 08:30:00','2030-04-15','08:15:00','08:30:00',NULL),(2957,51,1716,'2030-04-16 08:15:00','2030-04-16 08:30:00','2030-04-16','08:15:00','08:30:00',NULL),(2958,51,1716,'2030-04-17 08:15:00','2030-04-17 08:30:00','2030-04-17','08:15:00','08:30:00',NULL),(2959,51,1716,'2030-04-18 08:15:00','2030-04-18 08:30:00','2030-04-18','08:15:00','08:30:00',NULL),(2960,51,1716,'2030-04-19 08:15:00','2030-04-19 08:30:00','2030-04-19','08:15:00','08:30:00',NULL),(2961,51,1716,'2030-04-22 08:15:00','2030-04-22 08:30:00','2030-04-22','08:15:00','08:30:00',NULL),(2962,51,1716,'2030-04-23 08:15:00','2030-04-23 08:30:00','2030-04-23','08:15:00','08:30:00',NULL),(2963,51,1716,'2030-04-24 08:15:00','2030-04-24 08:30:00','2030-04-24','08:15:00','08:30:00',NULL),(2964,51,1716,'2030-04-25 08:15:00','2030-04-25 08:30:00','2030-04-25','08:15:00','08:30:00',NULL),(2965,51,1716,'2030-04-26 08:15:00','2030-04-26 08:30:00','2030-04-26','08:15:00','08:30:00',NULL),(2966,51,1716,'2030-04-29 08:15:00','2030-04-29 08:30:00','2030-04-29','08:15:00','08:30:00',NULL),(2967,51,1716,'2030-04-30 08:15:00','2030-04-30 08:30:00','2030-04-30','08:15:00','08:30:00',NULL),(2968,51,1716,'2030-05-01 08:15:00','2030-05-01 08:30:00','2030-05-01','08:15:00','08:30:00',NULL),(2969,51,1716,'2030-05-02 08:15:00','2030-05-02 08:30:00','2030-05-02','08:15:00','08:30:00',NULL),(2970,51,1716,'2030-05-03 08:15:00','2030-05-03 08:30:00','2030-05-03','08:15:00','08:30:00',NULL),(2971,51,1716,'2030-05-06 08:15:00','2030-05-06 08:30:00','2030-05-06','08:15:00','08:30:00',NULL),(2972,51,1716,'2030-05-07 08:15:00','2030-05-07 08:30:00','2030-05-07','08:15:00','08:30:00',NULL),(2973,51,1716,'2030-05-08 08:15:00','2030-05-08 08:30:00','2030-05-08','08:15:00','08:30:00',NULL),(2974,51,1716,'2030-05-09 08:15:00','2030-05-09 08:30:00','2030-05-09','08:15:00','08:30:00',NULL),(2975,51,1716,'2030-05-10 08:15:00','2030-05-10 08:30:00','2030-05-10','08:15:00','08:30:00',NULL),(2976,51,1716,'2030-05-13 08:15:00','2030-05-13 08:30:00','2030-05-13','08:15:00','08:30:00',NULL),(2977,51,1716,'2030-05-14 08:15:00','2030-05-14 08:30:00','2030-05-14','08:15:00','08:30:00',NULL),(2978,51,1716,'2030-05-15 08:15:00','2030-05-15 08:30:00','2030-05-15','08:15:00','08:30:00',NULL),(2979,51,1716,'2030-05-16 08:15:00','2030-05-16 08:30:00','2030-05-16','08:15:00','08:30:00',NULL),(2980,51,1716,'2030-05-17 08:15:00','2030-05-17 08:30:00','2030-05-17','08:15:00','08:30:00',NULL),(2981,51,1716,'2030-05-20 08:15:00','2030-05-20 08:30:00','2030-05-20','08:15:00','08:30:00',NULL),(2982,51,1716,'2030-05-21 08:15:00','2030-05-21 08:30:00','2030-05-21','08:15:00','08:30:00',NULL),(2983,51,1716,'2030-05-22 08:15:00','2030-05-22 08:30:00','2030-05-22','08:15:00','08:30:00',NULL),(2984,51,1716,'2030-05-23 08:15:00','2030-05-23 08:30:00','2030-05-23','08:15:00','08:30:00',NULL),(2985,51,1716,'2030-05-24 08:15:00','2030-05-24 08:30:00','2030-05-24','08:15:00','08:30:00',NULL),(2986,51,1716,'2030-05-27 08:15:00','2030-05-27 08:30:00','2030-05-27','08:15:00','08:30:00',NULL),(2987,51,1716,'2030-05-28 08:15:00','2030-05-28 08:30:00','2030-05-28','08:15:00','08:30:00',NULL),(2988,51,1716,'2030-05-29 08:15:00','2030-05-29 08:30:00','2030-05-29','08:15:00','08:30:00',NULL),(2989,51,1716,'2030-05-30 08:15:00','2030-05-30 08:30:00','2030-05-30','08:15:00','08:30:00',NULL),(2990,51,1716,'2030-05-31 08:15:00','2030-05-31 08:30:00','2030-05-31','08:15:00','08:30:00',NULL),(2991,51,1716,'2030-06-03 08:15:00','2030-06-03 08:30:00','2030-06-03','08:15:00','08:30:00',NULL),(2992,51,1716,'2030-06-04 08:15:00','2030-06-04 08:30:00','2030-06-04','08:15:00','08:30:00',NULL),(2993,51,1716,'2030-06-05 08:15:00','2030-06-05 08:30:00','2030-06-05','08:15:00','08:30:00',NULL),(2994,51,1716,'2030-06-06 08:15:00','2030-06-06 08:30:00','2030-06-06','08:15:00','08:30:00',NULL),(2995,51,1716,'2030-06-07 08:15:00','2030-06-07 08:30:00','2030-06-07','08:15:00','08:30:00',NULL),(2996,51,1716,'2030-06-10 08:15:00','2030-06-10 08:30:00','2030-06-10','08:15:00','08:30:00',NULL),(2997,51,1716,'2030-06-11 08:15:00','2030-06-11 08:30:00','2030-06-11','08:15:00','08:30:00',NULL),(2998,51,1716,'2030-06-12 08:15:00','2030-06-12 08:30:00','2030-06-12','08:15:00','08:30:00',NULL),(2999,51,1716,'2030-06-13 08:15:00','2030-06-13 08:30:00','2030-06-13','08:15:00','08:30:00',NULL),(3000,51,1716,'2030-06-14 08:15:00','2030-06-14 08:30:00','2030-06-14','08:15:00','08:30:00',NULL),(3001,51,1716,'2030-06-17 08:15:00','2030-06-17 08:30:00','2030-06-17','08:15:00','08:30:00',NULL),(3002,51,1716,'2030-06-18 08:15:00','2030-06-18 08:30:00','2030-06-18','08:15:00','08:30:00',NULL),(3003,51,1716,'2030-06-19 08:15:00','2030-06-19 08:30:00','2030-06-19','08:15:00','08:30:00',NULL),(3004,51,1716,'2030-06-20 08:15:00','2030-06-20 08:30:00','2030-06-20','08:15:00','08:30:00',NULL),(3005,51,1716,'2030-06-21 08:15:00','2030-06-21 08:30:00','2030-06-21','08:15:00','08:30:00',NULL),(3006,51,1716,'2030-06-24 08:15:00','2030-06-24 08:30:00','2030-06-24','08:15:00','08:30:00',NULL),(3007,51,1716,'2030-06-25 08:15:00','2030-06-25 08:30:00','2030-06-25','08:15:00','08:30:00',NULL),(3008,51,1716,'2030-06-26 08:15:00','2030-06-26 08:30:00','2030-06-26','08:15:00','08:30:00',NULL),(3009,51,1716,'2030-06-27 08:15:00','2030-06-27 08:30:00','2030-06-27','08:15:00','08:30:00',NULL),(3010,51,1716,'2030-06-28 08:15:00','2030-06-28 08:30:00','2030-06-28','08:15:00','08:30:00',NULL),(3011,51,1716,'2030-07-01 08:15:00','2030-07-01 08:30:00','2030-07-01','08:15:00','08:30:00',NULL),(3012,51,1716,'2030-07-02 08:15:00','2030-07-02 08:30:00','2030-07-02','08:15:00','08:30:00',NULL),(3013,51,1716,'2030-07-03 08:15:00','2030-07-03 08:30:00','2030-07-03','08:15:00','08:30:00',NULL),(3014,51,1716,'2030-07-04 08:15:00','2030-07-04 08:30:00','2030-07-04','08:15:00','08:30:00',NULL),(3015,51,1716,'2030-07-05 08:15:00','2030-07-05 08:30:00','2030-07-05','08:15:00','08:30:00',NULL),(3016,51,1716,'2030-07-08 08:15:00','2030-07-08 08:30:00','2030-07-08','08:15:00','08:30:00',NULL),(3017,51,1716,'2030-07-09 08:15:00','2030-07-09 08:30:00','2030-07-09','08:15:00','08:30:00',NULL),(3018,51,1716,'2030-07-10 08:15:00','2030-07-10 08:30:00','2030-07-10','08:15:00','08:30:00',NULL),(3019,51,1716,'2030-07-11 08:15:00','2030-07-11 08:30:00','2030-07-11','08:15:00','08:30:00',NULL),(3020,51,1716,'2030-07-12 08:15:00','2030-07-12 08:30:00','2030-07-12','08:15:00','08:30:00',NULL),(3021,51,1716,'2030-07-15 08:15:00','2030-07-15 08:30:00','2030-07-15','08:15:00','08:30:00',NULL),(3022,51,1716,'2030-07-16 08:15:00','2030-07-16 08:30:00','2030-07-16','08:15:00','08:30:00',NULL),(3023,51,1716,'2030-07-17 08:15:00','2030-07-17 08:30:00','2030-07-17','08:15:00','08:30:00',NULL),(3024,51,1716,'2030-07-18 08:15:00','2030-07-18 08:30:00','2030-07-18','08:15:00','08:30:00',NULL),(3025,51,1716,'2030-07-19 08:15:00','2030-07-19 08:30:00','2030-07-19','08:15:00','08:30:00',NULL),(3026,51,1716,'2030-07-22 08:15:00','2030-07-22 08:30:00','2030-07-22','08:15:00','08:30:00',NULL),(3027,51,1716,'2030-07-23 08:15:00','2030-07-23 08:30:00','2030-07-23','08:15:00','08:30:00',NULL),(3028,51,1716,'2030-07-24 08:15:00','2030-07-24 08:30:00','2030-07-24','08:15:00','08:30:00',NULL),(3029,51,1716,'2030-07-25 08:15:00','2030-07-25 08:30:00','2030-07-25','08:15:00','08:30:00',NULL),(3030,51,1716,'2030-07-26 08:15:00','2030-07-26 08:30:00','2030-07-26','08:15:00','08:30:00',NULL),(3031,51,1716,'2030-07-29 08:15:00','2030-07-29 08:30:00','2030-07-29','08:15:00','08:30:00',NULL),(3032,51,1716,'2030-07-30 08:15:00','2030-07-30 08:30:00','2030-07-30','08:15:00','08:30:00',NULL),(3033,51,1716,'2030-07-31 08:15:00','2030-07-31 08:30:00','2030-07-31','08:15:00','08:30:00',NULL),(3034,51,1716,'2030-08-01 08:15:00','2030-08-01 08:30:00','2030-08-01','08:15:00','08:30:00',NULL),(3035,51,1716,'2030-08-02 08:15:00','2030-08-02 08:30:00','2030-08-02','08:15:00','08:30:00',NULL),(3036,51,1716,'2030-08-05 08:15:00','2030-08-05 08:30:00','2030-08-05','08:15:00','08:30:00',NULL),(3037,51,1716,'2030-08-06 08:15:00','2030-08-06 08:30:00','2030-08-06','08:15:00','08:30:00',NULL),(3038,51,1716,'2030-08-07 08:15:00','2030-08-07 08:30:00','2030-08-07','08:15:00','08:30:00',NULL),(3039,51,1716,'2030-08-08 08:15:00','2030-08-08 08:30:00','2030-08-08','08:15:00','08:30:00',NULL),(3040,51,1716,'2030-08-09 08:15:00','2030-08-09 08:30:00','2030-08-09','08:15:00','08:30:00',NULL),(3041,51,1716,'2030-08-12 08:15:00','2030-08-12 08:30:00','2030-08-12','08:15:00','08:30:00',NULL),(3042,51,1716,'2030-08-13 08:15:00','2030-08-13 08:30:00','2030-08-13','08:15:00','08:30:00',NULL),(3043,51,1716,'2030-08-14 08:15:00','2030-08-14 08:30:00','2030-08-14','08:15:00','08:30:00',NULL),(3044,51,1716,'2030-08-15 08:15:00','2030-08-15 08:30:00','2030-08-15','08:15:00','08:30:00',NULL),(3045,51,1716,'2030-08-16 08:15:00','2030-08-16 08:30:00','2030-08-16','08:15:00','08:30:00',NULL),(3046,51,1716,'2030-08-19 08:15:00','2030-08-19 08:30:00','2030-08-19','08:15:00','08:30:00',NULL),(3047,51,1716,'2030-08-20 08:15:00','2030-08-20 08:30:00','2030-08-20','08:15:00','08:30:00',NULL),(3048,51,1716,'2030-08-21 08:15:00','2030-08-21 08:30:00','2030-08-21','08:15:00','08:30:00',NULL),(3049,51,1716,'2030-08-22 08:15:00','2030-08-22 08:30:00','2030-08-22','08:15:00','08:30:00',NULL),(3050,51,1716,'2030-08-23 08:15:00','2030-08-23 08:30:00','2030-08-23','08:15:00','08:30:00',NULL),(3051,51,1716,'2030-08-26 08:15:00','2030-08-26 08:30:00','2030-08-26','08:15:00','08:30:00',NULL),(3052,51,1716,'2030-08-27 08:15:00','2030-08-27 08:30:00','2030-08-27','08:15:00','08:30:00',NULL),(3053,51,1716,'2030-08-28 08:15:00','2030-08-28 08:30:00','2030-08-28','08:15:00','08:30:00',NULL),(3054,51,1716,'2030-08-29 08:15:00','2030-08-29 08:30:00','2030-08-29','08:15:00','08:30:00',NULL),(3055,51,1716,'2030-08-30 08:15:00','2030-08-30 08:30:00','2030-08-30','08:15:00','08:30:00',NULL),(3056,51,1716,'2030-09-02 08:15:00','2030-09-02 08:30:00','2030-09-02','08:15:00','08:30:00',NULL),(3057,51,1716,'2030-09-03 08:15:00','2030-09-03 08:30:00','2030-09-03','08:15:00','08:30:00',NULL),(3058,51,1716,'2030-09-04 08:15:00','2030-09-04 08:30:00','2030-09-04','08:15:00','08:30:00',NULL),(3059,51,1716,'2030-09-05 08:15:00','2030-09-05 08:30:00','2030-09-05','08:15:00','08:30:00',NULL),(3060,51,1716,'2030-09-06 08:15:00','2030-09-06 08:30:00','2030-09-06','08:15:00','08:30:00',NULL),(3061,51,1716,'2030-09-09 08:15:00','2030-09-09 08:30:00','2030-09-09','08:15:00','08:30:00',NULL),(3062,51,1716,'2030-09-10 08:15:00','2030-09-10 08:30:00','2030-09-10','08:15:00','08:30:00',NULL),(3063,51,1716,'2030-09-11 08:15:00','2030-09-11 08:30:00','2030-09-11','08:15:00','08:30:00',NULL),(3064,51,1716,'2030-09-12 08:15:00','2030-09-12 08:30:00','2030-09-12','08:15:00','08:30:00',NULL),(3065,51,1716,'2030-09-13 08:15:00','2030-09-13 08:30:00','2030-09-13','08:15:00','08:30:00',NULL),(3066,51,1716,'2030-09-16 08:15:00','2030-09-16 08:30:00','2030-09-16','08:15:00','08:30:00',NULL),(3067,51,1716,'2030-09-17 08:15:00','2030-09-17 08:30:00','2030-09-17','08:15:00','08:30:00',NULL),(3068,51,1716,'2030-09-18 08:15:00','2030-09-18 08:30:00','2030-09-18','08:15:00','08:30:00',NULL),(3069,51,1716,'2030-09-19 08:15:00','2030-09-19 08:30:00','2030-09-19','08:15:00','08:30:00',NULL),(3070,51,1716,'2030-09-20 08:15:00','2030-09-20 08:30:00','2030-09-20','08:15:00','08:30:00',NULL),(3071,51,1716,'2030-09-23 08:15:00','2030-09-23 08:30:00','2030-09-23','08:15:00','08:30:00',NULL),(3072,51,1716,'2030-09-24 08:15:00','2030-09-24 08:30:00','2030-09-24','08:15:00','08:30:00',NULL),(3073,51,1716,'2030-09-25 08:15:00','2030-09-25 08:30:00','2030-09-25','08:15:00','08:30:00',NULL),(3074,51,1716,'2030-09-26 08:15:00','2030-09-26 08:30:00','2030-09-26','08:15:00','08:30:00',NULL),(3075,51,1716,'2030-09-27 08:15:00','2030-09-27 08:30:00','2030-09-27','08:15:00','08:30:00',NULL),(3076,51,1716,'2030-09-30 08:15:00','2030-09-30 08:30:00','2030-09-30','08:15:00','08:30:00',NULL),(3077,51,1716,'2030-10-01 08:15:00','2030-10-01 08:30:00','2030-10-01','08:15:00','08:30:00',NULL),(3078,51,1716,'2030-10-02 08:15:00','2030-10-02 08:30:00','2030-10-02','08:15:00','08:30:00',NULL),(3079,51,1716,'2030-10-03 08:15:00','2030-10-03 08:30:00','2030-10-03','08:15:00','08:30:00',NULL),(3080,51,1716,'2030-10-04 08:15:00','2030-10-04 08:30:00','2030-10-04','08:15:00','08:30:00',NULL),(3081,51,1716,'2030-10-07 08:15:00','2030-10-07 08:30:00','2030-10-07','08:15:00','08:30:00',NULL),(3082,51,1716,'2030-10-08 08:15:00','2030-10-08 08:30:00','2030-10-08','08:15:00','08:30:00',NULL),(3083,51,1716,'2030-10-09 08:15:00','2030-10-09 08:30:00','2030-10-09','08:15:00','08:30:00',NULL),(3084,51,1716,'2030-10-10 08:15:00','2030-10-10 08:30:00','2030-10-10','08:15:00','08:30:00',NULL),(3085,51,1716,'2030-10-11 08:15:00','2030-10-11 08:30:00','2030-10-11','08:15:00','08:30:00',NULL),(3086,51,1716,'2030-10-14 08:15:00','2030-10-14 08:30:00','2030-10-14','08:15:00','08:30:00',NULL),(3087,51,1716,'2030-10-15 08:15:00','2030-10-15 08:30:00','2030-10-15','08:15:00','08:30:00',NULL),(3088,51,1716,'2030-10-16 08:15:00','2030-10-16 08:30:00','2030-10-16','08:15:00','08:30:00',NULL),(3089,51,1716,'2030-10-17 08:15:00','2030-10-17 08:30:00','2030-10-17','08:15:00','08:30:00',NULL),(3090,51,1716,'2030-10-18 08:15:00','2030-10-18 08:30:00','2030-10-18','08:15:00','08:30:00',NULL),(3091,51,1716,'2030-10-21 08:15:00','2030-10-21 08:30:00','2030-10-21','08:15:00','08:30:00',NULL),(3092,51,1716,'2030-10-22 08:15:00','2030-10-22 08:30:00','2030-10-22','08:15:00','08:30:00',NULL),(3093,51,1716,'2030-10-23 08:15:00','2030-10-23 08:30:00','2030-10-23','08:15:00','08:30:00',NULL),(3094,51,1716,'2030-10-24 08:15:00','2030-10-24 08:30:00','2030-10-24','08:15:00','08:30:00',NULL),(3095,51,1716,'2030-10-25 08:15:00','2030-10-25 08:30:00','2030-10-25','08:15:00','08:30:00',NULL),(3096,51,1716,'2030-10-28 08:15:00','2030-10-28 08:30:00','2030-10-28','08:15:00','08:30:00',NULL),(3097,51,1716,'2030-10-29 08:15:00','2030-10-29 08:30:00','2030-10-29','08:15:00','08:30:00',NULL),(3098,51,1716,'2030-10-30 08:15:00','2030-10-30 08:30:00','2030-10-30','08:15:00','08:30:00',NULL),(3099,51,1716,'2030-10-31 08:15:00','2030-10-31 08:30:00','2030-10-31','08:15:00','08:30:00',NULL),(3100,51,1716,'2030-11-01 08:15:00','2030-11-01 08:30:00','2030-11-01','08:15:00','08:30:00',NULL),(3101,51,1716,'2030-11-04 08:15:00','2030-11-04 08:30:00','2030-11-04','08:15:00','08:30:00',NULL),(3102,51,1716,'2030-11-05 08:15:00','2030-11-05 08:30:00','2030-11-05','08:15:00','08:30:00',NULL),(3103,51,1716,'2030-11-06 08:15:00','2030-11-06 08:30:00','2030-11-06','08:15:00','08:30:00',NULL),(3104,51,1716,'2030-11-07 08:15:00','2030-11-07 08:30:00','2030-11-07','08:15:00','08:30:00',NULL),(3105,51,1716,'2030-11-08 08:15:00','2030-11-08 08:30:00','2030-11-08','08:15:00','08:30:00',NULL),(3106,51,1716,'2030-11-11 08:15:00','2030-11-11 08:30:00','2030-11-11','08:15:00','08:30:00',NULL),(3107,51,1716,'2030-11-12 08:15:00','2030-11-12 08:30:00','2030-11-12','08:15:00','08:30:00',NULL),(3108,51,1716,'2030-11-13 08:15:00','2030-11-13 08:30:00','2030-11-13','08:15:00','08:30:00',NULL),(3109,51,1716,'2030-11-14 08:15:00','2030-11-14 08:30:00','2030-11-14','08:15:00','08:30:00',NULL),(3110,51,1716,'2030-11-15 08:15:00','2030-11-15 08:30:00','2030-11-15','08:15:00','08:30:00',NULL),(3111,51,1716,'2030-11-18 08:15:00','2030-11-18 08:30:00','2030-11-18','08:15:00','08:30:00',NULL),(3112,51,1716,'2030-11-19 08:15:00','2030-11-19 08:30:00','2030-11-19','08:15:00','08:30:00',NULL),(3113,51,1716,'2030-11-20 08:15:00','2030-11-20 08:30:00','2030-11-20','08:15:00','08:30:00',NULL),(3114,51,1716,'2030-11-21 08:15:00','2030-11-21 08:30:00','2030-11-21','08:15:00','08:30:00',NULL),(3115,51,1716,'2030-11-22 08:15:00','2030-11-22 08:30:00','2030-11-22','08:15:00','08:30:00',NULL),(3116,51,1716,'2030-11-25 08:15:00','2030-11-25 08:30:00','2030-11-25','08:15:00','08:30:00',NULL),(3117,51,1716,'2030-11-26 08:15:00','2030-11-26 08:30:00','2030-11-26','08:15:00','08:30:00',NULL),(3118,51,1716,'2030-11-27 08:15:00','2030-11-27 08:30:00','2030-11-27','08:15:00','08:30:00',NULL),(3119,51,1716,'2030-11-28 08:15:00','2030-11-28 08:30:00','2030-11-28','08:15:00','08:30:00',NULL),(3120,51,1716,'2030-11-29 08:15:00','2030-11-29 08:30:00','2030-11-29','08:15:00','08:30:00',NULL),(3121,51,1716,'2030-12-02 08:15:00','2030-12-02 08:30:00','2030-12-02','08:15:00','08:30:00',NULL),(3122,51,1716,'2030-12-03 08:15:00','2030-12-03 08:30:00','2030-12-03','08:15:00','08:30:00',NULL),(3123,51,1716,'2030-12-04 08:15:00','2030-12-04 08:30:00','2030-12-04','08:15:00','08:30:00',NULL),(3124,51,1716,'2030-12-05 08:15:00','2030-12-05 08:30:00','2030-12-05','08:15:00','08:30:00',NULL),(3125,51,1716,'2030-12-06 08:15:00','2030-12-06 08:30:00','2030-12-06','08:15:00','08:30:00',NULL),(3126,51,1716,'2030-12-09 08:15:00','2030-12-09 08:30:00','2030-12-09','08:15:00','08:30:00',NULL),(3127,51,1716,'2030-12-10 08:15:00','2030-12-10 08:30:00','2030-12-10','08:15:00','08:30:00',NULL),(3128,51,1716,'2030-12-11 08:15:00','2030-12-11 08:30:00','2030-12-11','08:15:00','08:30:00',NULL),(3129,51,1716,'2030-12-12 08:15:00','2030-12-12 08:30:00','2030-12-12','08:15:00','08:30:00',NULL),(3130,51,1716,'2030-12-13 08:15:00','2030-12-13 08:30:00','2030-12-13','08:15:00','08:30:00',NULL),(3131,51,1716,'2030-12-16 08:15:00','2030-12-16 08:30:00','2030-12-16','08:15:00','08:30:00',NULL),(3132,51,1716,'2030-12-17 08:15:00','2030-12-17 08:30:00','2030-12-17','08:15:00','08:30:00',NULL),(3133,51,1716,'2030-12-18 08:15:00','2030-12-18 08:30:00','2030-12-18','08:15:00','08:30:00',NULL),(3134,51,1716,'2030-12-19 08:15:00','2030-12-19 08:30:00','2030-12-19','08:15:00','08:30:00',NULL),(3135,51,1716,'2030-12-20 08:15:00','2030-12-20 08:30:00','2030-12-20','08:15:00','08:30:00',NULL),(3136,51,1716,'2030-12-23 08:15:00','2030-12-23 08:30:00','2030-12-23','08:15:00','08:30:00',NULL),(3137,51,1716,'2030-12-24 08:15:00','2030-12-24 08:30:00','2030-12-24','08:15:00','08:30:00',NULL),(3138,51,1716,'2030-12-25 08:15:00','2030-12-25 08:30:00','2030-12-25','08:15:00','08:30:00',NULL),(3139,51,1716,'2030-12-26 08:15:00','2030-12-26 08:30:00','2030-12-26','08:15:00','08:30:00',NULL),(3140,51,1716,'2030-12-27 08:15:00','2030-12-27 08:30:00','2030-12-27','08:15:00','08:30:00',NULL),(3141,51,1716,'2030-12-30 08:15:00','2030-12-30 08:30:00','2030-12-30','08:15:00','08:30:00',NULL),(3142,51,1716,'2030-12-31 08:15:00','2030-12-31 08:30:00','2030-12-31','08:15:00','08:30:00',NULL),(3143,51,1716,'2031-01-01 08:15:00','2031-01-01 08:30:00','2031-01-01','08:15:00','08:30:00',NULL),(3144,51,1716,'2031-01-02 08:15:00','2031-01-02 08:30:00','2031-01-02','08:15:00','08:30:00',NULL),(3145,51,1716,'2031-01-03 08:15:00','2031-01-03 08:30:00','2031-01-03','08:15:00','08:30:00',NULL),(3146,51,1716,'2031-01-06 08:15:00','2031-01-06 08:30:00','2031-01-06','08:15:00','08:30:00',NULL),(3147,51,1716,'2031-01-07 08:15:00','2031-01-07 08:30:00','2031-01-07','08:15:00','08:30:00',NULL),(3148,51,1716,'2031-01-08 08:15:00','2031-01-08 08:30:00','2031-01-08','08:15:00','08:30:00',NULL),(3149,51,1716,'2031-01-09 08:15:00','2031-01-09 08:30:00','2031-01-09','08:15:00','08:30:00',NULL),(3150,51,1716,'2031-01-10 08:15:00','2031-01-10 08:30:00','2031-01-10','08:15:00','08:30:00',NULL),(3151,51,1716,'2031-01-13 08:15:00','2031-01-13 08:30:00','2031-01-13','08:15:00','08:30:00',NULL),(3152,51,1716,'2031-01-14 08:15:00','2031-01-14 08:30:00','2031-01-14','08:15:00','08:30:00',NULL),(3153,51,1716,'2031-01-15 08:15:00','2031-01-15 08:30:00','2031-01-15','08:15:00','08:30:00',NULL),(3154,51,1716,'2031-01-16 08:15:00','2031-01-16 08:30:00','2031-01-16','08:15:00','08:30:00',NULL),(3155,51,1716,'2031-01-17 08:15:00','2031-01-17 08:30:00','2031-01-17','08:15:00','08:30:00',NULL),(3156,51,1716,'2031-01-20 08:15:00','2031-01-20 08:30:00','2031-01-20','08:15:00','08:30:00',NULL),(3157,51,1716,'2031-01-21 08:15:00','2031-01-21 08:30:00','2031-01-21','08:15:00','08:30:00',NULL),(3158,51,1716,'2031-01-22 08:15:00','2031-01-22 08:30:00','2031-01-22','08:15:00','08:30:00',NULL),(3159,51,1716,'2031-01-23 08:15:00','2031-01-23 08:30:00','2031-01-23','08:15:00','08:30:00',NULL),(3160,51,1716,'2031-01-24 08:15:00','2031-01-24 08:30:00','2031-01-24','08:15:00','08:30:00',NULL),(3161,51,1716,'2031-01-27 08:15:00','2031-01-27 08:30:00','2031-01-27','08:15:00','08:30:00',NULL),(3162,51,1716,'2031-01-28 08:15:00','2031-01-28 08:30:00','2031-01-28','08:15:00','08:30:00',NULL),(3163,51,1716,'2031-01-29 08:15:00','2031-01-29 08:30:00','2031-01-29','08:15:00','08:30:00',NULL),(3164,51,1716,'2031-01-30 08:15:00','2031-01-30 08:30:00','2031-01-30','08:15:00','08:30:00',NULL),(3165,51,1716,'2031-01-31 08:15:00','2031-01-31 08:30:00','2031-01-31','08:15:00','08:30:00',NULL),(3166,51,1716,'2031-02-03 08:15:00','2031-02-03 08:30:00','2031-02-03','08:15:00','08:30:00',NULL),(3167,51,1716,'2031-02-04 08:15:00','2031-02-04 08:30:00','2031-02-04','08:15:00','08:30:00',NULL),(3168,51,1716,'2031-02-05 08:15:00','2031-02-05 08:30:00','2031-02-05','08:15:00','08:30:00',NULL),(3169,51,1716,'2031-02-06 08:15:00','2031-02-06 08:30:00','2031-02-06','08:15:00','08:30:00',NULL),(3170,51,1716,'2031-02-07 08:15:00','2031-02-07 08:30:00','2031-02-07','08:15:00','08:30:00',NULL),(3171,51,1716,'2031-02-10 08:15:00','2031-02-10 08:30:00','2031-02-10','08:15:00','08:30:00',NULL),(3172,51,1716,'2031-02-11 08:15:00','2031-02-11 08:30:00','2031-02-11','08:15:00','08:30:00',NULL),(3173,51,1716,'2031-02-12 08:15:00','2031-02-12 08:30:00','2031-02-12','08:15:00','08:30:00',NULL),(3174,51,1716,'2031-02-13 08:15:00','2031-02-13 08:30:00','2031-02-13','08:15:00','08:30:00',NULL),(3175,51,1716,'2031-02-14 08:15:00','2031-02-14 08:30:00','2031-02-14','08:15:00','08:30:00',NULL),(3176,51,1716,'2031-02-17 08:15:00','2031-02-17 08:30:00','2031-02-17','08:15:00','08:30:00',NULL),(3177,51,1716,'2031-02-18 08:15:00','2031-02-18 08:30:00','2031-02-18','08:15:00','08:30:00',NULL),(3178,51,1716,'2031-02-19 08:15:00','2031-02-19 08:30:00','2031-02-19','08:15:00','08:30:00',NULL),(3179,51,1716,'2031-02-20 08:15:00','2031-02-20 08:30:00','2031-02-20','08:15:00','08:30:00',NULL),(3180,51,1716,'2031-02-21 08:15:00','2031-02-21 08:30:00','2031-02-21','08:15:00','08:30:00',NULL),(3181,51,1716,'2031-02-24 08:15:00','2031-02-24 08:30:00','2031-02-24','08:15:00','08:30:00',NULL),(3182,51,1716,'2031-02-25 08:15:00','2031-02-25 08:30:00','2031-02-25','08:15:00','08:30:00',NULL),(3183,51,1716,'2031-02-26 08:15:00','2031-02-26 08:30:00','2031-02-26','08:15:00','08:30:00',NULL),(3184,51,1716,'2031-02-27 08:15:00','2031-02-27 08:30:00','2031-02-27','08:15:00','08:30:00',NULL),(3185,51,1716,'2031-02-28 08:15:00','2031-02-28 08:30:00','2031-02-28','08:15:00','08:30:00',NULL),(3186,51,1716,'2031-03-03 08:15:00','2031-03-03 08:30:00','2031-03-03','08:15:00','08:30:00',NULL),(3187,51,1716,'2031-03-04 08:15:00','2031-03-04 08:30:00','2031-03-04','08:15:00','08:30:00',NULL),(3188,51,1716,'2031-03-05 08:15:00','2031-03-05 08:30:00','2031-03-05','08:15:00','08:30:00',NULL),(3189,51,1716,'2031-03-06 08:15:00','2031-03-06 08:30:00','2031-03-06','08:15:00','08:30:00',NULL),(3190,51,1716,'2031-03-07 08:15:00','2031-03-07 08:30:00','2031-03-07','08:15:00','08:30:00',NULL),(3191,51,1716,'2031-03-10 08:15:00','2031-03-10 08:30:00','2031-03-10','08:15:00','08:30:00',NULL),(3192,51,1716,'2031-03-11 08:15:00','2031-03-11 08:30:00','2031-03-11','08:15:00','08:30:00',NULL),(3193,51,1716,'2031-03-12 08:15:00','2031-03-12 08:30:00','2031-03-12','08:15:00','08:30:00',NULL),(3194,51,1716,'2031-03-13 08:15:00','2031-03-13 08:30:00','2031-03-13','08:15:00','08:30:00',NULL),(3195,51,1716,'2031-03-14 08:15:00','2031-03-14 08:30:00','2031-03-14','08:15:00','08:30:00',NULL),(3196,51,1716,'2031-03-17 08:15:00','2031-03-17 08:30:00','2031-03-17','08:15:00','08:30:00',NULL),(3197,51,1716,'2031-03-18 08:15:00','2031-03-18 08:30:00','2031-03-18','08:15:00','08:30:00',NULL),(3198,51,1716,'2031-03-19 08:15:00','2031-03-19 08:30:00','2031-03-19','08:15:00','08:30:00',NULL),(3199,51,1716,'2031-03-20 08:15:00','2031-03-20 08:30:00','2031-03-20','08:15:00','08:30:00',NULL),(3200,51,1716,'2031-03-21 08:15:00','2031-03-21 08:30:00','2031-03-21','08:15:00','08:30:00',NULL),(3201,51,1716,'2031-03-24 08:15:00','2031-03-24 08:30:00','2031-03-24','08:15:00','08:30:00',NULL),(3202,51,1716,'2031-03-25 08:15:00','2031-03-25 08:30:00','2031-03-25','08:15:00','08:30:00',NULL),(3203,51,1716,'2031-03-26 08:15:00','2031-03-26 08:30:00','2031-03-26','08:15:00','08:30:00',NULL),(3204,51,1716,'2031-03-27 08:15:00','2031-03-27 08:30:00','2031-03-27','08:15:00','08:30:00',NULL),(3205,51,1716,'2031-03-28 08:15:00','2031-03-28 08:30:00','2031-03-28','08:15:00','08:30:00',NULL),(3206,51,1716,'2031-03-31 08:15:00','2031-03-31 08:30:00','2031-03-31','08:15:00','08:30:00',NULL),(3207,51,1716,'2031-04-01 08:15:00','2031-04-01 08:30:00','2031-04-01','08:15:00','08:30:00',NULL),(3208,51,1716,'2031-04-02 08:15:00','2031-04-02 08:30:00','2031-04-02','08:15:00','08:30:00',NULL),(3209,51,1716,'2031-04-03 08:15:00','2031-04-03 08:30:00','2031-04-03','08:15:00','08:30:00',NULL),(3210,51,1716,'2031-04-04 08:15:00','2031-04-04 08:30:00','2031-04-04','08:15:00','08:30:00',NULL),(3211,51,1716,'2031-04-07 08:15:00','2031-04-07 08:30:00','2031-04-07','08:15:00','08:30:00',NULL),(3212,51,1716,'2031-04-08 08:15:00','2031-04-08 08:30:00','2031-04-08','08:15:00','08:30:00',NULL),(3213,51,1716,'2031-04-09 08:15:00','2031-04-09 08:30:00','2031-04-09','08:15:00','08:30:00',NULL),(3214,51,1716,'2031-04-10 08:15:00','2031-04-10 08:30:00','2031-04-10','08:15:00','08:30:00',NULL),(3215,51,1716,'2031-04-11 08:15:00','2031-04-11 08:30:00','2031-04-11','08:15:00','08:30:00',NULL),(3216,51,1716,'2031-04-14 08:15:00','2031-04-14 08:30:00','2031-04-14','08:15:00','08:30:00',NULL),(3217,51,1716,'2031-04-15 08:15:00','2031-04-15 08:30:00','2031-04-15','08:15:00','08:30:00',NULL),(3218,51,1716,'2031-04-16 08:15:00','2031-04-16 08:30:00','2031-04-16','08:15:00','08:30:00',NULL),(3219,51,1716,'2031-04-17 08:15:00','2031-04-17 08:30:00','2031-04-17','08:15:00','08:30:00',NULL),(3220,51,1716,'2031-04-18 08:15:00','2031-04-18 08:30:00','2031-04-18','08:15:00','08:30:00',NULL),(3221,51,1716,'2031-04-21 08:15:00','2031-04-21 08:30:00','2031-04-21','08:15:00','08:30:00',NULL),(3222,51,1716,'2031-04-22 08:15:00','2031-04-22 08:30:00','2031-04-22','08:15:00','08:30:00',NULL),(3223,51,1716,'2031-04-23 08:15:00','2031-04-23 08:30:00','2031-04-23','08:15:00','08:30:00',NULL),(3224,51,1716,'2031-04-24 08:15:00','2031-04-24 08:30:00','2031-04-24','08:15:00','08:30:00',NULL),(3225,51,1716,'2031-04-25 08:15:00','2031-04-25 08:30:00','2031-04-25','08:15:00','08:30:00',NULL),(3226,51,1716,'2031-04-28 08:15:00','2031-04-28 08:30:00','2031-04-28','08:15:00','08:30:00',NULL),(3227,51,1716,'2031-04-29 08:15:00','2031-04-29 08:30:00','2031-04-29','08:15:00','08:30:00',NULL),(3228,51,1716,'2031-04-30 08:15:00','2031-04-30 08:30:00','2031-04-30','08:15:00','08:30:00',NULL),(3229,51,1716,'2031-05-01 08:15:00','2031-05-01 08:30:00','2031-05-01','08:15:00','08:30:00',NULL),(3230,51,1716,'2031-05-02 08:15:00','2031-05-02 08:30:00','2031-05-02','08:15:00','08:30:00',NULL),(3231,51,1716,'2031-05-05 08:15:00','2031-05-05 08:30:00','2031-05-05','08:15:00','08:30:00',NULL),(3232,51,1716,'2031-05-06 08:15:00','2031-05-06 08:30:00','2031-05-06','08:15:00','08:30:00',NULL),(3233,51,1716,'2031-05-07 08:15:00','2031-05-07 08:30:00','2031-05-07','08:15:00','08:30:00',NULL),(3234,51,1716,'2031-05-08 08:15:00','2031-05-08 08:30:00','2031-05-08','08:15:00','08:30:00',NULL),(3235,51,1716,'2031-05-09 08:15:00','2031-05-09 08:30:00','2031-05-09','08:15:00','08:30:00',NULL),(3236,51,1716,'2031-05-12 08:15:00','2031-05-12 08:30:00','2031-05-12','08:15:00','08:30:00',NULL),(3237,51,1716,'2031-05-13 08:15:00','2031-05-13 08:30:00','2031-05-13','08:15:00','08:30:00',NULL),(3238,51,1716,'2031-05-14 08:15:00','2031-05-14 08:30:00','2031-05-14','08:15:00','08:30:00',NULL),(3239,51,1716,'2031-05-15 08:15:00','2031-05-15 08:30:00','2031-05-15','08:15:00','08:30:00',NULL),(3240,51,1716,'2031-05-16 08:15:00','2031-05-16 08:30:00','2031-05-16','08:15:00','08:30:00',NULL),(3241,51,1716,'2031-05-19 08:15:00','2031-05-19 08:30:00','2031-05-19','08:15:00','08:30:00',NULL),(3242,51,1716,'2031-05-20 08:15:00','2031-05-20 08:30:00','2031-05-20','08:15:00','08:30:00',NULL),(3243,51,1716,'2031-05-21 08:15:00','2031-05-21 08:30:00','2031-05-21','08:15:00','08:30:00',NULL),(3244,51,1716,'2031-05-22 08:15:00','2031-05-22 08:30:00','2031-05-22','08:15:00','08:30:00',NULL),(3245,51,1716,'2031-05-23 08:15:00','2031-05-23 08:30:00','2031-05-23','08:15:00','08:30:00',NULL),(3246,51,1716,'2031-05-26 08:15:00','2031-05-26 08:30:00','2031-05-26','08:15:00','08:30:00',NULL),(3247,51,1716,'2031-05-27 08:15:00','2031-05-27 08:30:00','2031-05-27','08:15:00','08:30:00',NULL),(3248,51,1716,'2031-05-28 08:15:00','2031-05-28 08:30:00','2031-05-28','08:15:00','08:30:00',NULL),(3249,51,1716,'2031-05-29 08:15:00','2031-05-29 08:30:00','2031-05-29','08:15:00','08:30:00',NULL),(3250,51,1716,'2031-05-30 08:15:00','2031-05-30 08:30:00','2031-05-30','08:15:00','08:30:00',NULL),(3251,51,1716,'2031-06-02 08:15:00','2031-06-02 08:30:00','2031-06-02','08:15:00','08:30:00',NULL),(3252,51,1716,'2031-06-03 08:15:00','2031-06-03 08:30:00','2031-06-03','08:15:00','08:30:00',NULL),(3253,51,1716,'2031-06-04 08:15:00','2031-06-04 08:30:00','2031-06-04','08:15:00','08:30:00',NULL),(3254,51,1716,'2031-06-05 08:15:00','2031-06-05 08:30:00','2031-06-05','08:15:00','08:30:00',NULL),(3255,51,1716,'2031-06-06 08:15:00','2031-06-06 08:30:00','2031-06-06','08:15:00','08:30:00',NULL),(3256,51,1716,'2031-06-09 08:15:00','2031-06-09 08:30:00','2031-06-09','08:15:00','08:30:00',NULL),(3257,51,1716,'2031-06-10 08:15:00','2031-06-10 08:30:00','2031-06-10','08:15:00','08:30:00',NULL),(3258,51,1716,'2031-06-11 08:15:00','2031-06-11 08:30:00','2031-06-11','08:15:00','08:30:00',NULL),(3259,51,1716,'2031-06-12 08:15:00','2031-06-12 08:30:00','2031-06-12','08:15:00','08:30:00',NULL),(3260,51,1716,'2031-06-13 08:15:00','2031-06-13 08:30:00','2031-06-13','08:15:00','08:30:00',NULL),(3261,51,1716,'2031-06-16 08:15:00','2031-06-16 08:30:00','2031-06-16','08:15:00','08:30:00',NULL),(3262,51,1716,'2031-06-17 08:15:00','2031-06-17 08:30:00','2031-06-17','08:15:00','08:30:00',NULL),(3263,51,1716,'2031-06-18 08:15:00','2031-06-18 08:30:00','2031-06-18','08:15:00','08:30:00',NULL),(3264,51,1716,'2031-06-19 08:15:00','2031-06-19 08:30:00','2031-06-19','08:15:00','08:30:00',NULL),(3265,51,1716,'2031-06-20 08:15:00','2031-06-20 08:30:00','2031-06-20','08:15:00','08:30:00',NULL),(3266,51,1716,'2031-06-23 08:15:00','2031-06-23 08:30:00','2031-06-23','08:15:00','08:30:00',NULL),(3267,51,1716,'2031-06-24 08:15:00','2031-06-24 08:30:00','2031-06-24','08:15:00','08:30:00',NULL),(3268,51,1716,'2031-06-25 08:15:00','2031-06-25 08:30:00','2031-06-25','08:15:00','08:30:00',NULL),(3269,51,1716,'2031-06-26 08:15:00','2031-06-26 08:30:00','2031-06-26','08:15:00','08:30:00',NULL),(3270,51,1716,'2031-06-27 08:15:00','2031-06-27 08:30:00','2031-06-27','08:15:00','08:30:00',NULL),(3271,51,1716,'2031-06-30 08:15:00','2031-06-30 08:30:00','2031-06-30','08:15:00','08:30:00',NULL),(3272,51,1716,'2031-07-01 08:15:00','2031-07-01 08:30:00','2031-07-01','08:15:00','08:30:00',NULL),(3273,51,1716,'2031-07-02 08:15:00','2031-07-02 08:30:00','2031-07-02','08:15:00','08:30:00',NULL),(3274,51,1716,'2031-07-03 08:15:00','2031-07-03 08:30:00','2031-07-03','08:15:00','08:30:00',NULL),(3275,51,1716,'2031-07-04 08:15:00','2031-07-04 08:30:00','2031-07-04','08:15:00','08:30:00',NULL),(3276,51,1716,'2031-07-07 08:15:00','2031-07-07 08:30:00','2031-07-07','08:15:00','08:30:00',NULL),(3277,51,1716,'2031-07-08 08:15:00','2031-07-08 08:30:00','2031-07-08','08:15:00','08:30:00',NULL),(3278,51,1716,'2031-07-09 08:15:00','2031-07-09 08:30:00','2031-07-09','08:15:00','08:30:00',NULL),(3279,51,1716,'2031-07-10 08:15:00','2031-07-10 08:30:00','2031-07-10','08:15:00','08:30:00',NULL),(3280,51,1716,'2031-07-11 08:15:00','2031-07-11 08:30:00','2031-07-11','08:15:00','08:30:00',NULL),(3281,51,1716,'2031-07-14 08:15:00','2031-07-14 08:30:00','2031-07-14','08:15:00','08:30:00',NULL),(3282,51,1716,'2031-07-15 08:15:00','2031-07-15 08:30:00','2031-07-15','08:15:00','08:30:00',NULL),(3283,51,1716,'2031-07-16 08:15:00','2031-07-16 08:30:00','2031-07-16','08:15:00','08:30:00',NULL),(3284,51,1716,'2031-07-17 08:15:00','2031-07-17 08:30:00','2031-07-17','08:15:00','08:30:00',NULL),(3285,51,1716,'2031-07-18 08:15:00','2031-07-18 08:30:00','2031-07-18','08:15:00','08:30:00',NULL),(3286,51,1716,'2031-07-21 08:15:00','2031-07-21 08:30:00','2031-07-21','08:15:00','08:30:00',NULL),(3287,51,1716,'2031-07-22 08:15:00','2031-07-22 08:30:00','2031-07-22','08:15:00','08:30:00',NULL),(3288,51,1716,'2031-07-23 08:15:00','2031-07-23 08:30:00','2031-07-23','08:15:00','08:30:00',NULL),(3289,51,1716,'2031-07-24 08:15:00','2031-07-24 08:30:00','2031-07-24','08:15:00','08:30:00',NULL),(3290,51,1716,'2031-07-25 08:15:00','2031-07-25 08:30:00','2031-07-25','08:15:00','08:30:00',NULL),(3291,51,1716,'2031-07-28 08:15:00','2031-07-28 08:30:00','2031-07-28','08:15:00','08:30:00',NULL),(3292,51,1716,'2031-07-29 08:15:00','2031-07-29 08:30:00','2031-07-29','08:15:00','08:30:00',NULL),(3293,51,1716,'2031-07-30 08:15:00','2031-07-30 08:30:00','2031-07-30','08:15:00','08:30:00',NULL),(3294,51,1716,'2031-07-31 08:15:00','2031-07-31 08:30:00','2031-07-31','08:15:00','08:30:00',NULL),(3295,51,1716,'2031-08-01 08:15:00','2031-08-01 08:30:00','2031-08-01','08:15:00','08:30:00',NULL),(3296,51,1716,'2031-08-04 08:15:00','2031-08-04 08:30:00','2031-08-04','08:15:00','08:30:00',NULL),(3297,51,1716,'2031-08-05 08:15:00','2031-08-05 08:30:00','2031-08-05','08:15:00','08:30:00',NULL),(3298,51,1716,'2031-08-06 08:15:00','2031-08-06 08:30:00','2031-08-06','08:15:00','08:30:00',NULL),(3299,51,1716,'2031-08-07 08:15:00','2031-08-07 08:30:00','2031-08-07','08:15:00','08:30:00',NULL),(3300,51,1716,'2031-08-08 08:15:00','2031-08-08 08:30:00','2031-08-08','08:15:00','08:30:00',NULL),(3301,51,1716,'2031-08-11 08:15:00','2031-08-11 08:30:00','2031-08-11','08:15:00','08:30:00',NULL),(3302,51,1716,'2031-08-12 08:15:00','2031-08-12 08:30:00','2031-08-12','08:15:00','08:30:00',NULL),(3303,51,1716,'2031-08-13 08:15:00','2031-08-13 08:30:00','2031-08-13','08:15:00','08:30:00',NULL),(3304,51,1716,'2031-08-14 08:15:00','2031-08-14 08:30:00','2031-08-14','08:15:00','08:30:00',NULL),(3305,51,1716,'2031-08-15 08:15:00','2031-08-15 08:30:00','2031-08-15','08:15:00','08:30:00',NULL),(3306,51,1716,'2031-08-18 08:15:00','2031-08-18 08:30:00','2031-08-18','08:15:00','08:30:00',NULL),(3307,51,1716,'2031-08-19 08:15:00','2031-08-19 08:30:00','2031-08-19','08:15:00','08:30:00',NULL),(3308,51,1716,'2031-08-20 08:15:00','2031-08-20 08:30:00','2031-08-20','08:15:00','08:30:00',NULL),(3309,51,1716,'2031-08-21 08:15:00','2031-08-21 08:30:00','2031-08-21','08:15:00','08:30:00',NULL),(3310,51,1716,'2031-08-22 08:15:00','2031-08-22 08:30:00','2031-08-22','08:15:00','08:30:00',NULL),(3311,51,1716,'2031-08-25 08:15:00','2031-08-25 08:30:00','2031-08-25','08:15:00','08:30:00',NULL),(3312,51,1716,'2031-08-26 08:15:00','2031-08-26 08:30:00','2031-08-26','08:15:00','08:30:00',NULL),(3313,51,1716,'2031-08-27 08:15:00','2031-08-27 08:30:00','2031-08-27','08:15:00','08:30:00',NULL),(3314,51,1716,'2031-08-28 08:15:00','2031-08-28 08:30:00','2031-08-28','08:15:00','08:30:00',NULL),(3315,51,1716,'2031-08-29 08:15:00','2031-08-29 08:30:00','2031-08-29','08:15:00','08:30:00',NULL),(3316,51,1716,'2031-09-01 08:15:00','2031-09-01 08:30:00','2031-09-01','08:15:00','08:30:00',NULL),(3317,51,1716,'2031-09-02 08:15:00','2031-09-02 08:30:00','2031-09-02','08:15:00','08:30:00',NULL),(3318,51,1716,'2031-09-03 08:15:00','2031-09-03 08:30:00','2031-09-03','08:15:00','08:30:00',NULL),(3319,51,1716,'2031-09-04 08:15:00','2031-09-04 08:30:00','2031-09-04','08:15:00','08:30:00',NULL),(3320,51,1716,'2031-09-05 08:15:00','2031-09-05 08:30:00','2031-09-05','08:15:00','08:30:00',NULL),(3321,51,1716,'2031-09-08 08:15:00','2031-09-08 08:30:00','2031-09-08','08:15:00','08:30:00',NULL),(3322,51,1716,'2031-09-09 08:15:00','2031-09-09 08:30:00','2031-09-09','08:15:00','08:30:00',NULL),(3323,51,1716,'2031-09-10 08:15:00','2031-09-10 08:30:00','2031-09-10','08:15:00','08:30:00',NULL),(3324,51,1716,'2031-09-11 08:15:00','2031-09-11 08:30:00','2031-09-11','08:15:00','08:30:00',NULL),(3325,51,1716,'2031-09-12 08:15:00','2031-09-12 08:30:00','2031-09-12','08:15:00','08:30:00',NULL),(3326,51,1716,'2031-09-15 08:15:00','2031-09-15 08:30:00','2031-09-15','08:15:00','08:30:00',NULL),(3327,51,1716,'2031-09-16 08:15:00','2031-09-16 08:30:00','2031-09-16','08:15:00','08:30:00',NULL),(3328,51,1716,'2031-09-17 08:15:00','2031-09-17 08:30:00','2031-09-17','08:15:00','08:30:00',NULL),(3329,51,1716,'2031-09-18 08:15:00','2031-09-18 08:30:00','2031-09-18','08:15:00','08:30:00',NULL),(3330,51,1716,'2031-09-19 08:15:00','2031-09-19 08:30:00','2031-09-19','08:15:00','08:30:00',NULL),(3331,51,1716,'2031-09-22 08:15:00','2031-09-22 08:30:00','2031-09-22','08:15:00','08:30:00',NULL),(3332,51,1716,'2031-09-23 08:15:00','2031-09-23 08:30:00','2031-09-23','08:15:00','08:30:00',NULL),(3333,51,1716,'2031-09-24 08:15:00','2031-09-24 08:30:00','2031-09-24','08:15:00','08:30:00',NULL),(3334,51,1716,'2031-09-25 08:15:00','2031-09-25 08:30:00','2031-09-25','08:15:00','08:30:00',NULL),(3335,51,1716,'2031-09-26 08:15:00','2031-09-26 08:30:00','2031-09-26','08:15:00','08:30:00',NULL),(3336,51,1716,'2031-09-29 08:15:00','2031-09-29 08:30:00','2031-09-29','08:15:00','08:30:00',NULL),(3337,51,1716,'2031-09-30 08:15:00','2031-09-30 08:30:00','2031-09-30','08:15:00','08:30:00',NULL),(3338,51,1716,'2031-10-01 08:15:00','2031-10-01 08:30:00','2031-10-01','08:15:00','08:30:00',NULL),(3339,51,1716,'2031-10-02 08:15:00','2031-10-02 08:30:00','2031-10-02','08:15:00','08:30:00',NULL),(3340,51,1716,'2031-10-03 08:15:00','2031-10-03 08:30:00','2031-10-03','08:15:00','08:30:00',NULL),(3341,51,1716,'2031-10-06 08:15:00','2031-10-06 08:30:00','2031-10-06','08:15:00','08:30:00',NULL),(3342,51,1716,'2031-10-07 08:15:00','2031-10-07 08:30:00','2031-10-07','08:15:00','08:30:00',NULL),(3343,51,1716,'2031-10-08 08:15:00','2031-10-08 08:30:00','2031-10-08','08:15:00','08:30:00',NULL),(3344,51,1716,'2031-10-09 08:15:00','2031-10-09 08:30:00','2031-10-09','08:15:00','08:30:00',NULL),(3345,51,1716,'2031-10-10 08:15:00','2031-10-10 08:30:00','2031-10-10','08:15:00','08:30:00',NULL),(3346,51,1716,'2031-10-13 08:15:00','2031-10-13 08:30:00','2031-10-13','08:15:00','08:30:00',NULL),(3347,51,1716,'2031-10-14 08:15:00','2031-10-14 08:30:00','2031-10-14','08:15:00','08:30:00',NULL),(3348,51,1716,'2031-10-15 08:15:00','2031-10-15 08:30:00','2031-10-15','08:15:00','08:30:00',NULL),(3349,51,1716,'2031-10-16 08:15:00','2031-10-16 08:30:00','2031-10-16','08:15:00','08:30:00',NULL),(3350,51,1716,'2031-10-17 08:15:00','2031-10-17 08:30:00','2031-10-17','08:15:00','08:30:00',NULL),(3351,51,1716,'2031-10-20 08:15:00','2031-10-20 08:30:00','2031-10-20','08:15:00','08:30:00',NULL),(3352,51,1716,'2031-10-21 08:15:00','2031-10-21 08:30:00','2031-10-21','08:15:00','08:30:00',NULL),(3353,51,1716,'2031-10-22 08:15:00','2031-10-22 08:30:00','2031-10-22','08:15:00','08:30:00',NULL),(3354,51,1716,'2031-10-23 08:15:00','2031-10-23 08:30:00','2031-10-23','08:15:00','08:30:00',NULL),(3355,51,1716,'2031-10-24 08:15:00','2031-10-24 08:30:00','2031-10-24','08:15:00','08:30:00',NULL),(3356,51,1716,'2031-10-27 08:15:00','2031-10-27 08:30:00','2031-10-27','08:15:00','08:30:00',NULL),(3357,51,1716,'2031-10-28 08:15:00','2031-10-28 08:30:00','2031-10-28','08:15:00','08:30:00',NULL),(3358,51,1716,'2031-10-29 08:15:00','2031-10-29 08:30:00','2031-10-29','08:15:00','08:30:00',NULL),(3359,51,1716,'2031-10-30 08:15:00','2031-10-30 08:30:00','2031-10-30','08:15:00','08:30:00',NULL),(3360,51,1716,'2031-10-31 08:15:00','2031-10-31 08:30:00','2031-10-31','08:15:00','08:30:00',NULL),(3361,51,1716,'2031-11-03 08:15:00','2031-11-03 08:30:00','2031-11-03','08:15:00','08:30:00',NULL),(3362,51,1716,'2031-11-04 08:15:00','2031-11-04 08:30:00','2031-11-04','08:15:00','08:30:00',NULL),(3363,51,1716,'2031-11-05 08:15:00','2031-11-05 08:30:00','2031-11-05','08:15:00','08:30:00',NULL),(3364,51,1716,'2031-11-06 08:15:00','2031-11-06 08:30:00','2031-11-06','08:15:00','08:30:00',NULL),(3365,51,1716,'2031-11-07 08:15:00','2031-11-07 08:30:00','2031-11-07','08:15:00','08:30:00',NULL),(3366,51,1716,'2031-11-10 08:15:00','2031-11-10 08:30:00','2031-11-10','08:15:00','08:30:00',NULL),(3367,51,1716,'2031-11-11 08:15:00','2031-11-11 08:30:00','2031-11-11','08:15:00','08:30:00',NULL),(3368,51,1716,'2031-11-12 08:15:00','2031-11-12 08:30:00','2031-11-12','08:15:00','08:30:00',NULL),(3369,51,1716,'2031-11-13 08:15:00','2031-11-13 08:30:00','2031-11-13','08:15:00','08:30:00',NULL),(3370,51,1716,'2031-11-14 08:15:00','2031-11-14 08:30:00','2031-11-14','08:15:00','08:30:00',NULL),(3371,51,1716,'2031-11-17 08:15:00','2031-11-17 08:30:00','2031-11-17','08:15:00','08:30:00',NULL),(3372,51,1716,'2031-11-18 08:15:00','2031-11-18 08:30:00','2031-11-18','08:15:00','08:30:00',NULL),(3373,51,1716,'2031-11-19 08:15:00','2031-11-19 08:30:00','2031-11-19','08:15:00','08:30:00',NULL),(3374,51,1716,'2031-11-20 08:15:00','2031-11-20 08:30:00','2031-11-20','08:15:00','08:30:00',NULL),(3375,51,1716,'2031-11-21 08:15:00','2031-11-21 08:30:00','2031-11-21','08:15:00','08:30:00',NULL),(3376,51,1716,'2031-11-24 08:15:00','2031-11-24 08:30:00','2031-11-24','08:15:00','08:30:00',NULL),(3377,51,1716,'2031-11-25 08:15:00','2031-11-25 08:30:00','2031-11-25','08:15:00','08:30:00',NULL),(3378,51,1716,'2031-11-26 08:15:00','2031-11-26 08:30:00','2031-11-26','08:15:00','08:30:00',NULL),(3379,51,1716,'2031-11-27 08:15:00','2031-11-27 08:30:00','2031-11-27','08:15:00','08:30:00',NULL),(3380,51,1716,'2031-11-28 08:15:00','2031-11-28 08:30:00','2031-11-28','08:15:00','08:30:00',NULL),(3381,51,1716,'2031-12-01 08:15:00','2031-12-01 08:30:00','2031-12-01','08:15:00','08:30:00',NULL),(3382,51,1716,'2031-12-02 08:15:00','2031-12-02 08:30:00','2031-12-02','08:15:00','08:30:00',NULL),(3383,51,1716,'2031-12-03 08:15:00','2031-12-03 08:30:00','2031-12-03','08:15:00','08:30:00',NULL),(3384,51,1716,'2031-12-04 08:15:00','2031-12-04 08:30:00','2031-12-04','08:15:00','08:30:00',NULL),(3385,51,1716,'2031-12-05 08:15:00','2031-12-05 08:30:00','2031-12-05','08:15:00','08:30:00',NULL),(3386,51,1716,'2031-12-08 08:15:00','2031-12-08 08:30:00','2031-12-08','08:15:00','08:30:00',NULL),(3387,51,1716,'2031-12-09 08:15:00','2031-12-09 08:30:00','2031-12-09','08:15:00','08:30:00',NULL),(3388,51,1716,'2031-12-10 08:15:00','2031-12-10 08:30:00','2031-12-10','08:15:00','08:30:00',NULL),(3389,51,1716,'2031-12-11 08:15:00','2031-12-11 08:30:00','2031-12-11','08:15:00','08:30:00',NULL),(3390,51,1716,'2031-12-12 08:15:00','2031-12-12 08:30:00','2031-12-12','08:15:00','08:30:00',NULL),(3391,51,1716,'2031-12-15 08:15:00','2031-12-15 08:30:00','2031-12-15','08:15:00','08:30:00',NULL),(3392,51,1716,'2031-12-16 08:15:00','2031-12-16 08:30:00','2031-12-16','08:15:00','08:30:00',NULL),(3393,51,1716,'2031-12-17 08:15:00','2031-12-17 08:30:00','2031-12-17','08:15:00','08:30:00',NULL),(3394,51,1716,'2031-12-18 08:15:00','2031-12-18 08:30:00','2031-12-18','08:15:00','08:30:00',NULL),(3395,51,1716,'2031-12-19 08:15:00','2031-12-19 08:30:00','2031-12-19','08:15:00','08:30:00',NULL),(3396,51,1716,'2031-12-22 08:15:00','2031-12-22 08:30:00','2031-12-22','08:15:00','08:30:00',NULL),(3397,51,1716,'2031-12-23 08:15:00','2031-12-23 08:30:00','2031-12-23','08:15:00','08:30:00',NULL),(3398,51,1716,'2031-12-24 08:15:00','2031-12-24 08:30:00','2031-12-24','08:15:00','08:30:00',NULL),(3399,51,1716,'2031-12-25 08:15:00','2031-12-25 08:30:00','2031-12-25','08:15:00','08:30:00',NULL),(3400,51,1716,'2031-12-26 08:15:00','2031-12-26 08:30:00','2031-12-26','08:15:00','08:30:00',NULL),(3401,51,1716,'2031-12-29 08:15:00','2031-12-29 08:30:00','2031-12-29','08:15:00','08:30:00',NULL),(3402,51,1716,'2031-12-30 08:15:00','2031-12-30 08:30:00','2031-12-30','08:15:00','08:30:00',NULL),(3403,51,1716,'2031-12-31 08:15:00','2031-12-31 08:30:00','2031-12-31','08:15:00','08:30:00',NULL),(6142,51,6142,'2025-07-17 08:00:00','2025-07-17 08:15:00','2025-07-17','08:00:00','08:15:00',NULL),(6143,51,6142,'2025-07-18 08:00:00','2025-07-18 08:15:00','2025-07-18','08:00:00','08:15:00',NULL),(6144,51,6142,'2025-07-21 08:00:00','2025-07-21 08:15:00','2025-07-21','08:00:00','08:15:00',NULL),(6145,51,6142,'2025-07-22 08:00:00','2025-07-22 08:15:00','2025-07-22','08:00:00','08:15:00',NULL),(6146,51,6142,'2025-07-23 08:00:00','2025-07-23 08:15:00','2025-07-23','08:00:00','08:15:00',NULL),(6147,51,6142,'2025-07-24 08:00:00','2025-07-24 08:15:00','2025-07-24','08:00:00','08:15:00',NULL),(6148,51,6142,'2025-07-25 08:00:00','2025-07-25 08:15:00','2025-07-25','08:00:00','08:15:00',NULL),(6149,51,6142,'2025-07-28 08:00:00','2025-07-28 08:15:00','2025-07-28','08:00:00','08:15:00',NULL),(6150,51,6142,'2025-07-29 08:00:00','2025-07-29 08:15:00','2025-07-29','08:00:00','08:15:00',NULL),(6151,51,6142,'2025-07-30 08:00:00','2025-07-30 08:15:00','2025-07-30','08:00:00','08:15:00',NULL),(6152,51,6142,'2025-07-31 08:00:00','2025-07-31 08:15:00','2025-07-31','08:00:00','08:15:00',NULL),(6153,51,6142,'2025-08-01 08:00:00','2025-08-01 08:15:00','2025-08-01','08:00:00','08:15:00',NULL),(6154,51,6142,'2025-08-04 08:00:00','2025-08-04 08:15:00','2025-08-04','08:00:00','08:15:00',NULL),(6155,51,6142,'2025-08-05 08:00:00','2025-08-05 08:15:00','2025-08-05','08:00:00','08:15:00',NULL),(6156,51,6142,'2025-08-06 08:00:00','2025-08-06 08:15:00','2025-08-06','08:00:00','08:15:00',NULL),(6157,51,6142,'2025-08-07 08:00:00','2025-08-07 08:15:00','2025-08-07','08:00:00','08:15:00',NULL),(6158,51,6142,'2025-08-08 08:00:00','2025-08-08 08:15:00','2025-08-08','08:00:00','08:15:00',NULL),(6159,51,6142,'2025-08-11 08:00:00','2025-08-11 08:15:00','2025-08-11','08:00:00','08:15:00',NULL),(6160,51,6142,'2025-08-12 08:00:00','2025-08-12 08:15:00','2025-08-12','08:00:00','08:15:00',NULL),(6161,51,6142,'2025-08-13 08:00:00','2025-08-13 08:15:00','2025-08-13','08:00:00','08:15:00',NULL),(6162,51,6142,'2025-08-14 08:00:00','2025-08-14 08:15:00','2025-08-14','08:00:00','08:15:00',NULL),(6163,51,6142,'2025-08-15 08:00:00','2025-08-15 08:15:00','2025-08-15','08:00:00','08:15:00',NULL),(6164,51,6142,'2025-08-18 08:00:00','2025-08-18 08:15:00','2025-08-18','08:00:00','08:15:00',NULL),(6165,51,6142,'2025-08-19 08:00:00','2025-08-19 08:15:00','2025-08-19','08:00:00','08:15:00',NULL),(6166,51,6142,'2025-08-20 08:00:00','2025-08-20 08:15:00','2025-08-20','08:00:00','08:15:00',NULL),(6167,51,6142,'2025-08-21 08:00:00','2025-08-21 08:15:00','2025-08-21','08:00:00','08:15:00',NULL),(6168,51,6142,'2025-08-22 08:00:00','2025-08-22 08:15:00','2025-08-22','08:00:00','08:15:00',NULL),(6169,51,6142,'2025-08-25 08:00:00','2025-08-25 08:15:00','2025-08-25','08:00:00','08:15:00',NULL),(6170,51,6142,'2025-08-26 08:00:00','2025-08-26 08:15:00','2025-08-26','08:00:00','08:15:00',NULL),(6171,51,6142,'2025-08-27 08:00:00','2025-08-27 08:15:00','2025-08-27','08:00:00','08:15:00',NULL),(6172,51,6142,'2025-08-28 08:00:00','2025-08-28 08:15:00','2025-08-28','08:00:00','08:15:00',NULL),(6173,51,6142,'2025-08-29 08:00:00','2025-08-29 08:15:00','2025-08-29','08:00:00','08:15:00',NULL),(6174,51,6142,'2025-09-01 08:00:00','2025-09-01 08:15:00','2025-09-01','08:00:00','08:15:00',NULL),(6175,51,6142,'2025-09-02 08:00:00','2025-09-02 08:15:00','2025-09-02','08:00:00','08:15:00',NULL),(6176,51,6142,'2025-09-03 08:00:00','2025-09-03 08:15:00','2025-09-03','08:00:00','08:15:00',NULL),(6177,51,6142,'2025-09-04 08:00:00','2025-09-04 08:15:00','2025-09-04','08:00:00','08:15:00',NULL),(6178,51,6142,'2025-09-05 08:00:00','2025-09-05 08:15:00','2025-09-05','08:00:00','08:15:00',NULL),(6179,51,6142,'2025-09-08 08:00:00','2025-09-08 08:15:00','2025-09-08','08:00:00','08:15:00',NULL),(6180,51,6142,'2025-09-09 08:00:00','2025-09-09 08:15:00','2025-09-09','08:00:00','08:15:00',NULL),(6181,51,6142,'2025-09-10 08:00:00','2025-09-10 08:15:00','2025-09-10','08:00:00','08:15:00',NULL),(6182,51,6142,'2025-09-11 08:00:00','2025-09-11 08:15:00','2025-09-11','08:00:00','08:15:00',NULL),(6183,51,6142,'2025-09-12 08:00:00','2025-09-12 08:15:00','2025-09-12','08:00:00','08:15:00',NULL),(6184,51,6142,'2025-09-15 08:00:00','2025-09-15 08:15:00','2025-09-15','08:00:00','08:15:00',NULL),(6185,51,6142,'2025-09-16 08:00:00','2025-09-16 08:15:00','2025-09-16','08:00:00','08:15:00',NULL),(6186,51,6142,'2025-09-17 08:00:00','2025-09-17 08:15:00','2025-09-17','08:00:00','08:15:00',NULL),(6187,51,6142,'2025-09-18 08:00:00','2025-09-18 08:15:00','2025-09-18','08:00:00','08:15:00',NULL),(6188,51,6142,'2025-09-19 08:00:00','2025-09-19 08:15:00','2025-09-19','08:00:00','08:15:00',NULL),(6189,51,6142,'2025-09-22 08:00:00','2025-09-22 08:15:00','2025-09-22','08:00:00','08:15:00',NULL),(6190,51,6142,'2025-09-23 08:00:00','2025-09-23 08:15:00','2025-09-23','08:00:00','08:15:00',NULL),(6191,51,6142,'2025-09-24 08:00:00','2025-09-24 08:15:00','2025-09-24','08:00:00','08:15:00',NULL),(6192,51,6142,'2025-09-25 08:00:00','2025-09-25 08:15:00','2025-09-25','08:00:00','08:15:00',NULL),(6193,51,6142,'2025-09-26 08:00:00','2025-09-26 08:15:00','2025-09-26','08:00:00','08:15:00',NULL),(6194,51,6142,'2025-09-29 08:00:00','2025-09-29 08:15:00','2025-09-29','08:00:00','08:15:00',NULL),(6195,51,6142,'2025-09-30 08:00:00','2025-09-30 08:15:00','2025-09-30','08:00:00','08:15:00',NULL),(6196,51,6142,'2025-10-01 08:00:00','2025-10-01 08:15:00','2025-10-01','08:00:00','08:15:00',NULL),(6197,51,6142,'2025-10-02 08:00:00','2025-10-02 08:15:00','2025-10-02','08:00:00','08:15:00',NULL),(6198,51,6142,'2025-10-03 08:00:00','2025-10-03 08:15:00','2025-10-03','08:00:00','08:15:00',NULL),(6199,51,6142,'2025-10-06 08:00:00','2025-10-06 08:15:00','2025-10-06','08:00:00','08:15:00',NULL),(6200,51,6142,'2025-10-07 08:00:00','2025-10-07 08:15:00','2025-10-07','08:00:00','08:15:00',NULL),(6201,51,6142,'2025-10-08 08:00:00','2025-10-08 08:15:00','2025-10-08','08:00:00','08:15:00',NULL),(6202,51,6142,'2025-10-09 08:00:00','2025-10-09 08:15:00','2025-10-09','08:00:00','08:15:00',NULL),(6203,51,6142,'2025-10-10 08:00:00','2025-10-10 08:15:00','2025-10-10','08:00:00','08:15:00',NULL),(6204,51,6142,'2025-10-13 08:00:00','2025-10-13 08:15:00','2025-10-13','08:00:00','08:15:00',NULL),(6205,51,6142,'2025-10-14 08:00:00','2025-10-14 08:15:00','2025-10-14','08:00:00','08:15:00',NULL),(6206,51,6142,'2025-10-15 08:00:00','2025-10-15 08:15:00','2025-10-15','08:00:00','08:15:00',NULL),(6207,51,6142,'2025-10-16 08:00:00','2025-10-16 08:15:00','2025-10-16','08:00:00','08:15:00',NULL),(6208,51,6142,'2025-10-17 08:00:00','2025-10-17 08:15:00','2025-10-17','08:00:00','08:15:00',NULL),(6209,51,6142,'2025-10-20 08:00:00','2025-10-20 08:15:00','2025-10-20','08:00:00','08:15:00',NULL),(6210,51,6142,'2025-10-21 08:00:00','2025-10-21 08:15:00','2025-10-21','08:00:00','08:15:00',NULL),(6211,51,6142,'2025-10-22 08:00:00','2025-10-22 08:15:00','2025-10-22','08:00:00','08:15:00',NULL),(6212,51,6142,'2025-10-23 08:00:00','2025-10-23 08:15:00','2025-10-23','08:00:00','08:15:00',NULL),(6213,51,6142,'2025-10-24 08:00:00','2025-10-24 08:15:00','2025-10-24','08:00:00','08:15:00',NULL),(6214,51,6142,'2025-10-27 08:00:00','2025-10-27 08:15:00','2025-10-27','08:00:00','08:15:00',NULL),(6215,51,6142,'2025-10-28 08:00:00','2025-10-28 08:15:00','2025-10-28','08:00:00','08:15:00',NULL),(6216,51,6142,'2025-10-29 08:00:00','2025-10-29 08:15:00','2025-10-29','08:00:00','08:15:00',NULL),(6217,51,6142,'2025-10-30 08:00:00','2025-10-30 08:15:00','2025-10-30','08:00:00','08:15:00',NULL),(6218,51,6142,'2025-10-31 08:00:00','2025-10-31 08:15:00','2025-10-31','08:00:00','08:15:00',NULL),(6219,51,6142,'2025-11-03 08:00:00','2025-11-03 08:15:00','2025-11-03','08:00:00','08:15:00',NULL),(6220,51,6142,'2025-11-04 08:00:00','2025-11-04 08:15:00','2025-11-04','08:00:00','08:15:00',NULL),(6257,51,6142,'2025-12-25 08:00:00','2025-12-25 08:15:00','2025-12-25','08:00:00','08:15:00',NULL),(6258,51,6142,'2025-12-26 08:00:00','2025-12-26 08:15:00','2025-12-26','08:00:00','08:15:00',NULL),(6259,51,6142,'2025-12-29 08:00:00','2025-12-29 08:15:00','2025-12-29','08:00:00','08:15:00',NULL),(6260,51,6142,'2025-12-30 08:00:00','2025-12-30 08:15:00','2025-12-30','08:00:00','08:15:00',NULL),(6261,51,6142,'2025-12-31 08:00:00','2025-12-31 08:15:00','2025-12-31','08:00:00','08:15:00',NULL),(6262,51,6142,'2026-01-01 08:00:00','2026-01-01 08:15:00','2026-01-01','08:00:00','08:15:00',NULL),(6263,51,6142,'2026-01-02 08:00:00','2026-01-02 08:15:00','2026-01-02','08:00:00','08:15:00',NULL),(6264,51,6142,'2026-01-05 08:00:00','2026-01-05 08:15:00','2026-01-05','08:00:00','08:15:00',NULL),(6265,51,6142,'2026-01-06 08:00:00','2026-01-06 08:15:00','2026-01-06','08:00:00','08:15:00',NULL),(6266,51,6142,'2026-01-07 08:00:00','2026-01-07 08:15:00','2026-01-07','08:00:00','08:15:00',NULL),(6267,51,6142,'2026-01-08 08:00:00','2026-01-08 08:15:00','2026-01-08','08:00:00','08:15:00',NULL),(6268,51,6142,'2026-01-09 08:00:00','2026-01-09 08:15:00','2026-01-09','08:00:00','08:15:00',NULL),(6269,51,6142,'2026-01-12 08:00:00','2026-01-12 08:15:00','2026-01-12','08:00:00','08:15:00',NULL),(6270,51,6142,'2026-01-13 08:00:00','2026-01-13 08:15:00','2026-01-13','08:00:00','08:15:00',NULL),(6271,51,6142,'2026-01-14 08:00:00','2026-01-14 08:15:00','2026-01-14','08:00:00','08:15:00',NULL),(6272,51,6142,'2026-01-15 08:00:00','2026-01-15 08:15:00','2026-01-15','08:00:00','08:15:00',NULL),(6273,51,6142,'2026-01-16 08:00:00','2026-01-16 08:15:00','2026-01-16','08:00:00','08:15:00',NULL),(6274,51,6142,'2026-01-19 08:00:00','2026-01-19 08:15:00','2026-01-19','08:00:00','08:15:00',NULL),(6275,51,6142,'2026-01-20 08:00:00','2026-01-20 08:15:00','2026-01-20','08:00:00','08:15:00',NULL),(6276,51,6142,'2026-01-21 08:00:00','2026-01-21 08:15:00','2026-01-21','08:00:00','08:15:00',NULL),(6277,51,6142,'2026-01-22 08:00:00','2026-01-22 08:15:00','2026-01-22','08:00:00','08:15:00',NULL),(6278,51,6142,'2026-01-23 08:00:00','2026-01-23 08:15:00','2026-01-23','08:00:00','08:15:00',NULL),(6279,51,6142,'2026-01-26 08:00:00','2026-01-26 08:15:00','2026-01-26','08:00:00','08:15:00',NULL),(6280,51,6142,'2026-01-27 08:00:00','2026-01-27 08:15:00','2026-01-27','08:00:00','08:15:00',NULL),(6281,51,6142,'2026-01-28 08:00:00','2026-01-28 08:15:00','2026-01-28','08:00:00','08:15:00',NULL),(6282,51,6142,'2026-01-29 08:00:00','2026-01-29 08:15:00','2026-01-29','08:00:00','08:15:00',NULL),(6283,51,6142,'2026-01-30 08:00:00','2026-01-30 08:15:00','2026-01-30','08:00:00','08:15:00',NULL),(6284,51,6142,'2026-02-02 08:00:00','2026-02-02 08:15:00','2026-02-02','08:00:00','08:15:00',NULL),(6285,51,6142,'2026-02-03 08:00:00','2026-02-03 08:15:00','2026-02-03','08:00:00','08:15:00',NULL),(6286,51,6142,'2026-02-04 08:00:00','2026-02-04 08:15:00','2026-02-04','08:00:00','08:15:00',NULL),(6287,51,6142,'2026-02-05 08:00:00','2026-02-05 08:15:00','2026-02-05','08:00:00','08:15:00',NULL),(6288,51,6142,'2026-02-06 08:00:00','2026-02-06 08:15:00','2026-02-06','08:00:00','08:15:00',NULL),(6289,51,6142,'2026-02-09 08:00:00','2026-02-09 08:15:00','2026-02-09','08:00:00','08:15:00',NULL),(6290,51,6142,'2026-02-10 08:00:00','2026-02-10 08:15:00','2026-02-10','08:00:00','08:15:00',NULL),(6291,51,6142,'2026-02-11 08:00:00','2026-02-11 08:15:00','2026-02-11','08:00:00','08:15:00',NULL),(6292,51,6142,'2026-02-12 08:00:00','2026-02-12 08:15:00','2026-02-12','08:00:00','08:15:00',NULL),(6293,51,6142,'2026-02-13 08:00:00','2026-02-13 08:15:00','2026-02-13','08:00:00','08:15:00',NULL),(6294,51,6142,'2026-02-16 08:00:00','2026-02-16 08:15:00','2026-02-16','08:00:00','08:15:00',NULL),(6295,51,6142,'2026-02-17 08:00:00','2026-02-17 08:15:00','2026-02-17','08:00:00','08:15:00',NULL),(6296,51,6142,'2026-02-18 08:00:00','2026-02-18 08:15:00','2026-02-18','08:00:00','08:15:00',NULL),(6297,51,6142,'2026-02-19 08:00:00','2026-02-19 08:15:00','2026-02-19','08:00:00','08:15:00',NULL),(6298,51,6142,'2026-02-20 08:00:00','2026-02-20 08:15:00','2026-02-20','08:00:00','08:15:00',NULL),(6299,51,6142,'2026-02-23 08:00:00','2026-02-23 08:15:00','2026-02-23','08:00:00','08:15:00',NULL),(6300,51,6142,'2026-02-24 08:00:00','2026-02-24 08:15:00','2026-02-24','08:00:00','08:15:00',NULL),(6301,51,6142,'2026-02-25 08:00:00','2026-02-25 08:15:00','2026-02-25','08:00:00','08:15:00',NULL),(6302,51,6142,'2026-02-26 08:00:00','2026-02-26 08:15:00','2026-02-26','08:00:00','08:15:00',NULL),(6303,51,6142,'2026-02-27 08:00:00','2026-02-27 08:15:00','2026-02-27','08:00:00','08:15:00',NULL),(6304,51,6142,'2026-03-02 08:00:00','2026-03-02 08:15:00','2026-03-02','08:00:00','08:15:00',NULL),(6305,51,6142,'2026-03-03 08:00:00','2026-03-03 08:15:00','2026-03-03','08:00:00','08:15:00',NULL),(6306,51,6142,'2026-03-04 08:00:00','2026-03-04 08:15:00','2026-03-04','08:00:00','08:15:00',NULL),(6307,51,6142,'2026-03-05 08:00:00','2026-03-05 08:15:00','2026-03-05','08:00:00','08:15:00',NULL),(6308,51,6142,'2026-03-06 08:00:00','2026-03-06 08:15:00','2026-03-06','08:00:00','08:15:00',NULL),(6309,51,6142,'2026-03-09 08:00:00','2026-03-09 08:15:00','2026-03-09','08:00:00','08:15:00',NULL),(6310,51,6142,'2026-03-10 08:00:00','2026-03-10 08:15:00','2026-03-10','08:00:00','08:15:00',NULL),(6311,51,6142,'2026-03-11 08:00:00','2026-03-11 08:15:00','2026-03-11','08:00:00','08:15:00',NULL),(6312,51,6142,'2026-03-12 08:00:00','2026-03-12 08:15:00','2026-03-12','08:00:00','08:15:00',NULL),(6313,51,6142,'2026-03-13 08:00:00','2026-03-13 08:15:00','2026-03-13','08:00:00','08:15:00',NULL),(6314,51,6142,'2026-03-16 08:00:00','2026-03-16 08:15:00','2026-03-16','08:00:00','08:15:00',NULL),(6315,51,6142,'2026-03-17 08:00:00','2026-03-17 08:15:00','2026-03-17','08:00:00','08:15:00',NULL),(6316,51,6142,'2026-03-18 08:00:00','2026-03-18 08:15:00','2026-03-18','08:00:00','08:15:00',NULL),(6317,51,6142,'2026-03-19 08:00:00','2026-03-19 08:15:00','2026-03-19','08:00:00','08:15:00',NULL),(6318,51,6142,'2026-03-20 08:00:00','2026-03-20 08:15:00','2026-03-20','08:00:00','08:15:00',NULL),(6319,51,6142,'2026-03-23 08:00:00','2026-03-23 08:15:00','2026-03-23','08:00:00','08:15:00',NULL),(6320,51,6142,'2026-03-24 08:00:00','2026-03-24 08:15:00','2026-03-24','08:00:00','08:15:00',NULL),(6321,51,6142,'2026-03-25 08:00:00','2026-03-25 08:15:00','2026-03-25','08:00:00','08:15:00',NULL),(6322,51,6142,'2026-03-26 08:00:00','2026-03-26 08:15:00','2026-03-26','08:00:00','08:15:00',NULL),(6323,51,6142,'2026-03-27 08:00:00','2026-03-27 08:15:00','2026-03-27','08:00:00','08:15:00',NULL),(6324,51,6142,'2026-03-30 08:00:00','2026-03-30 08:15:00','2026-03-30','08:00:00','08:15:00',NULL),(6325,51,6142,'2026-03-31 08:00:00','2026-03-31 08:15:00','2026-03-31','08:00:00','08:15:00',NULL),(6326,51,6142,'2026-04-01 08:00:00','2026-04-01 08:15:00','2026-04-01','08:00:00','08:15:00',NULL),(6327,51,6142,'2026-04-02 08:00:00','2026-04-02 08:15:00','2026-04-02','08:00:00','08:15:00',NULL),(6328,51,6142,'2026-04-03 08:00:00','2026-04-03 08:15:00','2026-04-03','08:00:00','08:15:00',NULL),(6329,51,6142,'2026-04-06 08:00:00','2026-04-06 08:15:00','2026-04-06','08:00:00','08:15:00',NULL),(6330,51,6142,'2026-04-07 08:00:00','2026-04-07 08:15:00','2026-04-07','08:00:00','08:15:00',NULL),(6331,51,6142,'2026-04-08 08:00:00','2026-04-08 08:15:00','2026-04-08','08:00:00','08:15:00',NULL),(6332,51,6142,'2026-04-09 08:00:00','2026-04-09 08:15:00','2026-04-09','08:00:00','08:15:00',NULL),(6333,51,6142,'2026-04-10 08:00:00','2026-04-10 08:15:00','2026-04-10','08:00:00','08:15:00',NULL),(6334,51,6142,'2026-04-13 08:00:00','2026-04-13 08:15:00','2026-04-13','08:00:00','08:15:00',NULL),(6335,51,6142,'2026-04-14 08:00:00','2026-04-14 08:15:00','2026-04-14','08:00:00','08:15:00',NULL),(6336,51,6142,'2026-04-15 08:00:00','2026-04-15 08:15:00','2026-04-15','08:00:00','08:15:00',NULL),(6337,51,6142,'2026-04-16 08:00:00','2026-04-16 08:15:00','2026-04-16','08:00:00','08:15:00',NULL),(6338,51,6142,'2026-04-17 08:00:00','2026-04-17 08:15:00','2026-04-17','08:00:00','08:15:00',NULL),(6339,51,6142,'2026-04-20 08:00:00','2026-04-20 08:15:00','2026-04-20','08:00:00','08:15:00',NULL),(6340,51,6142,'2026-04-21 08:00:00','2026-04-21 08:15:00','2026-04-21','08:00:00','08:15:00',NULL),(6341,51,6142,'2026-04-22 08:00:00','2026-04-22 08:15:00','2026-04-22','08:00:00','08:15:00',NULL),(6342,51,6142,'2026-04-23 08:00:00','2026-04-23 08:15:00','2026-04-23','08:00:00','08:15:00',NULL),(6343,51,6142,'2026-04-24 08:00:00','2026-04-24 08:15:00','2026-04-24','08:00:00','08:15:00',NULL),(6344,51,6142,'2026-04-27 08:00:00','2026-04-27 08:15:00','2026-04-27','08:00:00','08:15:00',NULL),(6345,51,6142,'2026-04-28 08:00:00','2026-04-28 08:15:00','2026-04-28','08:00:00','08:15:00',NULL),(6346,51,6142,'2026-04-29 08:00:00','2026-04-29 08:15:00','2026-04-29','08:00:00','08:15:00',NULL),(6347,51,6142,'2026-04-30 08:00:00','2026-04-30 08:15:00','2026-04-30','08:00:00','08:15:00',NULL),(6348,51,6142,'2026-05-01 08:00:00','2026-05-01 08:15:00','2026-05-01','08:00:00','08:15:00',NULL),(6349,51,6142,'2026-05-04 08:00:00','2026-05-04 08:15:00','2026-05-04','08:00:00','08:15:00',NULL),(6350,51,6142,'2026-05-05 08:00:00','2026-05-05 08:15:00','2026-05-05','08:00:00','08:15:00',NULL),(6351,51,6142,'2026-05-06 08:00:00','2026-05-06 08:15:00','2026-05-06','08:00:00','08:15:00',NULL),(6352,51,6142,'2026-05-07 08:00:00','2026-05-07 08:15:00','2026-05-07','08:00:00','08:15:00',NULL),(6353,51,6142,'2026-05-08 08:00:00','2026-05-08 08:15:00','2026-05-08','08:00:00','08:15:00',NULL),(6354,51,6142,'2026-05-11 08:00:00','2026-05-11 08:15:00','2026-05-11','08:00:00','08:15:00',NULL),(6355,51,6142,'2026-05-12 08:00:00','2026-05-12 08:15:00','2026-05-12','08:00:00','08:15:00',NULL),(6356,51,6142,'2026-05-13 08:00:00','2026-05-13 08:15:00','2026-05-13','08:00:00','08:15:00',NULL),(6357,51,6142,'2026-05-14 08:00:00','2026-05-14 08:15:00','2026-05-14','08:00:00','08:15:00',NULL),(6358,51,6142,'2026-05-15 08:00:00','2026-05-15 08:15:00','2026-05-15','08:00:00','08:15:00',NULL),(6359,51,6142,'2026-05-18 08:00:00','2026-05-18 08:15:00','2026-05-18','08:00:00','08:15:00',NULL),(6360,51,6142,'2026-05-19 08:00:00','2026-05-19 08:15:00','2026-05-19','08:00:00','08:15:00',NULL),(6361,51,6142,'2026-05-20 08:00:00','2026-05-20 08:15:00','2026-05-20','08:00:00','08:15:00',NULL),(6362,51,6142,'2026-05-21 08:00:00','2026-05-21 08:15:00','2026-05-21','08:00:00','08:15:00',NULL),(6363,51,6142,'2026-05-22 08:00:00','2026-05-22 08:15:00','2026-05-22','08:00:00','08:15:00',NULL),(6364,51,6142,'2026-05-25 08:00:00','2026-05-25 08:15:00','2026-05-25','08:00:00','08:15:00',NULL),(6365,51,6142,'2026-05-26 08:00:00','2026-05-26 08:15:00','2026-05-26','08:00:00','08:15:00',NULL),(6366,51,6142,'2026-05-27 08:00:00','2026-05-27 08:15:00','2026-05-27','08:00:00','08:15:00',NULL),(6367,51,6142,'2026-05-28 08:00:00','2026-05-28 08:15:00','2026-05-28','08:00:00','08:15:00',NULL),(6368,51,6142,'2026-05-29 08:00:00','2026-05-29 08:15:00','2026-05-29','08:00:00','08:15:00',NULL),(6369,51,6142,'2026-06-01 08:00:00','2026-06-01 08:15:00','2026-06-01','08:00:00','08:15:00',NULL),(6370,51,6142,'2026-06-02 08:00:00','2026-06-02 08:15:00','2026-06-02','08:00:00','08:15:00',NULL),(6371,51,6142,'2026-06-03 08:00:00','2026-06-03 08:15:00','2026-06-03','08:00:00','08:15:00',NULL),(6372,51,6142,'2026-06-04 08:00:00','2026-06-04 08:15:00','2026-06-04','08:00:00','08:15:00',NULL),(6373,51,6142,'2026-06-05 08:00:00','2026-06-05 08:15:00','2026-06-05','08:00:00','08:15:00',NULL),(6374,51,6142,'2026-06-08 08:00:00','2026-06-08 08:15:00','2026-06-08','08:00:00','08:15:00',NULL),(6375,51,6142,'2026-06-09 08:00:00','2026-06-09 08:15:00','2026-06-09','08:00:00','08:15:00',NULL),(6376,51,6142,'2026-06-10 08:00:00','2026-06-10 08:15:00','2026-06-10','08:00:00','08:15:00',NULL),(6377,51,6142,'2026-06-11 08:00:00','2026-06-11 08:15:00','2026-06-11','08:00:00','08:15:00',NULL),(6378,51,6142,'2026-06-12 08:00:00','2026-06-12 08:15:00','2026-06-12','08:00:00','08:15:00',NULL),(6379,51,6142,'2026-06-15 08:00:00','2026-06-15 08:15:00','2026-06-15','08:00:00','08:15:00',NULL),(6380,51,6142,'2026-06-16 08:00:00','2026-06-16 08:15:00','2026-06-16','08:00:00','08:15:00',NULL),(6381,51,6142,'2026-06-17 08:00:00','2026-06-17 08:15:00','2026-06-17','08:00:00','08:15:00',NULL),(6382,51,6142,'2026-06-18 08:00:00','2026-06-18 08:15:00','2026-06-18','08:00:00','08:15:00',NULL),(6383,51,6142,'2026-06-19 08:00:00','2026-06-19 08:15:00','2026-06-19','08:00:00','08:15:00',NULL),(6384,51,6142,'2026-06-22 08:00:00','2026-06-22 08:15:00','2026-06-22','08:00:00','08:15:00',NULL),(6385,51,6142,'2026-06-23 08:00:00','2026-06-23 08:15:00','2026-06-23','08:00:00','08:15:00',NULL),(6386,51,6142,'2026-06-24 08:00:00','2026-06-24 08:15:00','2026-06-24','08:00:00','08:15:00',NULL),(6387,51,6142,'2026-06-25 08:00:00','2026-06-25 08:15:00','2026-06-25','08:00:00','08:15:00',NULL),(6388,51,6142,'2026-06-26 08:00:00','2026-06-26 08:15:00','2026-06-26','08:00:00','08:15:00',NULL),(6389,51,6142,'2026-06-29 08:00:00','2026-06-29 08:15:00','2026-06-29','08:00:00','08:15:00',NULL),(6390,51,6142,'2026-06-30 08:00:00','2026-06-30 08:15:00','2026-06-30','08:00:00','08:15:00',NULL),(6391,51,6142,'2026-07-01 08:00:00','2026-07-01 08:15:00','2026-07-01','08:00:00','08:15:00',NULL),(6392,51,6142,'2026-07-02 08:00:00','2026-07-02 08:15:00','2026-07-02','08:00:00','08:15:00',NULL),(6393,51,6142,'2026-07-03 08:00:00','2026-07-03 08:15:00','2026-07-03','08:00:00','08:15:00',NULL),(6394,51,6142,'2026-07-06 08:00:00','2026-07-06 08:15:00','2026-07-06','08:00:00','08:15:00',NULL),(6395,51,6142,'2026-07-07 08:00:00','2026-07-07 08:15:00','2026-07-07','08:00:00','08:15:00',NULL),(6396,51,6142,'2026-07-08 08:00:00','2026-07-08 08:15:00','2026-07-08','08:00:00','08:15:00',NULL),(6397,51,6142,'2026-07-09 08:00:00','2026-07-09 08:15:00','2026-07-09','08:00:00','08:15:00',NULL),(6398,51,6142,'2026-07-10 08:00:00','2026-07-10 08:15:00','2026-07-10','08:00:00','08:15:00',NULL),(6399,51,6142,'2026-07-13 08:00:00','2026-07-13 08:15:00','2026-07-13','08:00:00','08:15:00',NULL),(6400,51,6142,'2026-07-14 08:00:00','2026-07-14 08:15:00','2026-07-14','08:00:00','08:15:00',NULL),(6401,51,6142,'2026-07-15 08:00:00','2026-07-15 08:15:00','2026-07-15','08:00:00','08:15:00',NULL),(6402,51,6142,'2026-07-16 08:00:00','2026-07-16 08:15:00','2026-07-16','08:00:00','08:15:00',NULL),(6403,51,6142,'2026-07-17 08:00:00','2026-07-17 08:15:00','2026-07-17','08:00:00','08:15:00',NULL),(6404,51,6142,'2026-07-20 08:00:00','2026-07-20 08:15:00','2026-07-20','08:00:00','08:15:00',NULL),(6405,51,6142,'2026-07-21 08:00:00','2026-07-21 08:15:00','2026-07-21','08:00:00','08:15:00',NULL),(6406,51,6142,'2026-07-22 08:00:00','2026-07-22 08:15:00','2026-07-22','08:00:00','08:15:00',NULL),(6407,51,6142,'2026-07-23 08:00:00','2026-07-23 08:15:00','2026-07-23','08:00:00','08:15:00',NULL),(6408,51,6142,'2026-07-24 08:00:00','2026-07-24 08:15:00','2026-07-24','08:00:00','08:15:00',NULL),(6409,51,6142,'2026-07-27 08:00:00','2026-07-27 08:15:00','2026-07-27','08:00:00','08:15:00',NULL),(6410,51,6142,'2026-07-28 08:00:00','2026-07-28 08:15:00','2026-07-28','08:00:00','08:15:00',NULL),(6411,51,6142,'2026-07-29 08:00:00','2026-07-29 08:15:00','2026-07-29','08:00:00','08:15:00',NULL),(6412,51,6142,'2026-07-30 08:00:00','2026-07-30 08:15:00','2026-07-30','08:00:00','08:15:00',NULL),(6413,51,6142,'2026-07-31 08:00:00','2026-07-31 08:15:00','2026-07-31','08:00:00','08:15:00',NULL),(6414,51,6142,'2026-08-03 08:00:00','2026-08-03 08:15:00','2026-08-03','08:00:00','08:15:00',NULL),(6415,51,6142,'2026-08-04 08:00:00','2026-08-04 08:15:00','2026-08-04','08:00:00','08:15:00',NULL),(6416,51,6142,'2026-08-05 08:00:00','2026-08-05 08:15:00','2026-08-05','08:00:00','08:15:00',NULL),(6417,51,6142,'2026-08-06 08:00:00','2026-08-06 08:15:00','2026-08-06','08:00:00','08:15:00',NULL),(6418,51,6142,'2026-08-07 08:00:00','2026-08-07 08:15:00','2026-08-07','08:00:00','08:15:00',NULL),(6419,51,6142,'2026-08-10 08:00:00','2026-08-10 08:15:00','2026-08-10','08:00:00','08:15:00',NULL),(6420,51,6142,'2026-08-11 08:00:00','2026-08-11 08:15:00','2026-08-11','08:00:00','08:15:00',NULL),(6421,51,6142,'2026-08-12 08:00:00','2026-08-12 08:15:00','2026-08-12','08:00:00','08:15:00',NULL),(6422,51,6142,'2026-08-13 08:00:00','2026-08-13 08:15:00','2026-08-13','08:00:00','08:15:00',NULL),(6423,51,6142,'2026-08-14 08:00:00','2026-08-14 08:15:00','2026-08-14','08:00:00','08:15:00',NULL),(6424,51,6142,'2026-08-17 08:00:00','2026-08-17 08:15:00','2026-08-17','08:00:00','08:15:00',NULL),(6425,51,6142,'2026-08-18 08:00:00','2026-08-18 08:15:00','2026-08-18','08:00:00','08:15:00',NULL),(6426,51,6142,'2026-08-19 08:00:00','2026-08-19 08:15:00','2026-08-19','08:00:00','08:15:00',NULL),(6427,51,6142,'2026-08-20 08:00:00','2026-08-20 08:15:00','2026-08-20','08:00:00','08:15:00',NULL),(6428,51,6142,'2026-08-21 08:00:00','2026-08-21 08:15:00','2026-08-21','08:00:00','08:15:00',NULL),(6429,51,6142,'2026-08-24 08:00:00','2026-08-24 08:15:00','2026-08-24','08:00:00','08:15:00',NULL),(6430,51,6142,'2026-08-25 08:00:00','2026-08-25 08:15:00','2026-08-25','08:00:00','08:15:00',NULL),(6431,51,6142,'2026-08-26 08:00:00','2026-08-26 08:15:00','2026-08-26','08:00:00','08:15:00',NULL),(6432,51,6142,'2026-08-27 08:00:00','2026-08-27 08:15:00','2026-08-27','08:00:00','08:15:00',NULL),(6433,51,6142,'2026-08-28 08:00:00','2026-08-28 08:15:00','2026-08-28','08:00:00','08:15:00',NULL),(6434,51,6142,'2026-08-31 08:00:00','2026-08-31 08:15:00','2026-08-31','08:00:00','08:15:00',NULL),(6435,51,6142,'2026-09-01 08:00:00','2026-09-01 08:15:00','2026-09-01','08:00:00','08:15:00',NULL),(6436,51,6142,'2026-09-02 08:00:00','2026-09-02 08:15:00','2026-09-02','08:00:00','08:15:00',NULL),(6437,51,6142,'2026-09-03 08:00:00','2026-09-03 08:15:00','2026-09-03','08:00:00','08:15:00',NULL),(6438,51,6142,'2026-09-04 08:00:00','2026-09-04 08:15:00','2026-09-04','08:00:00','08:15:00',NULL),(6439,51,6142,'2026-09-07 08:00:00','2026-09-07 08:15:00','2026-09-07','08:00:00','08:15:00',NULL),(6440,51,6142,'2026-09-08 08:00:00','2026-09-08 08:15:00','2026-09-08','08:00:00','08:15:00',NULL),(6441,51,6142,'2026-09-09 08:00:00','2026-09-09 08:15:00','2026-09-09','08:00:00','08:15:00',NULL),(6442,51,6142,'2026-09-10 08:00:00','2026-09-10 08:15:00','2026-09-10','08:00:00','08:15:00',NULL),(6443,51,6142,'2026-09-11 08:00:00','2026-09-11 08:15:00','2026-09-11','08:00:00','08:15:00',NULL),(6444,51,6142,'2026-09-14 08:00:00','2026-09-14 08:15:00','2026-09-14','08:00:00','08:15:00',NULL),(6445,51,6142,'2026-09-15 08:00:00','2026-09-15 08:15:00','2026-09-15','08:00:00','08:15:00',NULL),(6446,51,6142,'2026-09-16 08:00:00','2026-09-16 08:15:00','2026-09-16','08:00:00','08:15:00',NULL),(6447,51,6142,'2026-09-17 08:00:00','2026-09-17 08:15:00','2026-09-17','08:00:00','08:15:00',NULL),(6448,51,6142,'2026-09-18 08:00:00','2026-09-18 08:15:00','2026-09-18','08:00:00','08:15:00',NULL),(6449,51,6142,'2026-09-21 08:00:00','2026-09-21 08:15:00','2026-09-21','08:00:00','08:15:00',NULL),(6450,51,6142,'2026-09-22 08:00:00','2026-09-22 08:15:00','2026-09-22','08:00:00','08:15:00',NULL),(6451,51,6142,'2026-09-23 08:00:00','2026-09-23 08:15:00','2026-09-23','08:00:00','08:15:00',NULL),(6452,51,6142,'2026-09-24 08:00:00','2026-09-24 08:15:00','2026-09-24','08:00:00','08:15:00',NULL),(6453,51,6142,'2026-09-25 08:00:00','2026-09-25 08:15:00','2026-09-25','08:00:00','08:15:00',NULL),(6454,51,6142,'2026-09-28 08:00:00','2026-09-28 08:15:00','2026-09-28','08:00:00','08:15:00',NULL),(6455,51,6142,'2026-09-29 08:00:00','2026-09-29 08:15:00','2026-09-29','08:00:00','08:15:00',NULL),(6456,51,6142,'2026-09-30 08:00:00','2026-09-30 08:15:00','2026-09-30','08:00:00','08:15:00',NULL),(6457,51,6142,'2026-10-01 08:00:00','2026-10-01 08:15:00','2026-10-01','08:00:00','08:15:00',NULL),(6458,51,6142,'2026-10-02 08:00:00','2026-10-02 08:15:00','2026-10-02','08:00:00','08:15:00',NULL),(6459,51,6142,'2026-10-05 08:00:00','2026-10-05 08:15:00','2026-10-05','08:00:00','08:15:00',NULL),(6460,51,6142,'2026-10-06 08:00:00','2026-10-06 08:15:00','2026-10-06','08:00:00','08:15:00',NULL),(6461,51,6142,'2026-10-07 08:00:00','2026-10-07 08:15:00','2026-10-07','08:00:00','08:15:00',NULL),(6462,51,6142,'2026-10-08 08:00:00','2026-10-08 08:15:00','2026-10-08','08:00:00','08:15:00',NULL),(6463,51,6142,'2026-10-09 08:00:00','2026-10-09 08:15:00','2026-10-09','08:00:00','08:15:00',NULL),(6464,51,6142,'2026-10-12 08:00:00','2026-10-12 08:15:00','2026-10-12','08:00:00','08:15:00',NULL),(6465,51,6142,'2026-10-13 08:00:00','2026-10-13 08:15:00','2026-10-13','08:00:00','08:15:00',NULL),(6466,51,6142,'2026-10-14 08:00:00','2026-10-14 08:15:00','2026-10-14','08:00:00','08:15:00',NULL),(6467,51,6142,'2026-10-15 08:00:00','2026-10-15 08:15:00','2026-10-15','08:00:00','08:15:00',NULL),(6468,51,6142,'2026-10-16 08:00:00','2026-10-16 08:15:00','2026-10-16','08:00:00','08:15:00',NULL),(6469,51,6142,'2026-10-19 08:00:00','2026-10-19 08:15:00','2026-10-19','08:00:00','08:15:00',NULL),(6470,51,6142,'2026-10-20 08:00:00','2026-10-20 08:15:00','2026-10-20','08:00:00','08:15:00',NULL),(6471,51,6142,'2026-10-21 08:00:00','2026-10-21 08:15:00','2026-10-21','08:00:00','08:15:00',NULL),(6472,51,6142,'2026-10-22 08:00:00','2026-10-22 08:15:00','2026-10-22','08:00:00','08:15:00',NULL),(6473,51,6142,'2026-10-23 08:00:00','2026-10-23 08:15:00','2026-10-23','08:00:00','08:15:00',NULL),(6474,51,6142,'2026-10-26 08:00:00','2026-10-26 08:15:00','2026-10-26','08:00:00','08:15:00',NULL),(6475,51,6142,'2026-10-27 08:00:00','2026-10-27 08:15:00','2026-10-27','08:00:00','08:15:00',NULL),(6476,51,6142,'2026-10-28 08:00:00','2026-10-28 08:15:00','2026-10-28','08:00:00','08:15:00',NULL),(6477,51,6142,'2026-10-29 08:00:00','2026-10-29 08:15:00','2026-10-29','08:00:00','08:15:00',NULL),(6478,51,6142,'2026-10-30 08:00:00','2026-10-30 08:15:00','2026-10-30','08:00:00','08:15:00',NULL),(6479,51,6142,'2026-11-02 08:00:00','2026-11-02 08:15:00','2026-11-02','08:00:00','08:15:00',NULL),(6480,51,6142,'2026-11-03 08:00:00','2026-11-03 08:15:00','2026-11-03','08:00:00','08:15:00',NULL),(6481,51,6142,'2026-11-04 08:00:00','2026-11-04 08:15:00','2026-11-04','08:00:00','08:15:00',NULL),(6482,51,6142,'2026-11-05 08:00:00','2026-11-05 08:15:00','2026-11-05','08:00:00','08:15:00',NULL),(6483,51,6142,'2026-11-06 08:00:00','2026-11-06 08:15:00','2026-11-06','08:00:00','08:15:00',NULL),(6484,51,6142,'2026-11-09 08:00:00','2026-11-09 08:15:00','2026-11-09','08:00:00','08:15:00',NULL),(6485,51,6142,'2026-11-10 08:00:00','2026-11-10 08:15:00','2026-11-10','08:00:00','08:15:00',NULL),(6486,51,6142,'2026-11-11 08:00:00','2026-11-11 08:15:00','2026-11-11','08:00:00','08:15:00',NULL),(6487,51,6142,'2026-11-12 08:00:00','2026-11-12 08:15:00','2026-11-12','08:00:00','08:15:00',NULL),(6488,51,6142,'2026-11-13 08:00:00','2026-11-13 08:15:00','2026-11-13','08:00:00','08:15:00',NULL),(6489,51,6142,'2026-11-16 08:00:00','2026-11-16 08:15:00','2026-11-16','08:00:00','08:15:00',NULL),(6490,51,6142,'2026-11-17 08:00:00','2026-11-17 08:15:00','2026-11-17','08:00:00','08:15:00',NULL),(6491,51,6142,'2026-11-18 08:00:00','2026-11-18 08:15:00','2026-11-18','08:00:00','08:15:00',NULL),(6492,51,6142,'2026-11-19 08:00:00','2026-11-19 08:15:00','2026-11-19','08:00:00','08:15:00',NULL),(6493,51,6142,'2026-11-20 08:00:00','2026-11-20 08:15:00','2026-11-20','08:00:00','08:15:00',NULL),(6494,51,6142,'2026-11-23 08:00:00','2026-11-23 08:15:00','2026-11-23','08:00:00','08:15:00',NULL),(6495,51,6142,'2026-11-24 08:00:00','2026-11-24 08:15:00','2026-11-24','08:00:00','08:15:00',NULL),(6496,51,6142,'2026-11-25 08:00:00','2026-11-25 08:15:00','2026-11-25','08:00:00','08:15:00',NULL),(6497,51,6142,'2026-11-26 08:00:00','2026-11-26 08:15:00','2026-11-26','08:00:00','08:15:00',NULL),(6498,51,6142,'2026-11-27 08:00:00','2026-11-27 08:15:00','2026-11-27','08:00:00','08:15:00',NULL),(6499,51,6142,'2026-11-30 08:00:00','2026-11-30 08:15:00','2026-11-30','08:00:00','08:15:00',NULL),(6500,51,6142,'2026-12-01 08:00:00','2026-12-01 08:15:00','2026-12-01','08:00:00','08:15:00',NULL),(6501,51,6142,'2026-12-02 08:00:00','2026-12-02 08:15:00','2026-12-02','08:00:00','08:15:00',NULL),(6502,51,6142,'2026-12-03 08:00:00','2026-12-03 08:15:00','2026-12-03','08:00:00','08:15:00',NULL),(6503,51,6142,'2026-12-04 08:00:00','2026-12-04 08:15:00','2026-12-04','08:00:00','08:15:00',NULL),(6504,51,6142,'2026-12-07 08:00:00','2026-12-07 08:15:00','2026-12-07','08:00:00','08:15:00',NULL),(6505,51,6142,'2026-12-08 08:00:00','2026-12-08 08:15:00','2026-12-08','08:00:00','08:15:00',NULL),(6506,51,6142,'2026-12-09 08:00:00','2026-12-09 08:15:00','2026-12-09','08:00:00','08:15:00',NULL),(6507,51,6142,'2026-12-10 08:00:00','2026-12-10 08:15:00','2026-12-10','08:00:00','08:15:00',NULL),(6508,51,6142,'2026-12-11 08:00:00','2026-12-11 08:15:00','2026-12-11','08:00:00','08:15:00',NULL),(6509,51,6142,'2026-12-14 08:00:00','2026-12-14 08:15:00','2026-12-14','08:00:00','08:15:00',NULL),(6510,51,6142,'2026-12-15 08:00:00','2026-12-15 08:15:00','2026-12-15','08:00:00','08:15:00',NULL),(6511,51,6142,'2026-12-16 08:00:00','2026-12-16 08:15:00','2026-12-16','08:00:00','08:15:00',NULL),(6512,51,6142,'2026-12-17 08:00:00','2026-12-17 08:15:00','2026-12-17','08:00:00','08:15:00',NULL),(6513,51,6142,'2026-12-18 08:00:00','2026-12-18 08:15:00','2026-12-18','08:00:00','08:15:00',NULL),(6514,51,6142,'2026-12-21 08:00:00','2026-12-21 08:15:00','2026-12-21','08:00:00','08:15:00',NULL),(6515,51,6142,'2026-12-22 08:00:00','2026-12-22 08:15:00','2026-12-22','08:00:00','08:15:00',NULL),(6516,51,6142,'2026-12-23 08:00:00','2026-12-23 08:15:00','2026-12-23','08:00:00','08:15:00',NULL),(6517,51,6142,'2026-12-24 08:00:00','2026-12-24 08:15:00','2026-12-24','08:00:00','08:15:00',NULL),(6518,51,6142,'2026-12-25 08:00:00','2026-12-25 08:15:00','2026-12-25','08:00:00','08:15:00',NULL),(6519,51,6142,'2026-12-28 08:00:00','2026-12-28 08:15:00','2026-12-28','08:00:00','08:15:00',NULL),(6520,51,6142,'2026-12-29 08:00:00','2026-12-29 08:15:00','2026-12-29','08:00:00','08:15:00',NULL),(6521,51,6142,'2026-12-30 08:00:00','2026-12-30 08:15:00','2026-12-30','08:00:00','08:15:00',NULL),(6522,51,6142,'2026-12-31 08:00:00','2026-12-31 08:15:00','2026-12-31','08:00:00','08:15:00',NULL),(6523,51,6142,'2027-01-01 08:00:00','2027-01-01 08:15:00','2027-01-01','08:00:00','08:15:00',NULL),(6524,51,6142,'2027-01-04 08:00:00','2027-01-04 08:15:00','2027-01-04','08:00:00','08:15:00',NULL),(6525,51,6142,'2027-01-05 08:00:00','2027-01-05 08:15:00','2027-01-05','08:00:00','08:15:00',NULL),(6526,51,6142,'2027-01-06 08:00:00','2027-01-06 08:15:00','2027-01-06','08:00:00','08:15:00',NULL),(6527,51,6142,'2027-01-07 08:00:00','2027-01-07 08:15:00','2027-01-07','08:00:00','08:15:00',NULL),(6528,51,6142,'2027-01-08 08:00:00','2027-01-08 08:15:00','2027-01-08','08:00:00','08:15:00',NULL),(6529,51,6142,'2027-01-11 08:00:00','2027-01-11 08:15:00','2027-01-11','08:00:00','08:15:00',NULL),(6530,51,6142,'2027-01-12 08:00:00','2027-01-12 08:15:00','2027-01-12','08:00:00','08:15:00',NULL),(6531,51,6142,'2027-01-13 08:00:00','2027-01-13 08:15:00','2027-01-13','08:00:00','08:15:00',NULL),(6532,51,6142,'2027-01-14 08:00:00','2027-01-14 08:15:00','2027-01-14','08:00:00','08:15:00',NULL),(6533,51,6142,'2027-01-15 08:00:00','2027-01-15 08:15:00','2027-01-15','08:00:00','08:15:00',NULL),(6534,51,6142,'2027-01-18 08:00:00','2027-01-18 08:15:00','2027-01-18','08:00:00','08:15:00',NULL),(6535,51,6142,'2027-01-19 08:00:00','2027-01-19 08:15:00','2027-01-19','08:00:00','08:15:00',NULL),(6536,51,6142,'2027-01-20 08:00:00','2027-01-20 08:15:00','2027-01-20','08:00:00','08:15:00',NULL),(6537,51,6142,'2027-01-21 08:00:00','2027-01-21 08:15:00','2027-01-21','08:00:00','08:15:00',NULL),(6538,51,6142,'2027-01-22 08:00:00','2027-01-22 08:15:00','2027-01-22','08:00:00','08:15:00',NULL),(6539,51,6142,'2027-01-25 08:00:00','2027-01-25 08:15:00','2027-01-25','08:00:00','08:15:00',NULL),(6540,51,6142,'2027-01-26 08:00:00','2027-01-26 08:15:00','2027-01-26','08:00:00','08:15:00',NULL),(6541,51,6142,'2027-01-27 08:00:00','2027-01-27 08:15:00','2027-01-27','08:00:00','08:15:00',NULL),(6542,51,6142,'2027-01-28 08:00:00','2027-01-28 08:15:00','2027-01-28','08:00:00','08:15:00',NULL),(6543,51,6142,'2027-01-29 08:00:00','2027-01-29 08:15:00','2027-01-29','08:00:00','08:15:00',NULL),(6544,51,6142,'2027-02-01 08:00:00','2027-02-01 08:15:00','2027-02-01','08:00:00','08:15:00',NULL),(6545,51,6142,'2027-02-02 08:00:00','2027-02-02 08:15:00','2027-02-02','08:00:00','08:15:00',NULL),(6546,51,6142,'2027-02-03 08:00:00','2027-02-03 08:15:00','2027-02-03','08:00:00','08:15:00',NULL),(6547,51,6142,'2027-02-04 08:00:00','2027-02-04 08:15:00','2027-02-04','08:00:00','08:15:00',NULL),(6548,51,6142,'2027-02-05 08:00:00','2027-02-05 08:15:00','2027-02-05','08:00:00','08:15:00',NULL),(6549,51,6142,'2027-02-08 08:00:00','2027-02-08 08:15:00','2027-02-08','08:00:00','08:15:00',NULL),(6550,51,6142,'2027-02-09 08:00:00','2027-02-09 08:15:00','2027-02-09','08:00:00','08:15:00',NULL),(6551,51,6142,'2027-02-10 08:00:00','2027-02-10 08:15:00','2027-02-10','08:00:00','08:15:00',NULL),(6552,51,6142,'2027-02-11 08:00:00','2027-02-11 08:15:00','2027-02-11','08:00:00','08:15:00',NULL),(6553,51,6142,'2027-02-12 08:00:00','2027-02-12 08:15:00','2027-02-12','08:00:00','08:15:00',NULL),(6554,51,6142,'2027-02-15 08:00:00','2027-02-15 08:15:00','2027-02-15','08:00:00','08:15:00',NULL),(6555,51,6142,'2027-02-16 08:00:00','2027-02-16 08:15:00','2027-02-16','08:00:00','08:15:00',NULL),(6556,51,6142,'2027-02-17 08:00:00','2027-02-17 08:15:00','2027-02-17','08:00:00','08:15:00',NULL),(6557,51,6142,'2027-02-18 08:00:00','2027-02-18 08:15:00','2027-02-18','08:00:00','08:15:00',NULL),(6558,51,6142,'2027-02-19 08:00:00','2027-02-19 08:15:00','2027-02-19','08:00:00','08:15:00',NULL),(6559,51,6142,'2027-02-22 08:00:00','2027-02-22 08:15:00','2027-02-22','08:00:00','08:15:00',NULL),(6560,51,6142,'2027-02-23 08:00:00','2027-02-23 08:15:00','2027-02-23','08:00:00','08:15:00',NULL),(6561,51,6142,'2027-02-24 08:00:00','2027-02-24 08:15:00','2027-02-24','08:00:00','08:15:00',NULL),(6562,51,6142,'2027-02-25 08:00:00','2027-02-25 08:15:00','2027-02-25','08:00:00','08:15:00',NULL),(6563,51,6142,'2027-02-26 08:00:00','2027-02-26 08:15:00','2027-02-26','08:00:00','08:15:00',NULL),(6564,51,6142,'2027-03-01 08:00:00','2027-03-01 08:15:00','2027-03-01','08:00:00','08:15:00',NULL),(6565,51,6142,'2027-03-02 08:00:00','2027-03-02 08:15:00','2027-03-02','08:00:00','08:15:00',NULL),(6566,51,6142,'2027-03-03 08:00:00','2027-03-03 08:15:00','2027-03-03','08:00:00','08:15:00',NULL),(6567,51,6142,'2027-03-04 08:00:00','2027-03-04 08:15:00','2027-03-04','08:00:00','08:15:00',NULL),(6568,51,6142,'2027-03-05 08:00:00','2027-03-05 08:15:00','2027-03-05','08:00:00','08:15:00',NULL),(6569,51,6142,'2027-03-08 08:00:00','2027-03-08 08:15:00','2027-03-08','08:00:00','08:15:00',NULL),(6570,51,6142,'2027-03-09 08:00:00','2027-03-09 08:15:00','2027-03-09','08:00:00','08:15:00',NULL),(6571,51,6142,'2027-03-10 08:00:00','2027-03-10 08:15:00','2027-03-10','08:00:00','08:15:00',NULL),(6572,51,6142,'2027-03-11 08:00:00','2027-03-11 08:15:00','2027-03-11','08:00:00','08:15:00',NULL),(6573,51,6142,'2027-03-12 08:00:00','2027-03-12 08:15:00','2027-03-12','08:00:00','08:15:00',NULL),(6574,51,6142,'2027-03-15 08:00:00','2027-03-15 08:15:00','2027-03-15','08:00:00','08:15:00',NULL),(6575,51,6142,'2027-03-16 08:00:00','2027-03-16 08:15:00','2027-03-16','08:00:00','08:15:00',NULL),(6576,51,6142,'2027-03-17 08:00:00','2027-03-17 08:15:00','2027-03-17','08:00:00','08:15:00',NULL),(6577,51,6142,'2027-03-18 08:00:00','2027-03-18 08:15:00','2027-03-18','08:00:00','08:15:00',NULL),(6578,51,6142,'2027-03-19 08:00:00','2027-03-19 08:15:00','2027-03-19','08:00:00','08:15:00',NULL),(6579,51,6142,'2027-03-22 08:00:00','2027-03-22 08:15:00','2027-03-22','08:00:00','08:15:00',NULL),(6580,51,6142,'2027-03-23 08:00:00','2027-03-23 08:15:00','2027-03-23','08:00:00','08:15:00',NULL),(6581,51,6142,'2027-03-24 08:00:00','2027-03-24 08:15:00','2027-03-24','08:00:00','08:15:00',NULL),(6582,51,6142,'2027-03-25 08:00:00','2027-03-25 08:15:00','2027-03-25','08:00:00','08:15:00',NULL),(6583,51,6142,'2027-03-26 08:00:00','2027-03-26 08:15:00','2027-03-26','08:00:00','08:15:00',NULL),(6584,51,6142,'2027-03-29 08:00:00','2027-03-29 08:15:00','2027-03-29','08:00:00','08:15:00',NULL),(6585,51,6142,'2027-03-30 08:00:00','2027-03-30 08:15:00','2027-03-30','08:00:00','08:15:00',NULL),(6586,51,6142,'2027-03-31 08:00:00','2027-03-31 08:15:00','2027-03-31','08:00:00','08:15:00',NULL),(6587,51,6142,'2027-04-01 08:00:00','2027-04-01 08:15:00','2027-04-01','08:00:00','08:15:00',NULL),(6588,51,6142,'2027-04-02 08:00:00','2027-04-02 08:15:00','2027-04-02','08:00:00','08:15:00',NULL),(6589,51,6142,'2027-04-05 08:00:00','2027-04-05 08:15:00','2027-04-05','08:00:00','08:15:00',NULL),(6590,51,6142,'2027-04-06 08:00:00','2027-04-06 08:15:00','2027-04-06','08:00:00','08:15:00',NULL),(6591,51,6142,'2027-04-07 08:00:00','2027-04-07 08:15:00','2027-04-07','08:00:00','08:15:00',NULL),(6592,51,6142,'2027-04-08 08:00:00','2027-04-08 08:15:00','2027-04-08','08:00:00','08:15:00',NULL),(6593,51,6142,'2027-04-09 08:00:00','2027-04-09 08:15:00','2027-04-09','08:00:00','08:15:00',NULL),(6594,51,6142,'2027-04-12 08:00:00','2027-04-12 08:15:00','2027-04-12','08:00:00','08:15:00',NULL),(6595,51,6142,'2027-04-13 08:00:00','2027-04-13 08:15:00','2027-04-13','08:00:00','08:15:00',NULL),(6596,51,6142,'2027-04-14 08:00:00','2027-04-14 08:15:00','2027-04-14','08:00:00','08:15:00',NULL),(6597,51,6142,'2027-04-15 08:00:00','2027-04-15 08:15:00','2027-04-15','08:00:00','08:15:00',NULL),(6598,51,6142,'2027-04-16 08:00:00','2027-04-16 08:15:00','2027-04-16','08:00:00','08:15:00',NULL),(6599,51,6142,'2027-04-19 08:00:00','2027-04-19 08:15:00','2027-04-19','08:00:00','08:15:00',NULL),(6600,51,6142,'2027-04-20 08:00:00','2027-04-20 08:15:00','2027-04-20','08:00:00','08:15:00',NULL),(6601,51,6142,'2027-04-21 08:00:00','2027-04-21 08:15:00','2027-04-21','08:00:00','08:15:00',NULL),(6602,51,6142,'2027-04-22 08:00:00','2027-04-22 08:15:00','2027-04-22','08:00:00','08:15:00',NULL),(6603,51,6142,'2027-04-23 08:00:00','2027-04-23 08:15:00','2027-04-23','08:00:00','08:15:00',NULL),(6604,51,6142,'2027-04-26 08:00:00','2027-04-26 08:15:00','2027-04-26','08:00:00','08:15:00',NULL),(6605,51,6142,'2027-04-27 08:00:00','2027-04-27 08:15:00','2027-04-27','08:00:00','08:15:00',NULL),(6606,51,6142,'2027-04-28 08:00:00','2027-04-28 08:15:00','2027-04-28','08:00:00','08:15:00',NULL),(6607,51,6142,'2027-04-29 08:00:00','2027-04-29 08:15:00','2027-04-29','08:00:00','08:15:00',NULL),(6608,51,6142,'2027-04-30 08:00:00','2027-04-30 08:15:00','2027-04-30','08:00:00','08:15:00',NULL),(6609,51,6142,'2027-05-03 08:00:00','2027-05-03 08:15:00','2027-05-03','08:00:00','08:15:00',NULL),(6610,51,6142,'2027-05-04 08:00:00','2027-05-04 08:15:00','2027-05-04','08:00:00','08:15:00',NULL),(6611,51,6142,'2027-05-05 08:00:00','2027-05-05 08:15:00','2027-05-05','08:00:00','08:15:00',NULL),(6612,51,6142,'2027-05-06 08:00:00','2027-05-06 08:15:00','2027-05-06','08:00:00','08:15:00',NULL),(6613,51,6142,'2027-05-07 08:00:00','2027-05-07 08:15:00','2027-05-07','08:00:00','08:15:00',NULL),(6614,51,6142,'2027-05-10 08:00:00','2027-05-10 08:15:00','2027-05-10','08:00:00','08:15:00',NULL),(6615,51,6142,'2027-05-11 08:00:00','2027-05-11 08:15:00','2027-05-11','08:00:00','08:15:00',NULL),(6616,51,6142,'2027-05-12 08:00:00','2027-05-12 08:15:00','2027-05-12','08:00:00','08:15:00',NULL),(6617,51,6142,'2027-05-13 08:00:00','2027-05-13 08:15:00','2027-05-13','08:00:00','08:15:00',NULL),(6618,51,6142,'2027-05-14 08:00:00','2027-05-14 08:15:00','2027-05-14','08:00:00','08:15:00',NULL),(6619,51,6142,'2027-05-17 08:00:00','2027-05-17 08:15:00','2027-05-17','08:00:00','08:15:00',NULL),(6620,51,6142,'2027-05-18 08:00:00','2027-05-18 08:15:00','2027-05-18','08:00:00','08:15:00',NULL),(6621,51,6142,'2027-05-19 08:00:00','2027-05-19 08:15:00','2027-05-19','08:00:00','08:15:00',NULL),(6622,51,6142,'2027-05-20 08:00:00','2027-05-20 08:15:00','2027-05-20','08:00:00','08:15:00',NULL),(6623,51,6142,'2027-05-21 08:00:00','2027-05-21 08:15:00','2027-05-21','08:00:00','08:15:00',NULL),(6624,51,6142,'2027-05-24 08:00:00','2027-05-24 08:15:00','2027-05-24','08:00:00','08:15:00',NULL),(6625,51,6142,'2027-05-25 08:00:00','2027-05-25 08:15:00','2027-05-25','08:00:00','08:15:00',NULL),(6626,51,6142,'2027-05-26 08:00:00','2027-05-26 08:15:00','2027-05-26','08:00:00','08:15:00',NULL),(6627,51,6142,'2027-05-27 08:00:00','2027-05-27 08:15:00','2027-05-27','08:00:00','08:15:00',NULL),(6628,51,6142,'2027-05-28 08:00:00','2027-05-28 08:15:00','2027-05-28','08:00:00','08:15:00',NULL),(6629,51,6142,'2027-05-31 08:00:00','2027-05-31 08:15:00','2027-05-31','08:00:00','08:15:00',NULL),(6630,51,6142,'2027-06-01 08:00:00','2027-06-01 08:15:00','2027-06-01','08:00:00','08:15:00',NULL),(6631,51,6142,'2027-06-02 08:00:00','2027-06-02 08:15:00','2027-06-02','08:00:00','08:15:00',NULL),(6632,51,6142,'2027-06-03 08:00:00','2027-06-03 08:15:00','2027-06-03','08:00:00','08:15:00',NULL),(6633,51,6142,'2027-06-04 08:00:00','2027-06-04 08:15:00','2027-06-04','08:00:00','08:15:00',NULL),(6634,51,6142,'2027-06-07 08:00:00','2027-06-07 08:15:00','2027-06-07','08:00:00','08:15:00',NULL),(6635,51,6142,'2027-06-08 08:00:00','2027-06-08 08:15:00','2027-06-08','08:00:00','08:15:00',NULL),(6636,51,6142,'2027-06-09 08:00:00','2027-06-09 08:15:00','2027-06-09','08:00:00','08:15:00',NULL),(6637,51,6142,'2027-06-10 08:00:00','2027-06-10 08:15:00','2027-06-10','08:00:00','08:15:00',NULL),(6638,51,6142,'2027-06-11 08:00:00','2027-06-11 08:15:00','2027-06-11','08:00:00','08:15:00',NULL),(6639,51,6142,'2027-06-14 08:00:00','2027-06-14 08:15:00','2027-06-14','08:00:00','08:15:00',NULL),(6640,51,6142,'2027-06-15 08:00:00','2027-06-15 08:15:00','2027-06-15','08:00:00','08:15:00',NULL),(6641,51,6142,'2027-06-16 08:00:00','2027-06-16 08:15:00','2027-06-16','08:00:00','08:15:00',NULL),(6642,51,6142,'2027-06-17 08:00:00','2027-06-17 08:15:00','2027-06-17','08:00:00','08:15:00',NULL),(6643,51,6142,'2027-06-18 08:00:00','2027-06-18 08:15:00','2027-06-18','08:00:00','08:15:00',NULL),(6644,51,6142,'2027-06-21 08:00:00','2027-06-21 08:15:00','2027-06-21','08:00:00','08:15:00',NULL),(6645,51,6142,'2027-06-22 08:00:00','2027-06-22 08:15:00','2027-06-22','08:00:00','08:15:00',NULL),(6646,51,6142,'2027-06-23 08:00:00','2027-06-23 08:15:00','2027-06-23','08:00:00','08:15:00',NULL),(6647,51,6142,'2027-06-24 08:00:00','2027-06-24 08:15:00','2027-06-24','08:00:00','08:15:00',NULL),(6648,51,6142,'2027-06-25 08:00:00','2027-06-25 08:15:00','2027-06-25','08:00:00','08:15:00',NULL),(6649,51,6142,'2027-06-28 08:00:00','2027-06-28 08:15:00','2027-06-28','08:00:00','08:15:00',NULL),(6650,51,6142,'2027-06-29 08:00:00','2027-06-29 08:15:00','2027-06-29','08:00:00','08:15:00',NULL),(6651,51,6142,'2027-06-30 08:00:00','2027-06-30 08:15:00','2027-06-30','08:00:00','08:15:00',NULL),(6652,51,6142,'2027-07-01 08:00:00','2027-07-01 08:15:00','2027-07-01','08:00:00','08:15:00',NULL),(6653,51,6142,'2027-07-02 08:00:00','2027-07-02 08:15:00','2027-07-02','08:00:00','08:15:00',NULL),(6654,51,6142,'2027-07-05 08:00:00','2027-07-05 08:15:00','2027-07-05','08:00:00','08:15:00',NULL),(6655,51,6142,'2027-07-06 08:00:00','2027-07-06 08:15:00','2027-07-06','08:00:00','08:15:00',NULL),(6656,51,6142,'2027-07-07 08:00:00','2027-07-07 08:15:00','2027-07-07','08:00:00','08:15:00',NULL),(6657,51,6142,'2027-07-08 08:00:00','2027-07-08 08:15:00','2027-07-08','08:00:00','08:15:00',NULL),(6658,51,6142,'2027-07-09 08:00:00','2027-07-09 08:15:00','2027-07-09','08:00:00','08:15:00',NULL),(6659,51,6142,'2027-07-12 08:00:00','2027-07-12 08:15:00','2027-07-12','08:00:00','08:15:00',NULL),(6660,51,6142,'2027-07-13 08:00:00','2027-07-13 08:15:00','2027-07-13','08:00:00','08:15:00',NULL),(6661,51,6142,'2027-07-14 08:00:00','2027-07-14 08:15:00','2027-07-14','08:00:00','08:15:00',NULL),(6662,51,6142,'2027-07-15 08:00:00','2027-07-15 08:15:00','2027-07-15','08:00:00','08:15:00',NULL),(6663,51,6142,'2027-07-16 08:00:00','2027-07-16 08:15:00','2027-07-16','08:00:00','08:15:00',NULL),(6664,51,6142,'2027-07-19 08:00:00','2027-07-19 08:15:00','2027-07-19','08:00:00','08:15:00',NULL),(6665,51,6142,'2027-07-20 08:00:00','2027-07-20 08:15:00','2027-07-20','08:00:00','08:15:00',NULL),(6666,51,6142,'2027-07-21 08:00:00','2027-07-21 08:15:00','2027-07-21','08:00:00','08:15:00',NULL),(6667,51,6142,'2027-07-22 08:00:00','2027-07-22 08:15:00','2027-07-22','08:00:00','08:15:00',NULL),(6668,51,6142,'2027-07-23 08:00:00','2027-07-23 08:15:00','2027-07-23','08:00:00','08:15:00',NULL),(6669,51,6142,'2027-07-26 08:00:00','2027-07-26 08:15:00','2027-07-26','08:00:00','08:15:00',NULL),(6670,51,6142,'2027-07-27 08:00:00','2027-07-27 08:15:00','2027-07-27','08:00:00','08:15:00',NULL),(6671,51,6142,'2027-07-28 08:00:00','2027-07-28 08:15:00','2027-07-28','08:00:00','08:15:00',NULL),(6672,51,6142,'2027-07-29 08:00:00','2027-07-29 08:15:00','2027-07-29','08:00:00','08:15:00',NULL),(6673,51,6142,'2027-07-30 08:00:00','2027-07-30 08:15:00','2027-07-30','08:00:00','08:15:00',NULL),(6674,51,6142,'2027-08-02 08:00:00','2027-08-02 08:15:00','2027-08-02','08:00:00','08:15:00',NULL),(6675,51,6142,'2027-08-03 08:00:00','2027-08-03 08:15:00','2027-08-03','08:00:00','08:15:00',NULL),(6676,51,6142,'2027-08-04 08:00:00','2027-08-04 08:15:00','2027-08-04','08:00:00','08:15:00',NULL),(6677,51,6142,'2027-08-05 08:00:00','2027-08-05 08:15:00','2027-08-05','08:00:00','08:15:00',NULL),(6678,51,6142,'2027-08-06 08:00:00','2027-08-06 08:15:00','2027-08-06','08:00:00','08:15:00',NULL),(6679,51,6142,'2027-08-09 08:00:00','2027-08-09 08:15:00','2027-08-09','08:00:00','08:15:00',NULL),(6680,51,6142,'2027-08-10 08:00:00','2027-08-10 08:15:00','2027-08-10','08:00:00','08:15:00',NULL),(6681,51,6142,'2027-08-11 08:00:00','2027-08-11 08:15:00','2027-08-11','08:00:00','08:15:00',NULL),(6682,51,6142,'2027-08-12 08:00:00','2027-08-12 08:15:00','2027-08-12','08:00:00','08:15:00',NULL),(6683,51,6142,'2027-08-13 08:00:00','2027-08-13 08:15:00','2027-08-13','08:00:00','08:15:00',NULL),(6684,51,6142,'2027-08-16 08:00:00','2027-08-16 08:15:00','2027-08-16','08:00:00','08:15:00',NULL),(6685,51,6142,'2027-08-17 08:00:00','2027-08-17 08:15:00','2027-08-17','08:00:00','08:15:00',NULL),(6686,51,6142,'2027-08-18 08:00:00','2027-08-18 08:15:00','2027-08-18','08:00:00','08:15:00',NULL),(6687,51,6142,'2027-08-19 08:00:00','2027-08-19 08:15:00','2027-08-19','08:00:00','08:15:00',NULL),(6688,51,6142,'2027-08-20 08:00:00','2027-08-20 08:15:00','2027-08-20','08:00:00','08:15:00',NULL),(6689,51,6142,'2027-08-23 08:00:00','2027-08-23 08:15:00','2027-08-23','08:00:00','08:15:00',NULL),(6690,51,6142,'2027-08-24 08:00:00','2027-08-24 08:15:00','2027-08-24','08:00:00','08:15:00',NULL),(6691,51,6142,'2027-08-25 08:00:00','2027-08-25 08:15:00','2027-08-25','08:00:00','08:15:00',NULL),(6692,51,6142,'2027-08-26 08:00:00','2027-08-26 08:15:00','2027-08-26','08:00:00','08:15:00',NULL),(6693,51,6142,'2027-08-27 08:00:00','2027-08-27 08:15:00','2027-08-27','08:00:00','08:15:00',NULL),(6694,51,6142,'2027-08-30 08:00:00','2027-08-30 08:15:00','2027-08-30','08:00:00','08:15:00',NULL),(6695,51,6142,'2027-08-31 08:00:00','2027-08-31 08:15:00','2027-08-31','08:00:00','08:15:00',NULL),(6696,51,6142,'2027-09-01 08:00:00','2027-09-01 08:15:00','2027-09-01','08:00:00','08:15:00',NULL),(6697,51,6142,'2027-09-02 08:00:00','2027-09-02 08:15:00','2027-09-02','08:00:00','08:15:00',NULL),(6698,51,6142,'2027-09-03 08:00:00','2027-09-03 08:15:00','2027-09-03','08:00:00','08:15:00',NULL),(6699,51,6142,'2027-09-06 08:00:00','2027-09-06 08:15:00','2027-09-06','08:00:00','08:15:00',NULL),(6700,51,6142,'2027-09-07 08:00:00','2027-09-07 08:15:00','2027-09-07','08:00:00','08:15:00',NULL),(6701,51,6142,'2027-09-08 08:00:00','2027-09-08 08:15:00','2027-09-08','08:00:00','08:15:00',NULL),(6702,51,6142,'2027-09-09 08:00:00','2027-09-09 08:15:00','2027-09-09','08:00:00','08:15:00',NULL),(6703,51,6142,'2027-09-10 08:00:00','2027-09-10 08:15:00','2027-09-10','08:00:00','08:15:00',NULL),(6704,51,6142,'2027-09-13 08:00:00','2027-09-13 08:15:00','2027-09-13','08:00:00','08:15:00',NULL),(6705,51,6142,'2027-09-14 08:00:00','2027-09-14 08:15:00','2027-09-14','08:00:00','08:15:00',NULL),(6706,51,6142,'2027-09-15 08:00:00','2027-09-15 08:15:00','2027-09-15','08:00:00','08:15:00',NULL),(6707,51,6142,'2027-09-16 08:00:00','2027-09-16 08:15:00','2027-09-16','08:00:00','08:15:00',NULL),(6708,51,6142,'2027-09-17 08:00:00','2027-09-17 08:15:00','2027-09-17','08:00:00','08:15:00',NULL),(6709,51,6142,'2027-09-20 08:00:00','2027-09-20 08:15:00','2027-09-20','08:00:00','08:15:00',NULL),(6710,51,6142,'2027-09-21 08:00:00','2027-09-21 08:15:00','2027-09-21','08:00:00','08:15:00',NULL),(6711,51,6142,'2027-09-22 08:00:00','2027-09-22 08:15:00','2027-09-22','08:00:00','08:15:00',NULL),(6712,51,6142,'2027-09-23 08:00:00','2027-09-23 08:15:00','2027-09-23','08:00:00','08:15:00',NULL),(6713,51,6142,'2027-09-24 08:00:00','2027-09-24 08:15:00','2027-09-24','08:00:00','08:15:00',NULL),(6714,51,6142,'2027-09-27 08:00:00','2027-09-27 08:15:00','2027-09-27','08:00:00','08:15:00',NULL),(6715,51,6142,'2027-09-28 08:00:00','2027-09-28 08:15:00','2027-09-28','08:00:00','08:15:00',NULL),(6716,51,6142,'2027-09-29 08:00:00','2027-09-29 08:15:00','2027-09-29','08:00:00','08:15:00',NULL),(6717,51,6142,'2027-09-30 08:00:00','2027-09-30 08:15:00','2027-09-30','08:00:00','08:15:00',NULL),(6718,51,6142,'2027-10-01 08:00:00','2027-10-01 08:15:00','2027-10-01','08:00:00','08:15:00',NULL),(6719,51,6142,'2027-10-04 08:00:00','2027-10-04 08:15:00','2027-10-04','08:00:00','08:15:00',NULL),(6720,51,6142,'2027-10-05 08:00:00','2027-10-05 08:15:00','2027-10-05','08:00:00','08:15:00',NULL),(6721,51,6142,'2027-10-06 08:00:00','2027-10-06 08:15:00','2027-10-06','08:00:00','08:15:00',NULL),(6722,51,6142,'2027-10-07 08:00:00','2027-10-07 08:15:00','2027-10-07','08:00:00','08:15:00',NULL),(6723,51,6142,'2027-10-08 08:00:00','2027-10-08 08:15:00','2027-10-08','08:00:00','08:15:00',NULL),(6724,51,6142,'2027-10-11 08:00:00','2027-10-11 08:15:00','2027-10-11','08:00:00','08:15:00',NULL),(6725,51,6142,'2027-10-12 08:00:00','2027-10-12 08:15:00','2027-10-12','08:00:00','08:15:00',NULL),(6726,51,6142,'2027-10-13 08:00:00','2027-10-13 08:15:00','2027-10-13','08:00:00','08:15:00',NULL),(6727,51,6142,'2027-10-14 08:00:00','2027-10-14 08:15:00','2027-10-14','08:00:00','08:15:00',NULL),(6728,51,6142,'2027-10-15 08:00:00','2027-10-15 08:15:00','2027-10-15','08:00:00','08:15:00',NULL),(6729,51,6142,'2027-10-18 08:00:00','2027-10-18 08:15:00','2027-10-18','08:00:00','08:15:00',NULL),(6730,51,6142,'2027-10-19 08:00:00','2027-10-19 08:15:00','2027-10-19','08:00:00','08:15:00',NULL),(6731,51,6142,'2027-10-20 08:00:00','2027-10-20 08:15:00','2027-10-20','08:00:00','08:15:00',NULL),(6732,51,6142,'2027-10-21 08:00:00','2027-10-21 08:15:00','2027-10-21','08:00:00','08:15:00',NULL),(6733,51,6142,'2027-10-22 08:00:00','2027-10-22 08:15:00','2027-10-22','08:00:00','08:15:00',NULL),(6734,51,6142,'2027-10-25 08:00:00','2027-10-25 08:15:00','2027-10-25','08:00:00','08:15:00',NULL),(6735,51,6142,'2027-10-26 08:00:00','2027-10-26 08:15:00','2027-10-26','08:00:00','08:15:00',NULL),(6736,51,6142,'2027-10-27 08:00:00','2027-10-27 08:15:00','2027-10-27','08:00:00','08:15:00',NULL),(6737,51,6142,'2027-10-28 08:00:00','2027-10-28 08:15:00','2027-10-28','08:00:00','08:15:00',NULL),(6738,51,6142,'2027-10-29 08:00:00','2027-10-29 08:15:00','2027-10-29','08:00:00','08:15:00',NULL),(6739,51,6142,'2027-11-01 08:00:00','2027-11-01 08:15:00','2027-11-01','08:00:00','08:15:00',NULL),(6740,51,6142,'2027-11-02 08:00:00','2027-11-02 08:15:00','2027-11-02','08:00:00','08:15:00',NULL),(6741,51,6142,'2027-11-03 08:00:00','2027-11-03 08:15:00','2027-11-03','08:00:00','08:15:00',NULL),(6742,51,6142,'2027-11-04 08:00:00','2027-11-04 08:15:00','2027-11-04','08:00:00','08:15:00',NULL),(6743,51,6142,'2027-11-05 08:00:00','2027-11-05 08:15:00','2027-11-05','08:00:00','08:15:00',NULL),(6744,51,6142,'2027-11-08 08:00:00','2027-11-08 08:15:00','2027-11-08','08:00:00','08:15:00',NULL),(6745,51,6142,'2027-11-09 08:00:00','2027-11-09 08:15:00','2027-11-09','08:00:00','08:15:00',NULL),(6746,51,6142,'2027-11-10 08:00:00','2027-11-10 08:15:00','2027-11-10','08:00:00','08:15:00',NULL),(6747,51,6142,'2027-11-11 08:00:00','2027-11-11 08:15:00','2027-11-11','08:00:00','08:15:00',NULL),(6748,51,6142,'2027-11-12 08:00:00','2027-11-12 08:15:00','2027-11-12','08:00:00','08:15:00',NULL),(6749,51,6142,'2027-11-15 08:00:00','2027-11-15 08:15:00','2027-11-15','08:00:00','08:15:00',NULL),(6750,51,6142,'2027-11-16 08:00:00','2027-11-16 08:15:00','2027-11-16','08:00:00','08:15:00',NULL),(6751,51,6142,'2027-11-17 08:00:00','2027-11-17 08:15:00','2027-11-17','08:00:00','08:15:00',NULL),(6752,51,6142,'2027-11-18 08:00:00','2027-11-18 08:15:00','2027-11-18','08:00:00','08:15:00',NULL),(6753,51,6142,'2027-11-19 08:00:00','2027-11-19 08:15:00','2027-11-19','08:00:00','08:15:00',NULL),(6754,51,6142,'2027-11-22 08:00:00','2027-11-22 08:15:00','2027-11-22','08:00:00','08:15:00',NULL),(6755,51,6142,'2027-11-23 08:00:00','2027-11-23 08:15:00','2027-11-23','08:00:00','08:15:00',NULL),(6756,51,6142,'2027-11-24 08:00:00','2027-11-24 08:15:00','2027-11-24','08:00:00','08:15:00',NULL),(6757,51,6142,'2027-11-25 08:00:00','2027-11-25 08:15:00','2027-11-25','08:00:00','08:15:00',NULL),(6758,51,6142,'2027-11-26 08:00:00','2027-11-26 08:15:00','2027-11-26','08:00:00','08:15:00',NULL),(6759,51,6142,'2027-11-29 08:00:00','2027-11-29 08:15:00','2027-11-29','08:00:00','08:15:00',NULL),(6760,51,6142,'2027-11-30 08:00:00','2027-11-30 08:15:00','2027-11-30','08:00:00','08:15:00',NULL),(6761,51,6142,'2027-12-01 08:00:00','2027-12-01 08:15:00','2027-12-01','08:00:00','08:15:00',NULL),(6762,51,6142,'2027-12-02 08:00:00','2027-12-02 08:15:00','2027-12-02','08:00:00','08:15:00',NULL),(6763,51,6142,'2027-12-03 08:00:00','2027-12-03 08:15:00','2027-12-03','08:00:00','08:15:00',NULL),(6764,51,6142,'2027-12-06 08:00:00','2027-12-06 08:15:00','2027-12-06','08:00:00','08:15:00',NULL),(6765,51,6142,'2027-12-07 08:00:00','2027-12-07 08:15:00','2027-12-07','08:00:00','08:15:00',NULL),(6766,51,6142,'2027-12-08 08:00:00','2027-12-08 08:15:00','2027-12-08','08:00:00','08:15:00',NULL),(6767,51,6142,'2027-12-09 08:00:00','2027-12-09 08:15:00','2027-12-09','08:00:00','08:15:00',NULL),(6768,51,6142,'2027-12-10 08:00:00','2027-12-10 08:15:00','2027-12-10','08:00:00','08:15:00',NULL),(6769,51,6142,'2027-12-13 08:00:00','2027-12-13 08:15:00','2027-12-13','08:00:00','08:15:00',NULL),(6770,51,6142,'2027-12-14 08:00:00','2027-12-14 08:15:00','2027-12-14','08:00:00','08:15:00',NULL),(6771,51,6142,'2027-12-15 08:00:00','2027-12-15 08:15:00','2027-12-15','08:00:00','08:15:00',NULL),(6772,51,6142,'2027-12-16 08:00:00','2027-12-16 08:15:00','2027-12-16','08:00:00','08:15:00',NULL),(6773,51,6142,'2027-12-17 08:00:00','2027-12-17 08:15:00','2027-12-17','08:00:00','08:15:00',NULL),(6774,51,6142,'2027-12-20 08:00:00','2027-12-20 08:15:00','2027-12-20','08:00:00','08:15:00',NULL),(6775,51,6142,'2027-12-21 08:00:00','2027-12-21 08:15:00','2027-12-21','08:00:00','08:15:00',NULL),(6776,51,6142,'2027-12-22 08:00:00','2027-12-22 08:15:00','2027-12-22','08:00:00','08:15:00',NULL),(6777,51,6142,'2027-12-23 08:00:00','2027-12-23 08:15:00','2027-12-23','08:00:00','08:15:00',NULL),(6778,51,6142,'2027-12-24 08:00:00','2027-12-24 08:15:00','2027-12-24','08:00:00','08:15:00',NULL),(6779,51,6142,'2027-12-27 08:00:00','2027-12-27 08:15:00','2027-12-27','08:00:00','08:15:00',NULL),(6780,51,6142,'2027-12-28 08:00:00','2027-12-28 08:15:00','2027-12-28','08:00:00','08:15:00',NULL),(6781,51,6142,'2027-12-29 08:00:00','2027-12-29 08:15:00','2027-12-29','08:00:00','08:15:00',NULL),(6782,51,6142,'2027-12-30 08:00:00','2027-12-30 08:15:00','2027-12-30','08:00:00','08:15:00',NULL),(6783,51,6142,'2027-12-31 08:00:00','2027-12-31 08:15:00','2027-12-31','08:00:00','08:15:00',NULL),(6784,51,6142,'2028-01-03 08:00:00','2028-01-03 08:15:00','2028-01-03','08:00:00','08:15:00',NULL),(6785,51,6142,'2028-01-04 08:00:00','2028-01-04 08:15:00','2028-01-04','08:00:00','08:15:00',NULL),(6786,51,6142,'2028-01-05 08:00:00','2028-01-05 08:15:00','2028-01-05','08:00:00','08:15:00',NULL),(6787,51,6142,'2028-01-06 08:00:00','2028-01-06 08:15:00','2028-01-06','08:00:00','08:15:00',NULL),(6788,51,6142,'2028-01-07 08:00:00','2028-01-07 08:15:00','2028-01-07','08:00:00','08:15:00',NULL),(6789,51,6142,'2028-01-10 08:00:00','2028-01-10 08:15:00','2028-01-10','08:00:00','08:15:00',NULL),(6790,51,6142,'2028-01-11 08:00:00','2028-01-11 08:15:00','2028-01-11','08:00:00','08:15:00',NULL),(6791,51,6142,'2028-01-12 08:00:00','2028-01-12 08:15:00','2028-01-12','08:00:00','08:15:00',NULL),(6792,51,6142,'2028-01-13 08:00:00','2028-01-13 08:15:00','2028-01-13','08:00:00','08:15:00',NULL),(6793,51,6142,'2028-01-14 08:00:00','2028-01-14 08:15:00','2028-01-14','08:00:00','08:15:00',NULL),(6794,51,6142,'2028-01-17 08:00:00','2028-01-17 08:15:00','2028-01-17','08:00:00','08:15:00',NULL),(6795,51,6142,'2028-01-18 08:00:00','2028-01-18 08:15:00','2028-01-18','08:00:00','08:15:00',NULL),(6796,51,6142,'2028-01-19 08:00:00','2028-01-19 08:15:00','2028-01-19','08:00:00','08:15:00',NULL),(6797,51,6142,'2028-01-20 08:00:00','2028-01-20 08:15:00','2028-01-20','08:00:00','08:15:00',NULL),(6798,51,6142,'2028-01-21 08:00:00','2028-01-21 08:15:00','2028-01-21','08:00:00','08:15:00',NULL),(6799,51,6142,'2028-01-24 08:00:00','2028-01-24 08:15:00','2028-01-24','08:00:00','08:15:00',NULL),(6800,51,6142,'2028-01-25 08:00:00','2028-01-25 08:15:00','2028-01-25','08:00:00','08:15:00',NULL),(6801,51,6142,'2028-01-26 08:00:00','2028-01-26 08:15:00','2028-01-26','08:00:00','08:15:00',NULL),(6802,51,6142,'2028-01-27 08:00:00','2028-01-27 08:15:00','2028-01-27','08:00:00','08:15:00',NULL),(6803,51,6142,'2028-01-28 08:00:00','2028-01-28 08:15:00','2028-01-28','08:00:00','08:15:00',NULL),(6804,51,6142,'2028-01-31 08:00:00','2028-01-31 08:15:00','2028-01-31','08:00:00','08:15:00',NULL),(6805,51,6142,'2028-02-01 08:00:00','2028-02-01 08:15:00','2028-02-01','08:00:00','08:15:00',NULL),(6806,51,6142,'2028-02-02 08:00:00','2028-02-02 08:15:00','2028-02-02','08:00:00','08:15:00',NULL),(6807,51,6142,'2028-02-03 08:00:00','2028-02-03 08:15:00','2028-02-03','08:00:00','08:15:00',NULL),(6808,51,6142,'2028-02-04 08:00:00','2028-02-04 08:15:00','2028-02-04','08:00:00','08:15:00',NULL),(6809,51,6142,'2028-02-07 08:00:00','2028-02-07 08:15:00','2028-02-07','08:00:00','08:15:00',NULL),(6810,51,6142,'2028-02-08 08:00:00','2028-02-08 08:15:00','2028-02-08','08:00:00','08:15:00',NULL),(6811,51,6142,'2028-02-09 08:00:00','2028-02-09 08:15:00','2028-02-09','08:00:00','08:15:00',NULL),(6812,51,6142,'2028-02-10 08:00:00','2028-02-10 08:15:00','2028-02-10','08:00:00','08:15:00',NULL),(6813,51,6142,'2028-02-11 08:00:00','2028-02-11 08:15:00','2028-02-11','08:00:00','08:15:00',NULL),(6814,51,6142,'2028-02-14 08:00:00','2028-02-14 08:15:00','2028-02-14','08:00:00','08:15:00',NULL),(6815,51,6142,'2028-02-15 08:00:00','2028-02-15 08:15:00','2028-02-15','08:00:00','08:15:00',NULL),(6816,51,6142,'2028-02-16 08:00:00','2028-02-16 08:15:00','2028-02-16','08:00:00','08:15:00',NULL),(6817,51,6142,'2028-02-17 08:00:00','2028-02-17 08:15:00','2028-02-17','08:00:00','08:15:00',NULL),(6818,51,6142,'2028-02-18 08:00:00','2028-02-18 08:15:00','2028-02-18','08:00:00','08:15:00',NULL),(6819,51,6142,'2028-02-21 08:00:00','2028-02-21 08:15:00','2028-02-21','08:00:00','08:15:00',NULL),(6820,51,6142,'2028-02-22 08:00:00','2028-02-22 08:15:00','2028-02-22','08:00:00','08:15:00',NULL),(6821,51,6142,'2028-02-23 08:00:00','2028-02-23 08:15:00','2028-02-23','08:00:00','08:15:00',NULL),(6822,51,6142,'2028-02-24 08:00:00','2028-02-24 08:15:00','2028-02-24','08:00:00','08:15:00',NULL),(6823,51,6142,'2028-02-25 08:00:00','2028-02-25 08:15:00','2028-02-25','08:00:00','08:15:00',NULL),(6824,51,6142,'2028-02-28 08:00:00','2028-02-28 08:15:00','2028-02-28','08:00:00','08:15:00',NULL),(6825,51,6142,'2028-02-29 08:00:00','2028-02-29 08:15:00','2028-02-29','08:00:00','08:15:00',NULL),(6826,51,6142,'2028-03-01 08:00:00','2028-03-01 08:15:00','2028-03-01','08:00:00','08:15:00',NULL),(6827,51,6142,'2028-03-02 08:00:00','2028-03-02 08:15:00','2028-03-02','08:00:00','08:15:00',NULL),(6828,51,6142,'2028-03-03 08:00:00','2028-03-03 08:15:00','2028-03-03','08:00:00','08:15:00',NULL),(6829,51,6142,'2028-03-06 08:00:00','2028-03-06 08:15:00','2028-03-06','08:00:00','08:15:00',NULL),(6830,51,6142,'2028-03-07 08:00:00','2028-03-07 08:15:00','2028-03-07','08:00:00','08:15:00',NULL),(6831,51,6142,'2028-03-08 08:00:00','2028-03-08 08:15:00','2028-03-08','08:00:00','08:15:00',NULL),(6832,51,6142,'2028-03-09 08:00:00','2028-03-09 08:15:00','2028-03-09','08:00:00','08:15:00',NULL),(6833,51,6142,'2028-03-10 08:00:00','2028-03-10 08:15:00','2028-03-10','08:00:00','08:15:00',NULL),(6834,51,6142,'2028-03-13 08:00:00','2028-03-13 08:15:00','2028-03-13','08:00:00','08:15:00',NULL),(6835,51,6142,'2028-03-14 08:00:00','2028-03-14 08:15:00','2028-03-14','08:00:00','08:15:00',NULL),(6836,51,6142,'2028-03-15 08:00:00','2028-03-15 08:15:00','2028-03-15','08:00:00','08:15:00',NULL),(6837,51,6142,'2028-03-16 08:00:00','2028-03-16 08:15:00','2028-03-16','08:00:00','08:15:00',NULL),(6838,51,6142,'2028-03-17 08:00:00','2028-03-17 08:15:00','2028-03-17','08:00:00','08:15:00',NULL),(6839,51,6142,'2028-03-20 08:00:00','2028-03-20 08:15:00','2028-03-20','08:00:00','08:15:00',NULL),(6840,51,6142,'2028-03-21 08:00:00','2028-03-21 08:15:00','2028-03-21','08:00:00','08:15:00',NULL),(6841,51,6142,'2028-03-22 08:00:00','2028-03-22 08:15:00','2028-03-22','08:00:00','08:15:00',NULL),(6842,51,6142,'2028-03-23 08:00:00','2028-03-23 08:15:00','2028-03-23','08:00:00','08:15:00',NULL),(6843,51,6142,'2028-03-24 08:00:00','2028-03-24 08:15:00','2028-03-24','08:00:00','08:15:00',NULL),(6844,51,6142,'2028-03-27 08:00:00','2028-03-27 08:15:00','2028-03-27','08:00:00','08:15:00',NULL),(6845,51,6142,'2028-03-28 08:00:00','2028-03-28 08:15:00','2028-03-28','08:00:00','08:15:00',NULL),(6846,51,6142,'2028-03-29 08:00:00','2028-03-29 08:15:00','2028-03-29','08:00:00','08:15:00',NULL),(6847,51,6142,'2028-03-30 08:00:00','2028-03-30 08:15:00','2028-03-30','08:00:00','08:15:00',NULL),(6848,51,6142,'2028-03-31 08:00:00','2028-03-31 08:15:00','2028-03-31','08:00:00','08:15:00',NULL),(6849,51,6142,'2028-04-03 08:00:00','2028-04-03 08:15:00','2028-04-03','08:00:00','08:15:00',NULL),(6850,51,6142,'2028-04-04 08:00:00','2028-04-04 08:15:00','2028-04-04','08:00:00','08:15:00',NULL),(6851,51,6142,'2028-04-05 08:00:00','2028-04-05 08:15:00','2028-04-05','08:00:00','08:15:00',NULL),(6852,51,6142,'2028-04-06 08:00:00','2028-04-06 08:15:00','2028-04-06','08:00:00','08:15:00',NULL),(6853,51,6142,'2028-04-07 08:00:00','2028-04-07 08:15:00','2028-04-07','08:00:00','08:15:00',NULL),(6854,51,6142,'2028-04-10 08:00:00','2028-04-10 08:15:00','2028-04-10','08:00:00','08:15:00',NULL),(6855,51,6142,'2028-04-11 08:00:00','2028-04-11 08:15:00','2028-04-11','08:00:00','08:15:00',NULL),(6856,51,6142,'2028-04-12 08:00:00','2028-04-12 08:15:00','2028-04-12','08:00:00','08:15:00',NULL),(6857,51,6142,'2028-04-13 08:00:00','2028-04-13 08:15:00','2028-04-13','08:00:00','08:15:00',NULL),(6858,51,6142,'2028-04-14 08:00:00','2028-04-14 08:15:00','2028-04-14','08:00:00','08:15:00',NULL),(6859,51,6142,'2028-04-17 08:00:00','2028-04-17 08:15:00','2028-04-17','08:00:00','08:15:00',NULL),(6860,51,6142,'2028-04-18 08:00:00','2028-04-18 08:15:00','2028-04-18','08:00:00','08:15:00',NULL),(6861,51,6142,'2028-04-19 08:00:00','2028-04-19 08:15:00','2028-04-19','08:00:00','08:15:00',NULL),(6862,51,6142,'2028-04-20 08:00:00','2028-04-20 08:15:00','2028-04-20','08:00:00','08:15:00',NULL),(6863,51,6142,'2028-04-21 08:00:00','2028-04-21 08:15:00','2028-04-21','08:00:00','08:15:00',NULL),(6864,51,6142,'2028-04-24 08:00:00','2028-04-24 08:15:00','2028-04-24','08:00:00','08:15:00',NULL),(6865,51,6142,'2028-04-25 08:00:00','2028-04-25 08:15:00','2028-04-25','08:00:00','08:15:00',NULL),(6866,51,6142,'2028-04-26 08:00:00','2028-04-26 08:15:00','2028-04-26','08:00:00','08:15:00',NULL),(6867,51,6142,'2028-04-27 08:00:00','2028-04-27 08:15:00','2028-04-27','08:00:00','08:15:00',NULL),(6868,51,6142,'2028-04-28 08:00:00','2028-04-28 08:15:00','2028-04-28','08:00:00','08:15:00',NULL),(6869,51,6142,'2028-05-01 08:00:00','2028-05-01 08:15:00','2028-05-01','08:00:00','08:15:00',NULL),(6870,51,6142,'2028-05-02 08:00:00','2028-05-02 08:15:00','2028-05-02','08:00:00','08:15:00',NULL),(6871,51,6142,'2028-05-03 08:00:00','2028-05-03 08:15:00','2028-05-03','08:00:00','08:15:00',NULL),(6872,51,6142,'2028-05-04 08:00:00','2028-05-04 08:15:00','2028-05-04','08:00:00','08:15:00',NULL),(6873,51,6142,'2028-05-05 08:00:00','2028-05-05 08:15:00','2028-05-05','08:00:00','08:15:00',NULL),(6874,51,6142,'2028-05-08 08:00:00','2028-05-08 08:15:00','2028-05-08','08:00:00','08:15:00',NULL),(6875,51,6142,'2028-05-09 08:00:00','2028-05-09 08:15:00','2028-05-09','08:00:00','08:15:00',NULL),(6876,51,6142,'2028-05-10 08:00:00','2028-05-10 08:15:00','2028-05-10','08:00:00','08:15:00',NULL),(6877,51,6142,'2028-05-11 08:00:00','2028-05-11 08:15:00','2028-05-11','08:00:00','08:15:00',NULL),(6878,51,6142,'2028-05-12 08:00:00','2028-05-12 08:15:00','2028-05-12','08:00:00','08:15:00',NULL),(6879,51,6142,'2028-05-15 08:00:00','2028-05-15 08:15:00','2028-05-15','08:00:00','08:15:00',NULL),(6880,51,6142,'2028-05-16 08:00:00','2028-05-16 08:15:00','2028-05-16','08:00:00','08:15:00',NULL),(6881,51,6142,'2028-05-17 08:00:00','2028-05-17 08:15:00','2028-05-17','08:00:00','08:15:00',NULL),(6882,51,6142,'2028-05-18 08:00:00','2028-05-18 08:15:00','2028-05-18','08:00:00','08:15:00',NULL),(6883,51,6142,'2028-05-19 08:00:00','2028-05-19 08:15:00','2028-05-19','08:00:00','08:15:00',NULL),(6884,51,6142,'2028-05-22 08:00:00','2028-05-22 08:15:00','2028-05-22','08:00:00','08:15:00',NULL),(6885,51,6142,'2028-05-23 08:00:00','2028-05-23 08:15:00','2028-05-23','08:00:00','08:15:00',NULL),(6886,51,6142,'2028-05-24 08:00:00','2028-05-24 08:15:00','2028-05-24','08:00:00','08:15:00',NULL),(6887,51,6142,'2028-05-25 08:00:00','2028-05-25 08:15:00','2028-05-25','08:00:00','08:15:00',NULL),(6888,51,6142,'2028-05-26 08:00:00','2028-05-26 08:15:00','2028-05-26','08:00:00','08:15:00',NULL),(6889,51,6142,'2028-05-29 08:00:00','2028-05-29 08:15:00','2028-05-29','08:00:00','08:15:00',NULL),(6890,51,6142,'2028-05-30 08:00:00','2028-05-30 08:15:00','2028-05-30','08:00:00','08:15:00',NULL),(6891,51,6142,'2028-05-31 08:00:00','2028-05-31 08:15:00','2028-05-31','08:00:00','08:15:00',NULL),(6892,51,6142,'2028-06-01 08:00:00','2028-06-01 08:15:00','2028-06-01','08:00:00','08:15:00',NULL),(6893,51,6142,'2028-06-02 08:00:00','2028-06-02 08:15:00','2028-06-02','08:00:00','08:15:00',NULL),(6894,51,6142,'2028-06-05 08:00:00','2028-06-05 08:15:00','2028-06-05','08:00:00','08:15:00',NULL),(6895,51,6142,'2028-06-06 08:00:00','2028-06-06 08:15:00','2028-06-06','08:00:00','08:15:00',NULL),(6896,51,6142,'2028-06-07 08:00:00','2028-06-07 08:15:00','2028-06-07','08:00:00','08:15:00',NULL),(6897,51,6142,'2028-06-08 08:00:00','2028-06-08 08:15:00','2028-06-08','08:00:00','08:15:00',NULL),(6898,51,6142,'2028-06-09 08:00:00','2028-06-09 08:15:00','2028-06-09','08:00:00','08:15:00',NULL),(6899,51,6142,'2028-06-12 08:00:00','2028-06-12 08:15:00','2028-06-12','08:00:00','08:15:00',NULL),(6900,51,6142,'2028-06-13 08:00:00','2028-06-13 08:15:00','2028-06-13','08:00:00','08:15:00',NULL),(6901,51,6142,'2028-06-14 08:00:00','2028-06-14 08:15:00','2028-06-14','08:00:00','08:15:00',NULL),(6902,51,6142,'2028-06-15 08:00:00','2028-06-15 08:15:00','2028-06-15','08:00:00','08:15:00',NULL),(6903,51,6142,'2028-06-16 08:00:00','2028-06-16 08:15:00','2028-06-16','08:00:00','08:15:00',NULL),(6904,51,6142,'2028-06-19 08:00:00','2028-06-19 08:15:00','2028-06-19','08:00:00','08:15:00',NULL),(6905,51,6142,'2028-06-20 08:00:00','2028-06-20 08:15:00','2028-06-20','08:00:00','08:15:00',NULL),(6906,51,6142,'2028-06-21 08:00:00','2028-06-21 08:15:00','2028-06-21','08:00:00','08:15:00',NULL),(6907,51,6142,'2028-06-22 08:00:00','2028-06-22 08:15:00','2028-06-22','08:00:00','08:15:00',NULL),(6908,51,6142,'2028-06-23 08:00:00','2028-06-23 08:15:00','2028-06-23','08:00:00','08:15:00',NULL),(6909,51,6142,'2028-06-26 08:00:00','2028-06-26 08:15:00','2028-06-26','08:00:00','08:15:00',NULL),(6910,51,6142,'2028-06-27 08:00:00','2028-06-27 08:15:00','2028-06-27','08:00:00','08:15:00',NULL),(6911,51,6142,'2028-06-28 08:00:00','2028-06-28 08:15:00','2028-06-28','08:00:00','08:15:00',NULL),(6912,51,6142,'2028-06-29 08:00:00','2028-06-29 08:15:00','2028-06-29','08:00:00','08:15:00',NULL),(6913,51,6142,'2028-06-30 08:00:00','2028-06-30 08:15:00','2028-06-30','08:00:00','08:15:00',NULL),(6914,51,6142,'2028-07-03 08:00:00','2028-07-03 08:15:00','2028-07-03','08:00:00','08:15:00',NULL),(6915,51,6142,'2028-07-04 08:00:00','2028-07-04 08:15:00','2028-07-04','08:00:00','08:15:00',NULL),(6916,51,6142,'2028-07-05 08:00:00','2028-07-05 08:15:00','2028-07-05','08:00:00','08:15:00',NULL),(6917,51,6142,'2028-07-06 08:00:00','2028-07-06 08:15:00','2028-07-06','08:00:00','08:15:00',NULL),(6918,51,6142,'2028-07-07 08:00:00','2028-07-07 08:15:00','2028-07-07','08:00:00','08:15:00',NULL),(6919,51,6142,'2028-07-10 08:00:00','2028-07-10 08:15:00','2028-07-10','08:00:00','08:15:00',NULL),(6920,51,6142,'2028-07-11 08:00:00','2028-07-11 08:15:00','2028-07-11','08:00:00','08:15:00',NULL),(6921,51,6142,'2028-07-12 08:00:00','2028-07-12 08:15:00','2028-07-12','08:00:00','08:15:00',NULL),(6922,51,6142,'2028-07-13 08:00:00','2028-07-13 08:15:00','2028-07-13','08:00:00','08:15:00',NULL),(6923,51,6142,'2028-07-14 08:00:00','2028-07-14 08:15:00','2028-07-14','08:00:00','08:15:00',NULL),(6924,51,6142,'2028-07-17 08:00:00','2028-07-17 08:15:00','2028-07-17','08:00:00','08:15:00',NULL),(6925,51,6142,'2028-07-18 08:00:00','2028-07-18 08:15:00','2028-07-18','08:00:00','08:15:00',NULL),(6926,51,6142,'2028-07-19 08:00:00','2028-07-19 08:15:00','2028-07-19','08:00:00','08:15:00',NULL),(6927,51,6142,'2028-07-20 08:00:00','2028-07-20 08:15:00','2028-07-20','08:00:00','08:15:00',NULL),(6928,51,6142,'2028-07-21 08:00:00','2028-07-21 08:15:00','2028-07-21','08:00:00','08:15:00',NULL),(6929,51,6142,'2028-07-24 08:00:00','2028-07-24 08:15:00','2028-07-24','08:00:00','08:15:00',NULL),(6930,51,6142,'2028-07-25 08:00:00','2028-07-25 08:15:00','2028-07-25','08:00:00','08:15:00',NULL),(6931,51,6142,'2028-07-26 08:00:00','2028-07-26 08:15:00','2028-07-26','08:00:00','08:15:00',NULL),(6932,51,6142,'2028-07-27 08:00:00','2028-07-27 08:15:00','2028-07-27','08:00:00','08:15:00',NULL),(6933,51,6142,'2028-07-28 08:00:00','2028-07-28 08:15:00','2028-07-28','08:00:00','08:15:00',NULL),(6934,51,6142,'2028-07-31 08:00:00','2028-07-31 08:15:00','2028-07-31','08:00:00','08:15:00',NULL),(6935,51,6142,'2028-08-01 08:00:00','2028-08-01 08:15:00','2028-08-01','08:00:00','08:15:00',NULL),(6936,51,6142,'2028-08-02 08:00:00','2028-08-02 08:15:00','2028-08-02','08:00:00','08:15:00',NULL),(6937,51,6142,'2028-08-03 08:00:00','2028-08-03 08:15:00','2028-08-03','08:00:00','08:15:00',NULL),(6938,51,6142,'2028-08-04 08:00:00','2028-08-04 08:15:00','2028-08-04','08:00:00','08:15:00',NULL),(6939,51,6142,'2028-08-07 08:00:00','2028-08-07 08:15:00','2028-08-07','08:00:00','08:15:00',NULL),(6940,51,6142,'2028-08-08 08:00:00','2028-08-08 08:15:00','2028-08-08','08:00:00','08:15:00',NULL),(6941,51,6142,'2028-08-09 08:00:00','2028-08-09 08:15:00','2028-08-09','08:00:00','08:15:00',NULL),(6942,51,6142,'2028-08-10 08:00:00','2028-08-10 08:15:00','2028-08-10','08:00:00','08:15:00',NULL),(6943,51,6142,'2028-08-11 08:00:00','2028-08-11 08:15:00','2028-08-11','08:00:00','08:15:00',NULL),(6944,51,6142,'2028-08-14 08:00:00','2028-08-14 08:15:00','2028-08-14','08:00:00','08:15:00',NULL),(6945,51,6142,'2028-08-15 08:00:00','2028-08-15 08:15:00','2028-08-15','08:00:00','08:15:00',NULL),(6946,51,6142,'2028-08-16 08:00:00','2028-08-16 08:15:00','2028-08-16','08:00:00','08:15:00',NULL),(6947,51,6142,'2028-08-17 08:00:00','2028-08-17 08:15:00','2028-08-17','08:00:00','08:15:00',NULL),(6948,51,6142,'2028-08-18 08:00:00','2028-08-18 08:15:00','2028-08-18','08:00:00','08:15:00',NULL),(6949,51,6142,'2028-08-21 08:00:00','2028-08-21 08:15:00','2028-08-21','08:00:00','08:15:00',NULL),(6950,51,6142,'2028-08-22 08:00:00','2028-08-22 08:15:00','2028-08-22','08:00:00','08:15:00',NULL),(6951,51,6142,'2028-08-23 08:00:00','2028-08-23 08:15:00','2028-08-23','08:00:00','08:15:00',NULL),(6952,51,6142,'2028-08-24 08:00:00','2028-08-24 08:15:00','2028-08-24','08:00:00','08:15:00',NULL),(6953,51,6142,'2028-08-25 08:00:00','2028-08-25 08:15:00','2028-08-25','08:00:00','08:15:00',NULL),(6954,51,6142,'2028-08-28 08:00:00','2028-08-28 08:15:00','2028-08-28','08:00:00','08:15:00',NULL),(6955,51,6142,'2028-08-29 08:00:00','2028-08-29 08:15:00','2028-08-29','08:00:00','08:15:00',NULL),(6956,51,6142,'2028-08-30 08:00:00','2028-08-30 08:15:00','2028-08-30','08:00:00','08:15:00',NULL),(6957,51,6142,'2028-08-31 08:00:00','2028-08-31 08:15:00','2028-08-31','08:00:00','08:15:00',NULL),(6958,51,6142,'2028-09-01 08:00:00','2028-09-01 08:15:00','2028-09-01','08:00:00','08:15:00',NULL),(6959,51,6142,'2028-09-04 08:00:00','2028-09-04 08:15:00','2028-09-04','08:00:00','08:15:00',NULL),(6960,51,6142,'2028-09-05 08:00:00','2028-09-05 08:15:00','2028-09-05','08:00:00','08:15:00',NULL),(6961,51,6142,'2028-09-06 08:00:00','2028-09-06 08:15:00','2028-09-06','08:00:00','08:15:00',NULL),(6962,51,6142,'2028-09-07 08:00:00','2028-09-07 08:15:00','2028-09-07','08:00:00','08:15:00',NULL),(6963,51,6142,'2028-09-08 08:00:00','2028-09-08 08:15:00','2028-09-08','08:00:00','08:15:00',NULL),(6964,51,6142,'2028-09-11 08:00:00','2028-09-11 08:15:00','2028-09-11','08:00:00','08:15:00',NULL),(6965,51,6142,'2028-09-12 08:00:00','2028-09-12 08:15:00','2028-09-12','08:00:00','08:15:00',NULL),(6966,51,6142,'2028-09-13 08:00:00','2028-09-13 08:15:00','2028-09-13','08:00:00','08:15:00',NULL),(6967,51,6142,'2028-09-14 08:00:00','2028-09-14 08:15:00','2028-09-14','08:00:00','08:15:00',NULL),(6968,51,6142,'2028-09-15 08:00:00','2028-09-15 08:15:00','2028-09-15','08:00:00','08:15:00',NULL),(6969,51,6142,'2028-09-18 08:00:00','2028-09-18 08:15:00','2028-09-18','08:00:00','08:15:00',NULL),(6970,51,6142,'2028-09-19 08:00:00','2028-09-19 08:15:00','2028-09-19','08:00:00','08:15:00',NULL),(6971,51,6142,'2028-09-20 08:00:00','2028-09-20 08:15:00','2028-09-20','08:00:00','08:15:00',NULL),(6972,51,6142,'2028-09-21 08:00:00','2028-09-21 08:15:00','2028-09-21','08:00:00','08:15:00',NULL),(6973,51,6142,'2028-09-22 08:00:00','2028-09-22 08:15:00','2028-09-22','08:00:00','08:15:00',NULL),(6974,51,6142,'2028-09-25 08:00:00','2028-09-25 08:15:00','2028-09-25','08:00:00','08:15:00',NULL),(6975,51,6142,'2028-09-26 08:00:00','2028-09-26 08:15:00','2028-09-26','08:00:00','08:15:00',NULL),(6976,51,6142,'2028-09-27 08:00:00','2028-09-27 08:15:00','2028-09-27','08:00:00','08:15:00',NULL),(6977,51,6142,'2028-09-28 08:00:00','2028-09-28 08:15:00','2028-09-28','08:00:00','08:15:00',NULL),(6978,51,6142,'2028-09-29 08:00:00','2028-09-29 08:15:00','2028-09-29','08:00:00','08:15:00',NULL),(6979,51,6142,'2028-10-02 08:00:00','2028-10-02 08:15:00','2028-10-02','08:00:00','08:15:00',NULL),(6980,51,6142,'2028-10-03 08:00:00','2028-10-03 08:15:00','2028-10-03','08:00:00','08:15:00',NULL),(6981,51,6142,'2028-10-04 08:00:00','2028-10-04 08:15:00','2028-10-04','08:00:00','08:15:00',NULL),(6982,51,6142,'2028-10-05 08:00:00','2028-10-05 08:15:00','2028-10-05','08:00:00','08:15:00',NULL),(6983,51,6142,'2028-10-06 08:00:00','2028-10-06 08:15:00','2028-10-06','08:00:00','08:15:00',NULL),(6984,51,6142,'2028-10-09 08:00:00','2028-10-09 08:15:00','2028-10-09','08:00:00','08:15:00',NULL),(6985,51,6142,'2028-10-10 08:00:00','2028-10-10 08:15:00','2028-10-10','08:00:00','08:15:00',NULL),(6986,51,6142,'2028-10-11 08:00:00','2028-10-11 08:15:00','2028-10-11','08:00:00','08:15:00',NULL),(6987,51,6142,'2028-10-12 08:00:00','2028-10-12 08:15:00','2028-10-12','08:00:00','08:15:00',NULL),(6988,51,6142,'2028-10-13 08:00:00','2028-10-13 08:15:00','2028-10-13','08:00:00','08:15:00',NULL),(6989,51,6142,'2028-10-16 08:00:00','2028-10-16 08:15:00','2028-10-16','08:00:00','08:15:00',NULL),(6990,51,6142,'2028-10-17 08:00:00','2028-10-17 08:15:00','2028-10-17','08:00:00','08:15:00',NULL),(6991,51,6142,'2028-10-18 08:00:00','2028-10-18 08:15:00','2028-10-18','08:00:00','08:15:00',NULL),(6992,51,6142,'2028-10-19 08:00:00','2028-10-19 08:15:00','2028-10-19','08:00:00','08:15:00',NULL),(6993,51,6142,'2028-10-20 08:00:00','2028-10-20 08:15:00','2028-10-20','08:00:00','08:15:00',NULL),(6994,51,6142,'2028-10-23 08:00:00','2028-10-23 08:15:00','2028-10-23','08:00:00','08:15:00',NULL),(6995,51,6142,'2028-10-24 08:00:00','2028-10-24 08:15:00','2028-10-24','08:00:00','08:15:00',NULL),(6996,51,6142,'2028-10-25 08:00:00','2028-10-25 08:15:00','2028-10-25','08:00:00','08:15:00',NULL),(6997,51,6142,'2028-10-26 08:00:00','2028-10-26 08:15:00','2028-10-26','08:00:00','08:15:00',NULL),(6998,51,6142,'2028-10-27 08:00:00','2028-10-27 08:15:00','2028-10-27','08:00:00','08:15:00',NULL),(6999,51,6142,'2028-10-30 08:00:00','2028-10-30 08:15:00','2028-10-30','08:00:00','08:15:00',NULL),(7000,51,6142,'2028-10-31 08:00:00','2028-10-31 08:15:00','2028-10-31','08:00:00','08:15:00',NULL),(7001,51,6142,'2028-11-01 08:00:00','2028-11-01 08:15:00','2028-11-01','08:00:00','08:15:00',NULL),(7002,51,6142,'2028-11-02 08:00:00','2028-11-02 08:15:00','2028-11-02','08:00:00','08:15:00',NULL),(7003,51,6142,'2028-11-03 08:00:00','2028-11-03 08:15:00','2028-11-03','08:00:00','08:15:00',NULL),(7004,51,6142,'2028-11-06 08:00:00','2028-11-06 08:15:00','2028-11-06','08:00:00','08:15:00',NULL),(7005,51,6142,'2028-11-07 08:00:00','2028-11-07 08:15:00','2028-11-07','08:00:00','08:15:00',NULL),(7006,51,6142,'2028-11-08 08:00:00','2028-11-08 08:15:00','2028-11-08','08:00:00','08:15:00',NULL),(7007,51,6142,'2028-11-09 08:00:00','2028-11-09 08:15:00','2028-11-09','08:00:00','08:15:00',NULL),(7008,51,6142,'2028-11-10 08:00:00','2028-11-10 08:15:00','2028-11-10','08:00:00','08:15:00',NULL),(7009,51,6142,'2028-11-13 08:00:00','2028-11-13 08:15:00','2028-11-13','08:00:00','08:15:00',NULL),(7010,51,6142,'2028-11-14 08:00:00','2028-11-14 08:15:00','2028-11-14','08:00:00','08:15:00',NULL),(7011,51,6142,'2028-11-15 08:00:00','2028-11-15 08:15:00','2028-11-15','08:00:00','08:15:00',NULL),(7012,51,6142,'2028-11-16 08:00:00','2028-11-16 08:15:00','2028-11-16','08:00:00','08:15:00',NULL),(7013,51,6142,'2028-11-17 08:00:00','2028-11-17 08:15:00','2028-11-17','08:00:00','08:15:00',NULL),(7014,51,6142,'2028-11-20 08:00:00','2028-11-20 08:15:00','2028-11-20','08:00:00','08:15:00',NULL),(7015,51,6142,'2028-11-21 08:00:00','2028-11-21 08:15:00','2028-11-21','08:00:00','08:15:00',NULL),(7016,51,6142,'2028-11-22 08:00:00','2028-11-22 08:15:00','2028-11-22','08:00:00','08:15:00',NULL),(7017,51,6142,'2028-11-23 08:00:00','2028-11-23 08:15:00','2028-11-23','08:00:00','08:15:00',NULL),(7018,51,6142,'2028-11-24 08:00:00','2028-11-24 08:15:00','2028-11-24','08:00:00','08:15:00',NULL),(7019,51,6142,'2028-11-27 08:00:00','2028-11-27 08:15:00','2028-11-27','08:00:00','08:15:00',NULL),(7020,51,6142,'2028-11-28 08:00:00','2028-11-28 08:15:00','2028-11-28','08:00:00','08:15:00',NULL),(7021,51,6142,'2028-11-29 08:00:00','2028-11-29 08:15:00','2028-11-29','08:00:00','08:15:00',NULL),(7022,51,6142,'2028-11-30 08:00:00','2028-11-30 08:15:00','2028-11-30','08:00:00','08:15:00',NULL),(7023,51,6142,'2028-12-01 08:00:00','2028-12-01 08:15:00','2028-12-01','08:00:00','08:15:00',NULL),(7024,51,6142,'2028-12-04 08:00:00','2028-12-04 08:15:00','2028-12-04','08:00:00','08:15:00',NULL),(7025,51,6142,'2028-12-05 08:00:00','2028-12-05 08:15:00','2028-12-05','08:00:00','08:15:00',NULL),(7026,51,6142,'2028-12-06 08:00:00','2028-12-06 08:15:00','2028-12-06','08:00:00','08:15:00',NULL),(7027,51,6142,'2028-12-07 08:00:00','2028-12-07 08:15:00','2028-12-07','08:00:00','08:15:00',NULL),(7028,51,6142,'2028-12-08 08:00:00','2028-12-08 08:15:00','2028-12-08','08:00:00','08:15:00',NULL),(7029,51,6142,'2028-12-11 08:00:00','2028-12-11 08:15:00','2028-12-11','08:00:00','08:15:00',NULL),(7030,51,6142,'2028-12-12 08:00:00','2028-12-12 08:15:00','2028-12-12','08:00:00','08:15:00',NULL),(7031,51,6142,'2028-12-13 08:00:00','2028-12-13 08:15:00','2028-12-13','08:00:00','08:15:00',NULL),(7032,51,6142,'2028-12-14 08:00:00','2028-12-14 08:15:00','2028-12-14','08:00:00','08:15:00',NULL),(7033,51,6142,'2028-12-15 08:00:00','2028-12-15 08:15:00','2028-12-15','08:00:00','08:15:00',NULL),(7034,51,6142,'2028-12-18 08:00:00','2028-12-18 08:15:00','2028-12-18','08:00:00','08:15:00',NULL),(7035,51,6142,'2028-12-19 08:00:00','2028-12-19 08:15:00','2028-12-19','08:00:00','08:15:00',NULL),(7036,51,6142,'2028-12-20 08:00:00','2028-12-20 08:15:00','2028-12-20','08:00:00','08:15:00',NULL),(7037,51,6142,'2028-12-21 08:00:00','2028-12-21 08:15:00','2028-12-21','08:00:00','08:15:00',NULL),(7038,51,6142,'2028-12-22 08:00:00','2028-12-22 08:15:00','2028-12-22','08:00:00','08:15:00',NULL),(7039,51,6142,'2028-12-25 08:00:00','2028-12-25 08:15:00','2028-12-25','08:00:00','08:15:00',NULL),(7040,51,6142,'2028-12-26 08:00:00','2028-12-26 08:15:00','2028-12-26','08:00:00','08:15:00',NULL),(7041,51,6142,'2028-12-27 08:00:00','2028-12-27 08:15:00','2028-12-27','08:00:00','08:15:00',NULL),(7042,51,6142,'2028-12-28 08:00:00','2028-12-28 08:15:00','2028-12-28','08:00:00','08:15:00',NULL),(7043,51,6142,'2028-12-29 08:00:00','2028-12-29 08:15:00','2028-12-29','08:00:00','08:15:00',NULL),(7044,51,6142,'2029-01-01 08:00:00','2029-01-01 08:15:00','2029-01-01','08:00:00','08:15:00',NULL),(7045,51,6142,'2029-01-02 08:00:00','2029-01-02 08:15:00','2029-01-02','08:00:00','08:15:00',NULL),(7046,51,6142,'2029-01-03 08:00:00','2029-01-03 08:15:00','2029-01-03','08:00:00','08:15:00',NULL),(7047,51,6142,'2029-01-04 08:00:00','2029-01-04 08:15:00','2029-01-04','08:00:00','08:15:00',NULL),(7048,51,6142,'2029-01-05 08:00:00','2029-01-05 08:15:00','2029-01-05','08:00:00','08:15:00',NULL),(7049,51,6142,'2029-01-08 08:00:00','2029-01-08 08:15:00','2029-01-08','08:00:00','08:15:00',NULL),(7050,51,6142,'2029-01-09 08:00:00','2029-01-09 08:15:00','2029-01-09','08:00:00','08:15:00',NULL),(7051,51,6142,'2029-01-10 08:00:00','2029-01-10 08:15:00','2029-01-10','08:00:00','08:15:00',NULL),(7052,51,6142,'2029-01-11 08:00:00','2029-01-11 08:15:00','2029-01-11','08:00:00','08:15:00',NULL),(7053,51,6142,'2029-01-12 08:00:00','2029-01-12 08:15:00','2029-01-12','08:00:00','08:15:00',NULL),(7054,51,6142,'2029-01-15 08:00:00','2029-01-15 08:15:00','2029-01-15','08:00:00','08:15:00',NULL),(7055,51,6142,'2029-01-16 08:00:00','2029-01-16 08:15:00','2029-01-16','08:00:00','08:15:00',NULL),(7056,51,6142,'2029-01-17 08:00:00','2029-01-17 08:15:00','2029-01-17','08:00:00','08:15:00',NULL),(7057,51,6142,'2029-01-18 08:00:00','2029-01-18 08:15:00','2029-01-18','08:00:00','08:15:00',NULL),(7058,51,6142,'2029-01-19 08:00:00','2029-01-19 08:15:00','2029-01-19','08:00:00','08:15:00',NULL),(7059,51,6142,'2029-01-22 08:00:00','2029-01-22 08:15:00','2029-01-22','08:00:00','08:15:00',NULL),(7060,51,6142,'2029-01-23 08:00:00','2029-01-23 08:15:00','2029-01-23','08:00:00','08:15:00',NULL),(7061,51,6142,'2029-01-24 08:00:00','2029-01-24 08:15:00','2029-01-24','08:00:00','08:15:00',NULL),(7062,51,6142,'2029-01-25 08:00:00','2029-01-25 08:15:00','2029-01-25','08:00:00','08:15:00',NULL),(7063,51,6142,'2029-01-26 08:00:00','2029-01-26 08:15:00','2029-01-26','08:00:00','08:15:00',NULL),(7064,51,6142,'2029-01-29 08:00:00','2029-01-29 08:15:00','2029-01-29','08:00:00','08:15:00',NULL),(7065,51,6142,'2029-01-30 08:00:00','2029-01-30 08:15:00','2029-01-30','08:00:00','08:15:00',NULL),(7066,51,6142,'2029-01-31 08:00:00','2029-01-31 08:15:00','2029-01-31','08:00:00','08:15:00',NULL),(7067,51,6142,'2029-02-01 08:00:00','2029-02-01 08:15:00','2029-02-01','08:00:00','08:15:00',NULL),(7068,51,6142,'2029-02-02 08:00:00','2029-02-02 08:15:00','2029-02-02','08:00:00','08:15:00',NULL),(7069,51,6142,'2029-02-05 08:00:00','2029-02-05 08:15:00','2029-02-05','08:00:00','08:15:00',NULL),(7070,51,6142,'2029-02-06 08:00:00','2029-02-06 08:15:00','2029-02-06','08:00:00','08:15:00',NULL),(7071,51,6142,'2029-02-07 08:00:00','2029-02-07 08:15:00','2029-02-07','08:00:00','08:15:00',NULL),(7072,51,6142,'2029-02-08 08:00:00','2029-02-08 08:15:00','2029-02-08','08:00:00','08:15:00',NULL),(7073,51,6142,'2029-02-09 08:00:00','2029-02-09 08:15:00','2029-02-09','08:00:00','08:15:00',NULL),(7074,51,6142,'2029-02-12 08:00:00','2029-02-12 08:15:00','2029-02-12','08:00:00','08:15:00',NULL),(7075,51,6142,'2029-02-13 08:00:00','2029-02-13 08:15:00','2029-02-13','08:00:00','08:15:00',NULL),(7076,51,6142,'2029-02-14 08:00:00','2029-02-14 08:15:00','2029-02-14','08:00:00','08:15:00',NULL),(7077,51,6142,'2029-02-15 08:00:00','2029-02-15 08:15:00','2029-02-15','08:00:00','08:15:00',NULL),(7078,51,6142,'2029-02-16 08:00:00','2029-02-16 08:15:00','2029-02-16','08:00:00','08:15:00',NULL),(7079,51,6142,'2029-02-19 08:00:00','2029-02-19 08:15:00','2029-02-19','08:00:00','08:15:00',NULL),(7080,51,6142,'2029-02-20 08:00:00','2029-02-20 08:15:00','2029-02-20','08:00:00','08:15:00',NULL),(7081,51,6142,'2029-02-21 08:00:00','2029-02-21 08:15:00','2029-02-21','08:00:00','08:15:00',NULL),(7082,51,6142,'2029-02-22 08:00:00','2029-02-22 08:15:00','2029-02-22','08:00:00','08:15:00',NULL),(7083,51,6142,'2029-02-23 08:00:00','2029-02-23 08:15:00','2029-02-23','08:00:00','08:15:00',NULL),(7084,51,6142,'2029-02-26 08:00:00','2029-02-26 08:15:00','2029-02-26','08:00:00','08:15:00',NULL),(7085,51,6142,'2029-02-27 08:00:00','2029-02-27 08:15:00','2029-02-27','08:00:00','08:15:00',NULL),(7086,51,6142,'2029-02-28 08:00:00','2029-02-28 08:15:00','2029-02-28','08:00:00','08:15:00',NULL),(7087,51,6142,'2029-03-01 08:00:00','2029-03-01 08:15:00','2029-03-01','08:00:00','08:15:00',NULL),(7088,51,6142,'2029-03-02 08:00:00','2029-03-02 08:15:00','2029-03-02','08:00:00','08:15:00',NULL),(7089,51,6142,'2029-03-05 08:00:00','2029-03-05 08:15:00','2029-03-05','08:00:00','08:15:00',NULL),(7090,51,6142,'2029-03-06 08:00:00','2029-03-06 08:15:00','2029-03-06','08:00:00','08:15:00',NULL),(7091,51,6142,'2029-03-07 08:00:00','2029-03-07 08:15:00','2029-03-07','08:00:00','08:15:00',NULL),(7092,51,6142,'2029-03-08 08:00:00','2029-03-08 08:15:00','2029-03-08','08:00:00','08:15:00',NULL),(7093,51,6142,'2029-03-09 08:00:00','2029-03-09 08:15:00','2029-03-09','08:00:00','08:15:00',NULL),(7094,51,6142,'2029-03-12 08:00:00','2029-03-12 08:15:00','2029-03-12','08:00:00','08:15:00',NULL),(7095,51,6142,'2029-03-13 08:00:00','2029-03-13 08:15:00','2029-03-13','08:00:00','08:15:00',NULL),(7096,51,6142,'2029-03-14 08:00:00','2029-03-14 08:15:00','2029-03-14','08:00:00','08:15:00',NULL),(7097,51,6142,'2029-03-15 08:00:00','2029-03-15 08:15:00','2029-03-15','08:00:00','08:15:00',NULL),(7098,51,6142,'2029-03-16 08:00:00','2029-03-16 08:15:00','2029-03-16','08:00:00','08:15:00',NULL),(7099,51,6142,'2029-03-19 08:00:00','2029-03-19 08:15:00','2029-03-19','08:00:00','08:15:00',NULL),(7100,51,6142,'2029-03-20 08:00:00','2029-03-20 08:15:00','2029-03-20','08:00:00','08:15:00',NULL),(7101,51,6142,'2029-03-21 08:00:00','2029-03-21 08:15:00','2029-03-21','08:00:00','08:15:00',NULL),(7102,51,6142,'2029-03-22 08:00:00','2029-03-22 08:15:00','2029-03-22','08:00:00','08:15:00',NULL),(7103,51,6142,'2029-03-23 08:00:00','2029-03-23 08:15:00','2029-03-23','08:00:00','08:15:00',NULL),(7104,51,6142,'2029-03-26 08:00:00','2029-03-26 08:15:00','2029-03-26','08:00:00','08:15:00',NULL),(7105,51,6142,'2029-03-27 08:00:00','2029-03-27 08:15:00','2029-03-27','08:00:00','08:15:00',NULL),(7106,51,6142,'2029-03-28 08:00:00','2029-03-28 08:15:00','2029-03-28','08:00:00','08:15:00',NULL),(7107,51,6142,'2029-03-29 08:00:00','2029-03-29 08:15:00','2029-03-29','08:00:00','08:15:00',NULL),(7108,51,6142,'2029-03-30 08:00:00','2029-03-30 08:15:00','2029-03-30','08:00:00','08:15:00',NULL),(7109,51,6142,'2029-04-02 08:00:00','2029-04-02 08:15:00','2029-04-02','08:00:00','08:15:00',NULL),(7110,51,6142,'2029-04-03 08:00:00','2029-04-03 08:15:00','2029-04-03','08:00:00','08:15:00',NULL),(7111,51,6142,'2029-04-04 08:00:00','2029-04-04 08:15:00','2029-04-04','08:00:00','08:15:00',NULL),(7112,51,6142,'2029-04-05 08:00:00','2029-04-05 08:15:00','2029-04-05','08:00:00','08:15:00',NULL),(7113,51,6142,'2029-04-06 08:00:00','2029-04-06 08:15:00','2029-04-06','08:00:00','08:15:00',NULL),(7114,51,6142,'2029-04-09 08:00:00','2029-04-09 08:15:00','2029-04-09','08:00:00','08:15:00',NULL),(7115,51,6142,'2029-04-10 08:00:00','2029-04-10 08:15:00','2029-04-10','08:00:00','08:15:00',NULL),(7116,51,6142,'2029-04-11 08:00:00','2029-04-11 08:15:00','2029-04-11','08:00:00','08:15:00',NULL),(7117,51,6142,'2029-04-12 08:00:00','2029-04-12 08:15:00','2029-04-12','08:00:00','08:15:00',NULL),(7118,51,6142,'2029-04-13 08:00:00','2029-04-13 08:15:00','2029-04-13','08:00:00','08:15:00',NULL),(7119,51,6142,'2029-04-16 08:00:00','2029-04-16 08:15:00','2029-04-16','08:00:00','08:15:00',NULL),(7120,51,6142,'2029-04-17 08:00:00','2029-04-17 08:15:00','2029-04-17','08:00:00','08:15:00',NULL),(7121,51,6142,'2029-04-18 08:00:00','2029-04-18 08:15:00','2029-04-18','08:00:00','08:15:00',NULL),(7122,51,6142,'2029-04-19 08:00:00','2029-04-19 08:15:00','2029-04-19','08:00:00','08:15:00',NULL),(7123,51,6142,'2029-04-20 08:00:00','2029-04-20 08:15:00','2029-04-20','08:00:00','08:15:00',NULL),(7124,51,6142,'2029-04-23 08:00:00','2029-04-23 08:15:00','2029-04-23','08:00:00','08:15:00',NULL),(7125,51,6142,'2029-04-24 08:00:00','2029-04-24 08:15:00','2029-04-24','08:00:00','08:15:00',NULL),(7126,51,6142,'2029-04-25 08:00:00','2029-04-25 08:15:00','2029-04-25','08:00:00','08:15:00',NULL),(7127,51,6142,'2029-04-26 08:00:00','2029-04-26 08:15:00','2029-04-26','08:00:00','08:15:00',NULL),(7128,51,6142,'2029-04-27 08:00:00','2029-04-27 08:15:00','2029-04-27','08:00:00','08:15:00',NULL),(7129,51,6142,'2029-04-30 08:00:00','2029-04-30 08:15:00','2029-04-30','08:00:00','08:15:00',NULL),(7130,51,6142,'2029-05-01 08:00:00','2029-05-01 08:15:00','2029-05-01','08:00:00','08:15:00',NULL),(7131,51,6142,'2029-05-02 08:00:00','2029-05-02 08:15:00','2029-05-02','08:00:00','08:15:00',NULL),(7132,51,6142,'2029-05-03 08:00:00','2029-05-03 08:15:00','2029-05-03','08:00:00','08:15:00',NULL),(7133,51,6142,'2029-05-04 08:00:00','2029-05-04 08:15:00','2029-05-04','08:00:00','08:15:00',NULL),(7134,51,6142,'2029-05-07 08:00:00','2029-05-07 08:15:00','2029-05-07','08:00:00','08:15:00',NULL),(7135,51,6142,'2029-05-08 08:00:00','2029-05-08 08:15:00','2029-05-08','08:00:00','08:15:00',NULL),(7136,51,6142,'2029-05-09 08:00:00','2029-05-09 08:15:00','2029-05-09','08:00:00','08:15:00',NULL),(7137,51,6142,'2029-05-10 08:00:00','2029-05-10 08:15:00','2029-05-10','08:00:00','08:15:00',NULL),(7138,51,6142,'2029-05-11 08:00:00','2029-05-11 08:15:00','2029-05-11','08:00:00','08:15:00',NULL),(7139,51,6142,'2029-05-14 08:00:00','2029-05-14 08:15:00','2029-05-14','08:00:00','08:15:00',NULL),(7140,51,6142,'2029-05-15 08:00:00','2029-05-15 08:15:00','2029-05-15','08:00:00','08:15:00',NULL),(7141,51,6142,'2029-05-16 08:00:00','2029-05-16 08:15:00','2029-05-16','08:00:00','08:15:00',NULL),(7142,51,6142,'2029-05-17 08:00:00','2029-05-17 08:15:00','2029-05-17','08:00:00','08:15:00',NULL),(7143,51,6142,'2029-05-18 08:00:00','2029-05-18 08:15:00','2029-05-18','08:00:00','08:15:00',NULL),(7144,51,6142,'2029-05-21 08:00:00','2029-05-21 08:15:00','2029-05-21','08:00:00','08:15:00',NULL),(7145,51,6142,'2029-05-22 08:00:00','2029-05-22 08:15:00','2029-05-22','08:00:00','08:15:00',NULL),(7146,51,6142,'2029-05-23 08:00:00','2029-05-23 08:15:00','2029-05-23','08:00:00','08:15:00',NULL),(7147,51,6142,'2029-05-24 08:00:00','2029-05-24 08:15:00','2029-05-24','08:00:00','08:15:00',NULL),(7148,51,6142,'2029-05-25 08:00:00','2029-05-25 08:15:00','2029-05-25','08:00:00','08:15:00',NULL),(7149,51,6142,'2029-05-28 08:00:00','2029-05-28 08:15:00','2029-05-28','08:00:00','08:15:00',NULL),(7150,51,6142,'2029-05-29 08:00:00','2029-05-29 08:15:00','2029-05-29','08:00:00','08:15:00',NULL),(7151,51,6142,'2029-05-30 08:00:00','2029-05-30 08:15:00','2029-05-30','08:00:00','08:15:00',NULL),(7152,51,6142,'2029-05-31 08:00:00','2029-05-31 08:15:00','2029-05-31','08:00:00','08:15:00',NULL),(7153,51,6142,'2029-06-01 08:00:00','2029-06-01 08:15:00','2029-06-01','08:00:00','08:15:00',NULL),(7154,51,6142,'2029-06-04 08:00:00','2029-06-04 08:15:00','2029-06-04','08:00:00','08:15:00',NULL),(7155,51,6142,'2029-06-05 08:00:00','2029-06-05 08:15:00','2029-06-05','08:00:00','08:15:00',NULL),(7156,51,6142,'2029-06-06 08:00:00','2029-06-06 08:15:00','2029-06-06','08:00:00','08:15:00',NULL),(7157,51,6142,'2029-06-07 08:00:00','2029-06-07 08:15:00','2029-06-07','08:00:00','08:15:00',NULL),(7158,51,6142,'2029-06-08 08:00:00','2029-06-08 08:15:00','2029-06-08','08:00:00','08:15:00',NULL),(7159,51,6142,'2029-06-11 08:00:00','2029-06-11 08:15:00','2029-06-11','08:00:00','08:15:00',NULL),(7160,51,6142,'2029-06-12 08:00:00','2029-06-12 08:15:00','2029-06-12','08:00:00','08:15:00',NULL),(7161,51,6142,'2029-06-13 08:00:00','2029-06-13 08:15:00','2029-06-13','08:00:00','08:15:00',NULL),(7162,51,6142,'2029-06-14 08:00:00','2029-06-14 08:15:00','2029-06-14','08:00:00','08:15:00',NULL),(7163,51,6142,'2029-06-15 08:00:00','2029-06-15 08:15:00','2029-06-15','08:00:00','08:15:00',NULL),(7164,51,6142,'2029-06-18 08:00:00','2029-06-18 08:15:00','2029-06-18','08:00:00','08:15:00',NULL),(7165,51,6142,'2029-06-19 08:00:00','2029-06-19 08:15:00','2029-06-19','08:00:00','08:15:00',NULL),(7166,51,6142,'2029-06-20 08:00:00','2029-06-20 08:15:00','2029-06-20','08:00:00','08:15:00',NULL),(7167,51,6142,'2029-06-21 08:00:00','2029-06-21 08:15:00','2029-06-21','08:00:00','08:15:00',NULL),(7168,51,6142,'2029-06-22 08:00:00','2029-06-22 08:15:00','2029-06-22','08:00:00','08:15:00',NULL),(7169,51,6142,'2029-06-25 08:00:00','2029-06-25 08:15:00','2029-06-25','08:00:00','08:15:00',NULL),(7170,51,6142,'2029-06-26 08:00:00','2029-06-26 08:15:00','2029-06-26','08:00:00','08:15:00',NULL),(7171,51,6142,'2029-06-27 08:00:00','2029-06-27 08:15:00','2029-06-27','08:00:00','08:15:00',NULL),(7172,51,6142,'2029-06-28 08:00:00','2029-06-28 08:15:00','2029-06-28','08:00:00','08:15:00',NULL),(7173,51,6142,'2029-06-29 08:00:00','2029-06-29 08:15:00','2029-06-29','08:00:00','08:15:00',NULL),(7174,51,6142,'2029-07-02 08:00:00','2029-07-02 08:15:00','2029-07-02','08:00:00','08:15:00',NULL),(7175,51,6142,'2029-07-03 08:00:00','2029-07-03 08:15:00','2029-07-03','08:00:00','08:15:00',NULL),(7176,51,6142,'2029-07-04 08:00:00','2029-07-04 08:15:00','2029-07-04','08:00:00','08:15:00',NULL),(7177,51,6142,'2029-07-05 08:00:00','2029-07-05 08:15:00','2029-07-05','08:00:00','08:15:00',NULL),(7178,51,6142,'2029-07-06 08:00:00','2029-07-06 08:15:00','2029-07-06','08:00:00','08:15:00',NULL),(7179,51,6142,'2029-07-09 08:00:00','2029-07-09 08:15:00','2029-07-09','08:00:00','08:15:00',NULL),(7180,51,6142,'2029-07-10 08:00:00','2029-07-10 08:15:00','2029-07-10','08:00:00','08:15:00',NULL),(7181,51,6142,'2029-07-11 08:00:00','2029-07-11 08:15:00','2029-07-11','08:00:00','08:15:00',NULL),(7182,51,6142,'2029-07-12 08:00:00','2029-07-12 08:15:00','2029-07-12','08:00:00','08:15:00',NULL),(7183,51,6142,'2029-07-13 08:00:00','2029-07-13 08:15:00','2029-07-13','08:00:00','08:15:00',NULL),(7184,51,6142,'2029-07-16 08:00:00','2029-07-16 08:15:00','2029-07-16','08:00:00','08:15:00',NULL),(7185,51,6142,'2029-07-17 08:00:00','2029-07-17 08:15:00','2029-07-17','08:00:00','08:15:00',NULL),(7186,51,6142,'2029-07-18 08:00:00','2029-07-18 08:15:00','2029-07-18','08:00:00','08:15:00',NULL),(7187,51,6142,'2029-07-19 08:00:00','2029-07-19 08:15:00','2029-07-19','08:00:00','08:15:00',NULL),(7188,51,6142,'2029-07-20 08:00:00','2029-07-20 08:15:00','2029-07-20','08:00:00','08:15:00',NULL),(7189,51,6142,'2029-07-23 08:00:00','2029-07-23 08:15:00','2029-07-23','08:00:00','08:15:00',NULL),(7190,51,6142,'2029-07-24 08:00:00','2029-07-24 08:15:00','2029-07-24','08:00:00','08:15:00',NULL),(7191,51,6142,'2029-07-25 08:00:00','2029-07-25 08:15:00','2029-07-25','08:00:00','08:15:00',NULL),(7192,51,6142,'2029-07-26 08:00:00','2029-07-26 08:15:00','2029-07-26','08:00:00','08:15:00',NULL),(7193,51,6142,'2029-07-27 08:00:00','2029-07-27 08:15:00','2029-07-27','08:00:00','08:15:00',NULL),(7194,51,6142,'2029-07-30 08:00:00','2029-07-30 08:15:00','2029-07-30','08:00:00','08:15:00',NULL),(7195,51,6142,'2029-07-31 08:00:00','2029-07-31 08:15:00','2029-07-31','08:00:00','08:15:00',NULL),(7196,51,6142,'2029-08-01 08:00:00','2029-08-01 08:15:00','2029-08-01','08:00:00','08:15:00',NULL),(7197,51,6142,'2029-08-02 08:00:00','2029-08-02 08:15:00','2029-08-02','08:00:00','08:15:00',NULL),(7198,51,6142,'2029-08-03 08:00:00','2029-08-03 08:15:00','2029-08-03','08:00:00','08:15:00',NULL),(7199,51,6142,'2029-08-06 08:00:00','2029-08-06 08:15:00','2029-08-06','08:00:00','08:15:00',NULL),(7200,51,6142,'2029-08-07 08:00:00','2029-08-07 08:15:00','2029-08-07','08:00:00','08:15:00',NULL),(7201,51,6142,'2029-08-08 08:00:00','2029-08-08 08:15:00','2029-08-08','08:00:00','08:15:00',NULL),(7202,51,6142,'2029-08-09 08:00:00','2029-08-09 08:15:00','2029-08-09','08:00:00','08:15:00',NULL),(7203,51,6142,'2029-08-10 08:00:00','2029-08-10 08:15:00','2029-08-10','08:00:00','08:15:00',NULL),(7204,51,6142,'2029-08-13 08:00:00','2029-08-13 08:15:00','2029-08-13','08:00:00','08:15:00',NULL),(7205,51,6142,'2029-08-14 08:00:00','2029-08-14 08:15:00','2029-08-14','08:00:00','08:15:00',NULL),(7206,51,6142,'2029-08-15 08:00:00','2029-08-15 08:15:00','2029-08-15','08:00:00','08:15:00',NULL),(7207,51,6142,'2029-08-16 08:00:00','2029-08-16 08:15:00','2029-08-16','08:00:00','08:15:00',NULL),(7208,51,6142,'2029-08-17 08:00:00','2029-08-17 08:15:00','2029-08-17','08:00:00','08:15:00',NULL),(7209,51,6142,'2029-08-20 08:00:00','2029-08-20 08:15:00','2029-08-20','08:00:00','08:15:00',NULL),(7210,51,6142,'2029-08-21 08:00:00','2029-08-21 08:15:00','2029-08-21','08:00:00','08:15:00',NULL),(7211,51,6142,'2029-08-22 08:00:00','2029-08-22 08:15:00','2029-08-22','08:00:00','08:15:00',NULL),(7212,51,6142,'2029-08-23 08:00:00','2029-08-23 08:15:00','2029-08-23','08:00:00','08:15:00',NULL),(7213,51,6142,'2029-08-24 08:00:00','2029-08-24 08:15:00','2029-08-24','08:00:00','08:15:00',NULL),(7214,51,6142,'2029-08-27 08:00:00','2029-08-27 08:15:00','2029-08-27','08:00:00','08:15:00',NULL),(7215,51,6142,'2029-08-28 08:00:00','2029-08-28 08:15:00','2029-08-28','08:00:00','08:15:00',NULL),(7216,51,6142,'2029-08-29 08:00:00','2029-08-29 08:15:00','2029-08-29','08:00:00','08:15:00',NULL),(7217,51,6142,'2029-08-30 08:00:00','2029-08-30 08:15:00','2029-08-30','08:00:00','08:15:00',NULL),(7218,51,6142,'2029-08-31 08:00:00','2029-08-31 08:15:00','2029-08-31','08:00:00','08:15:00',NULL),(7219,51,6142,'2029-09-03 08:00:00','2029-09-03 08:15:00','2029-09-03','08:00:00','08:15:00',NULL),(7220,51,6142,'2029-09-04 08:00:00','2029-09-04 08:15:00','2029-09-04','08:00:00','08:15:00',NULL),(7221,51,6142,'2029-09-05 08:00:00','2029-09-05 08:15:00','2029-09-05','08:00:00','08:15:00',NULL),(7222,51,6142,'2029-09-06 08:00:00','2029-09-06 08:15:00','2029-09-06','08:00:00','08:15:00',NULL),(7223,51,6142,'2029-09-07 08:00:00','2029-09-07 08:15:00','2029-09-07','08:00:00','08:15:00',NULL),(7224,51,6142,'2029-09-10 08:00:00','2029-09-10 08:15:00','2029-09-10','08:00:00','08:15:00',NULL),(7225,51,6142,'2029-09-11 08:00:00','2029-09-11 08:15:00','2029-09-11','08:00:00','08:15:00',NULL),(7226,51,6142,'2029-09-12 08:00:00','2029-09-12 08:15:00','2029-09-12','08:00:00','08:15:00',NULL),(7227,51,6142,'2029-09-13 08:00:00','2029-09-13 08:15:00','2029-09-13','08:00:00','08:15:00',NULL),(7228,51,6142,'2029-09-14 08:00:00','2029-09-14 08:15:00','2029-09-14','08:00:00','08:15:00',NULL),(7229,51,6142,'2029-09-17 08:00:00','2029-09-17 08:15:00','2029-09-17','08:00:00','08:15:00',NULL),(7230,51,6142,'2029-09-18 08:00:00','2029-09-18 08:15:00','2029-09-18','08:00:00','08:15:00',NULL),(7231,51,6142,'2029-09-19 08:00:00','2029-09-19 08:15:00','2029-09-19','08:00:00','08:15:00',NULL),(7232,51,6142,'2029-09-20 08:00:00','2029-09-20 08:15:00','2029-09-20','08:00:00','08:15:00',NULL),(7233,51,6142,'2029-09-21 08:00:00','2029-09-21 08:15:00','2029-09-21','08:00:00','08:15:00',NULL),(7234,51,6142,'2029-09-24 08:00:00','2029-09-24 08:15:00','2029-09-24','08:00:00','08:15:00',NULL),(7235,51,6142,'2029-09-25 08:00:00','2029-09-25 08:15:00','2029-09-25','08:00:00','08:15:00',NULL),(7236,51,6142,'2029-09-26 08:00:00','2029-09-26 08:15:00','2029-09-26','08:00:00','08:15:00',NULL),(7237,51,6142,'2029-09-27 08:00:00','2029-09-27 08:15:00','2029-09-27','08:00:00','08:15:00',NULL),(7238,51,6142,'2029-09-28 08:00:00','2029-09-28 08:15:00','2029-09-28','08:00:00','08:15:00',NULL),(7239,51,6142,'2029-10-01 08:00:00','2029-10-01 08:15:00','2029-10-01','08:00:00','08:15:00',NULL),(7240,51,6142,'2029-10-02 08:00:00','2029-10-02 08:15:00','2029-10-02','08:00:00','08:15:00',NULL),(7241,51,6142,'2029-10-03 08:00:00','2029-10-03 08:15:00','2029-10-03','08:00:00','08:15:00',NULL),(7242,51,6142,'2029-10-04 08:00:00','2029-10-04 08:15:00','2029-10-04','08:00:00','08:15:00',NULL),(7243,51,6142,'2029-10-05 08:00:00','2029-10-05 08:15:00','2029-10-05','08:00:00','08:15:00',NULL),(7244,51,6142,'2029-10-08 08:00:00','2029-10-08 08:15:00','2029-10-08','08:00:00','08:15:00',NULL),(7245,51,6142,'2029-10-09 08:00:00','2029-10-09 08:15:00','2029-10-09','08:00:00','08:15:00',NULL),(7246,51,6142,'2029-10-10 08:00:00','2029-10-10 08:15:00','2029-10-10','08:00:00','08:15:00',NULL),(7247,51,6142,'2029-10-11 08:00:00','2029-10-11 08:15:00','2029-10-11','08:00:00','08:15:00',NULL),(7248,51,6142,'2029-10-12 08:00:00','2029-10-12 08:15:00','2029-10-12','08:00:00','08:15:00',NULL),(7249,51,6142,'2029-10-15 08:00:00','2029-10-15 08:15:00','2029-10-15','08:00:00','08:15:00',NULL),(7250,51,6142,'2029-10-16 08:00:00','2029-10-16 08:15:00','2029-10-16','08:00:00','08:15:00',NULL),(7251,51,6142,'2029-10-17 08:00:00','2029-10-17 08:15:00','2029-10-17','08:00:00','08:15:00',NULL),(7252,51,6142,'2029-10-18 08:00:00','2029-10-18 08:15:00','2029-10-18','08:00:00','08:15:00',NULL),(7253,51,6142,'2029-10-19 08:00:00','2029-10-19 08:15:00','2029-10-19','08:00:00','08:15:00',NULL),(7254,51,6142,'2029-10-22 08:00:00','2029-10-22 08:15:00','2029-10-22','08:00:00','08:15:00',NULL),(7255,51,6142,'2029-10-23 08:00:00','2029-10-23 08:15:00','2029-10-23','08:00:00','08:15:00',NULL),(7256,51,6142,'2029-10-24 08:00:00','2029-10-24 08:15:00','2029-10-24','08:00:00','08:15:00',NULL),(7257,51,6142,'2029-10-25 08:00:00','2029-10-25 08:15:00','2029-10-25','08:00:00','08:15:00',NULL),(7258,51,6142,'2029-10-26 08:00:00','2029-10-26 08:15:00','2029-10-26','08:00:00','08:15:00',NULL),(7259,51,6142,'2029-10-29 08:00:00','2029-10-29 08:15:00','2029-10-29','08:00:00','08:15:00',NULL),(7260,51,6142,'2029-10-30 08:00:00','2029-10-30 08:15:00','2029-10-30','08:00:00','08:15:00',NULL),(7261,51,6142,'2029-10-31 08:00:00','2029-10-31 08:15:00','2029-10-31','08:00:00','08:15:00',NULL),(7262,51,6142,'2029-11-01 08:00:00','2029-11-01 08:15:00','2029-11-01','08:00:00','08:15:00',NULL),(7263,51,6142,'2029-11-02 08:00:00','2029-11-02 08:15:00','2029-11-02','08:00:00','08:15:00',NULL),(7264,51,6142,'2029-11-05 08:00:00','2029-11-05 08:15:00','2029-11-05','08:00:00','08:15:00',NULL),(7265,51,6142,'2029-11-06 08:00:00','2029-11-06 08:15:00','2029-11-06','08:00:00','08:15:00',NULL),(7266,51,6142,'2029-11-07 08:00:00','2029-11-07 08:15:00','2029-11-07','08:00:00','08:15:00',NULL),(7267,51,6142,'2029-11-08 08:00:00','2029-11-08 08:15:00','2029-11-08','08:00:00','08:15:00',NULL),(7268,51,6142,'2029-11-09 08:00:00','2029-11-09 08:15:00','2029-11-09','08:00:00','08:15:00',NULL),(7269,51,6142,'2029-11-12 08:00:00','2029-11-12 08:15:00','2029-11-12','08:00:00','08:15:00',NULL),(7270,51,6142,'2029-11-13 08:00:00','2029-11-13 08:15:00','2029-11-13','08:00:00','08:15:00',NULL),(7271,51,6142,'2029-11-14 08:00:00','2029-11-14 08:15:00','2029-11-14','08:00:00','08:15:00',NULL),(7272,51,6142,'2029-11-15 08:00:00','2029-11-15 08:15:00','2029-11-15','08:00:00','08:15:00',NULL),(7273,51,6142,'2029-11-16 08:00:00','2029-11-16 08:15:00','2029-11-16','08:00:00','08:15:00',NULL),(7274,51,6142,'2029-11-19 08:00:00','2029-11-19 08:15:00','2029-11-19','08:00:00','08:15:00',NULL),(7275,51,6142,'2029-11-20 08:00:00','2029-11-20 08:15:00','2029-11-20','08:00:00','08:15:00',NULL),(7276,51,6142,'2029-11-21 08:00:00','2029-11-21 08:15:00','2029-11-21','08:00:00','08:15:00',NULL),(7277,51,6142,'2029-11-22 08:00:00','2029-11-22 08:15:00','2029-11-22','08:00:00','08:15:00',NULL),(7278,51,6142,'2029-11-23 08:00:00','2029-11-23 08:15:00','2029-11-23','08:00:00','08:15:00',NULL),(7279,51,6142,'2029-11-26 08:00:00','2029-11-26 08:15:00','2029-11-26','08:00:00','08:15:00',NULL),(7280,51,6142,'2029-11-27 08:00:00','2029-11-27 08:15:00','2029-11-27','08:00:00','08:15:00',NULL),(7281,51,6142,'2029-11-28 08:00:00','2029-11-28 08:15:00','2029-11-28','08:00:00','08:15:00',NULL),(7282,51,6142,'2029-11-29 08:00:00','2029-11-29 08:15:00','2029-11-29','08:00:00','08:15:00',NULL),(7283,51,6142,'2029-11-30 08:00:00','2029-11-30 08:15:00','2029-11-30','08:00:00','08:15:00',NULL),(7284,51,6142,'2029-12-03 08:00:00','2029-12-03 08:15:00','2029-12-03','08:00:00','08:15:00',NULL),(7285,51,6142,'2029-12-04 08:00:00','2029-12-04 08:15:00','2029-12-04','08:00:00','08:15:00',NULL),(7286,51,6142,'2029-12-05 08:00:00','2029-12-05 08:15:00','2029-12-05','08:00:00','08:15:00',NULL),(7287,51,6142,'2029-12-06 08:00:00','2029-12-06 08:15:00','2029-12-06','08:00:00','08:15:00',NULL),(7288,51,6142,'2029-12-07 08:00:00','2029-12-07 08:15:00','2029-12-07','08:00:00','08:15:00',NULL),(7289,51,6142,'2029-12-10 08:00:00','2029-12-10 08:15:00','2029-12-10','08:00:00','08:15:00',NULL),(7290,51,6142,'2029-12-11 08:00:00','2029-12-11 08:15:00','2029-12-11','08:00:00','08:15:00',NULL),(7291,51,6142,'2029-12-12 08:00:00','2029-12-12 08:15:00','2029-12-12','08:00:00','08:15:00',NULL),(7292,51,6142,'2029-12-13 08:00:00','2029-12-13 08:15:00','2029-12-13','08:00:00','08:15:00',NULL),(7293,51,6142,'2029-12-14 08:00:00','2029-12-14 08:15:00','2029-12-14','08:00:00','08:15:00',NULL),(7294,51,6142,'2029-12-17 08:00:00','2029-12-17 08:15:00','2029-12-17','08:00:00','08:15:00',NULL),(7295,51,6142,'2029-12-18 08:00:00','2029-12-18 08:15:00','2029-12-18','08:00:00','08:15:00',NULL),(7296,51,6142,'2029-12-19 08:00:00','2029-12-19 08:15:00','2029-12-19','08:00:00','08:15:00',NULL),(7297,51,6142,'2029-12-20 08:00:00','2029-12-20 08:15:00','2029-12-20','08:00:00','08:15:00',NULL),(7298,51,6142,'2029-12-21 08:00:00','2029-12-21 08:15:00','2029-12-21','08:00:00','08:15:00',NULL),(7299,51,6142,'2029-12-24 08:00:00','2029-12-24 08:15:00','2029-12-24','08:00:00','08:15:00',NULL),(7300,51,6142,'2029-12-25 08:00:00','2029-12-25 08:15:00','2029-12-25','08:00:00','08:15:00',NULL),(7301,51,6142,'2029-12-26 08:00:00','2029-12-26 08:15:00','2029-12-26','08:00:00','08:15:00',NULL),(7302,51,6142,'2029-12-27 08:00:00','2029-12-27 08:15:00','2029-12-27','08:00:00','08:15:00',NULL),(7303,51,6142,'2029-12-28 08:00:00','2029-12-28 08:15:00','2029-12-28','08:00:00','08:15:00',NULL),(7304,51,6142,'2029-12-31 08:00:00','2029-12-31 08:15:00','2029-12-31','08:00:00','08:15:00',NULL),(7305,51,6142,'2030-01-01 08:00:00','2030-01-01 08:15:00','2030-01-01','08:00:00','08:15:00',NULL),(7306,51,6142,'2030-01-02 08:00:00','2030-01-02 08:15:00','2030-01-02','08:00:00','08:15:00',NULL),(7307,51,6142,'2030-01-03 08:00:00','2030-01-03 08:15:00','2030-01-03','08:00:00','08:15:00',NULL),(7308,51,6142,'2030-01-04 08:00:00','2030-01-04 08:15:00','2030-01-04','08:00:00','08:15:00',NULL),(7309,51,6142,'2030-01-07 08:00:00','2030-01-07 08:15:00','2030-01-07','08:00:00','08:15:00',NULL),(7310,51,6142,'2030-01-08 08:00:00','2030-01-08 08:15:00','2030-01-08','08:00:00','08:15:00',NULL),(7311,51,6142,'2030-01-09 08:00:00','2030-01-09 08:15:00','2030-01-09','08:00:00','08:15:00',NULL),(7312,51,6142,'2030-01-10 08:00:00','2030-01-10 08:15:00','2030-01-10','08:00:00','08:15:00',NULL),(7313,51,6142,'2030-01-11 08:00:00','2030-01-11 08:15:00','2030-01-11','08:00:00','08:15:00',NULL),(7314,51,6142,'2030-01-14 08:00:00','2030-01-14 08:15:00','2030-01-14','08:00:00','08:15:00',NULL),(7315,51,6142,'2030-01-15 08:00:00','2030-01-15 08:15:00','2030-01-15','08:00:00','08:15:00',NULL),(7316,51,6142,'2030-01-16 08:00:00','2030-01-16 08:15:00','2030-01-16','08:00:00','08:15:00',NULL),(7317,51,6142,'2030-01-17 08:00:00','2030-01-17 08:15:00','2030-01-17','08:00:00','08:15:00',NULL),(7318,51,6142,'2030-01-18 08:00:00','2030-01-18 08:15:00','2030-01-18','08:00:00','08:15:00',NULL),(7319,51,6142,'2030-01-21 08:00:00','2030-01-21 08:15:00','2030-01-21','08:00:00','08:15:00',NULL),(7320,51,6142,'2030-01-22 08:00:00','2030-01-22 08:15:00','2030-01-22','08:00:00','08:15:00',NULL),(7321,51,6142,'2030-01-23 08:00:00','2030-01-23 08:15:00','2030-01-23','08:00:00','08:15:00',NULL),(7322,51,6142,'2030-01-24 08:00:00','2030-01-24 08:15:00','2030-01-24','08:00:00','08:15:00',NULL),(7323,51,6142,'2030-01-25 08:00:00','2030-01-25 08:15:00','2030-01-25','08:00:00','08:15:00',NULL),(7324,51,6142,'2030-01-28 08:00:00','2030-01-28 08:15:00','2030-01-28','08:00:00','08:15:00',NULL),(7325,51,6142,'2030-01-29 08:00:00','2030-01-29 08:15:00','2030-01-29','08:00:00','08:15:00',NULL),(7326,51,6142,'2030-01-30 08:00:00','2030-01-30 08:15:00','2030-01-30','08:00:00','08:15:00',NULL),(7327,51,6142,'2030-01-31 08:00:00','2030-01-31 08:15:00','2030-01-31','08:00:00','08:15:00',NULL),(7328,51,6142,'2030-02-01 08:00:00','2030-02-01 08:15:00','2030-02-01','08:00:00','08:15:00',NULL),(7329,51,6142,'2030-02-04 08:00:00','2030-02-04 08:15:00','2030-02-04','08:00:00','08:15:00',NULL),(7330,51,6142,'2030-02-05 08:00:00','2030-02-05 08:15:00','2030-02-05','08:00:00','08:15:00',NULL),(7331,51,6142,'2030-02-06 08:00:00','2030-02-06 08:15:00','2030-02-06','08:00:00','08:15:00',NULL),(7332,51,6142,'2030-02-07 08:00:00','2030-02-07 08:15:00','2030-02-07','08:00:00','08:15:00',NULL),(7333,51,6142,'2030-02-08 08:00:00','2030-02-08 08:15:00','2030-02-08','08:00:00','08:15:00',NULL),(7334,51,6142,'2030-02-11 08:00:00','2030-02-11 08:15:00','2030-02-11','08:00:00','08:15:00',NULL),(7335,51,6142,'2030-02-12 08:00:00','2030-02-12 08:15:00','2030-02-12','08:00:00','08:15:00',NULL),(7336,51,6142,'2030-02-13 08:00:00','2030-02-13 08:15:00','2030-02-13','08:00:00','08:15:00',NULL),(7337,51,6142,'2030-02-14 08:00:00','2030-02-14 08:15:00','2030-02-14','08:00:00','08:15:00',NULL),(7338,51,6142,'2030-02-15 08:00:00','2030-02-15 08:15:00','2030-02-15','08:00:00','08:15:00',NULL),(7339,51,6142,'2030-02-18 08:00:00','2030-02-18 08:15:00','2030-02-18','08:00:00','08:15:00',NULL),(7340,51,6142,'2030-02-19 08:00:00','2030-02-19 08:15:00','2030-02-19','08:00:00','08:15:00',NULL),(7341,51,6142,'2030-02-20 08:00:00','2030-02-20 08:15:00','2030-02-20','08:00:00','08:15:00',NULL),(7342,51,6142,'2030-02-21 08:00:00','2030-02-21 08:15:00','2030-02-21','08:00:00','08:15:00',NULL),(7343,51,6142,'2030-02-22 08:00:00','2030-02-22 08:15:00','2030-02-22','08:00:00','08:15:00',NULL),(7344,51,6142,'2030-02-25 08:00:00','2030-02-25 08:15:00','2030-02-25','08:00:00','08:15:00',NULL),(7345,51,6142,'2030-02-26 08:00:00','2030-02-26 08:15:00','2030-02-26','08:00:00','08:15:00',NULL),(7346,51,6142,'2030-02-27 08:00:00','2030-02-27 08:15:00','2030-02-27','08:00:00','08:15:00',NULL),(7347,51,6142,'2030-02-28 08:00:00','2030-02-28 08:15:00','2030-02-28','08:00:00','08:15:00',NULL),(7348,51,6142,'2030-03-01 08:00:00','2030-03-01 08:15:00','2030-03-01','08:00:00','08:15:00',NULL),(7349,51,6142,'2030-03-04 08:00:00','2030-03-04 08:15:00','2030-03-04','08:00:00','08:15:00',NULL),(7350,51,6142,'2030-03-05 08:00:00','2030-03-05 08:15:00','2030-03-05','08:00:00','08:15:00',NULL),(7351,51,6142,'2030-03-06 08:00:00','2030-03-06 08:15:00','2030-03-06','08:00:00','08:15:00',NULL),(7352,51,6142,'2030-03-07 08:00:00','2030-03-07 08:15:00','2030-03-07','08:00:00','08:15:00',NULL),(7353,51,6142,'2030-03-08 08:00:00','2030-03-08 08:15:00','2030-03-08','08:00:00','08:15:00',NULL),(7354,51,6142,'2030-03-11 08:00:00','2030-03-11 08:15:00','2030-03-11','08:00:00','08:15:00',NULL),(7355,51,6142,'2030-03-12 08:00:00','2030-03-12 08:15:00','2030-03-12','08:00:00','08:15:00',NULL),(7356,51,6142,'2030-03-13 08:00:00','2030-03-13 08:15:00','2030-03-13','08:00:00','08:15:00',NULL),(7357,51,6142,'2030-03-14 08:00:00','2030-03-14 08:15:00','2030-03-14','08:00:00','08:15:00',NULL),(7358,51,6142,'2030-03-15 08:00:00','2030-03-15 08:15:00','2030-03-15','08:00:00','08:15:00',NULL),(7359,51,6142,'2030-03-18 08:00:00','2030-03-18 08:15:00','2030-03-18','08:00:00','08:15:00',NULL),(7360,51,6142,'2030-03-19 08:00:00','2030-03-19 08:15:00','2030-03-19','08:00:00','08:15:00',NULL),(7361,51,6142,'2030-03-20 08:00:00','2030-03-20 08:15:00','2030-03-20','08:00:00','08:15:00',NULL),(7362,51,6142,'2030-03-21 08:00:00','2030-03-21 08:15:00','2030-03-21','08:00:00','08:15:00',NULL),(7363,51,6142,'2030-03-22 08:00:00','2030-03-22 08:15:00','2030-03-22','08:00:00','08:15:00',NULL),(7364,51,6142,'2030-03-25 08:00:00','2030-03-25 08:15:00','2030-03-25','08:00:00','08:15:00',NULL),(7365,51,6142,'2030-03-26 08:00:00','2030-03-26 08:15:00','2030-03-26','08:00:00','08:15:00',NULL),(7366,51,6142,'2030-03-27 08:00:00','2030-03-27 08:15:00','2030-03-27','08:00:00','08:15:00',NULL),(7367,51,6142,'2030-03-28 08:00:00','2030-03-28 08:15:00','2030-03-28','08:00:00','08:15:00',NULL),(7368,51,6142,'2030-03-29 08:00:00','2030-03-29 08:15:00','2030-03-29','08:00:00','08:15:00',NULL),(7369,51,6142,'2030-04-01 08:00:00','2030-04-01 08:15:00','2030-04-01','08:00:00','08:15:00',NULL),(7370,51,6142,'2030-04-02 08:00:00','2030-04-02 08:15:00','2030-04-02','08:00:00','08:15:00',NULL),(7371,51,6142,'2030-04-03 08:00:00','2030-04-03 08:15:00','2030-04-03','08:00:00','08:15:00',NULL),(7372,51,6142,'2030-04-04 08:00:00','2030-04-04 08:15:00','2030-04-04','08:00:00','08:15:00',NULL),(7373,51,6142,'2030-04-05 08:00:00','2030-04-05 08:15:00','2030-04-05','08:00:00','08:15:00',NULL),(7374,51,6142,'2030-04-08 08:00:00','2030-04-08 08:15:00','2030-04-08','08:00:00','08:15:00',NULL),(7375,51,6142,'2030-04-09 08:00:00','2030-04-09 08:15:00','2030-04-09','08:00:00','08:15:00',NULL),(7376,51,6142,'2030-04-10 08:00:00','2030-04-10 08:15:00','2030-04-10','08:00:00','08:15:00',NULL),(7377,51,6142,'2030-04-11 08:00:00','2030-04-11 08:15:00','2030-04-11','08:00:00','08:15:00',NULL),(7378,51,6142,'2030-04-12 08:00:00','2030-04-12 08:15:00','2030-04-12','08:00:00','08:15:00',NULL),(7379,51,6142,'2030-04-15 08:00:00','2030-04-15 08:15:00','2030-04-15','08:00:00','08:15:00',NULL),(7380,51,6142,'2030-04-16 08:00:00','2030-04-16 08:15:00','2030-04-16','08:00:00','08:15:00',NULL),(7381,51,6142,'2030-04-17 08:00:00','2030-04-17 08:15:00','2030-04-17','08:00:00','08:15:00',NULL),(7382,51,6142,'2030-04-18 08:00:00','2030-04-18 08:15:00','2030-04-18','08:00:00','08:15:00',NULL),(7383,51,6142,'2030-04-19 08:00:00','2030-04-19 08:15:00','2030-04-19','08:00:00','08:15:00',NULL),(7384,51,6142,'2030-04-22 08:00:00','2030-04-22 08:15:00','2030-04-22','08:00:00','08:15:00',NULL),(7385,51,6142,'2030-04-23 08:00:00','2030-04-23 08:15:00','2030-04-23','08:00:00','08:15:00',NULL),(7386,51,6142,'2030-04-24 08:00:00','2030-04-24 08:15:00','2030-04-24','08:00:00','08:15:00',NULL),(7387,51,6142,'2030-04-25 08:00:00','2030-04-25 08:15:00','2030-04-25','08:00:00','08:15:00',NULL),(7388,51,6142,'2030-04-26 08:00:00','2030-04-26 08:15:00','2030-04-26','08:00:00','08:15:00',NULL),(7389,51,6142,'2030-04-29 08:00:00','2030-04-29 08:15:00','2030-04-29','08:00:00','08:15:00',NULL),(7390,51,6142,'2030-04-30 08:00:00','2030-04-30 08:15:00','2030-04-30','08:00:00','08:15:00',NULL),(7391,51,6142,'2030-05-01 08:00:00','2030-05-01 08:15:00','2030-05-01','08:00:00','08:15:00',NULL),(7392,51,6142,'2030-05-02 08:00:00','2030-05-02 08:15:00','2030-05-02','08:00:00','08:15:00',NULL),(7393,51,6142,'2030-05-03 08:00:00','2030-05-03 08:15:00','2030-05-03','08:00:00','08:15:00',NULL),(7394,51,6142,'2030-05-06 08:00:00','2030-05-06 08:15:00','2030-05-06','08:00:00','08:15:00',NULL),(7395,51,6142,'2030-05-07 08:00:00','2030-05-07 08:15:00','2030-05-07','08:00:00','08:15:00',NULL),(7396,51,6142,'2030-05-08 08:00:00','2030-05-08 08:15:00','2030-05-08','08:00:00','08:15:00',NULL),(7397,51,6142,'2030-05-09 08:00:00','2030-05-09 08:15:00','2030-05-09','08:00:00','08:15:00',NULL),(7398,51,6142,'2030-05-10 08:00:00','2030-05-10 08:15:00','2030-05-10','08:00:00','08:15:00',NULL),(7399,51,6142,'2030-05-13 08:00:00','2030-05-13 08:15:00','2030-05-13','08:00:00','08:15:00',NULL),(7400,51,6142,'2030-05-14 08:00:00','2030-05-14 08:15:00','2030-05-14','08:00:00','08:15:00',NULL),(7401,51,6142,'2030-05-15 08:00:00','2030-05-15 08:15:00','2030-05-15','08:00:00','08:15:00',NULL),(7402,51,6142,'2030-05-16 08:00:00','2030-05-16 08:15:00','2030-05-16','08:00:00','08:15:00',NULL),(7403,51,6142,'2030-05-17 08:00:00','2030-05-17 08:15:00','2030-05-17','08:00:00','08:15:00',NULL),(7404,51,6142,'2030-05-20 08:00:00','2030-05-20 08:15:00','2030-05-20','08:00:00','08:15:00',NULL),(7405,51,6142,'2030-05-21 08:00:00','2030-05-21 08:15:00','2030-05-21','08:00:00','08:15:00',NULL),(7406,51,6142,'2030-05-22 08:00:00','2030-05-22 08:15:00','2030-05-22','08:00:00','08:15:00',NULL),(7407,51,6142,'2030-05-23 08:00:00','2030-05-23 08:15:00','2030-05-23','08:00:00','08:15:00',NULL),(7408,51,6142,'2030-05-24 08:00:00','2030-05-24 08:15:00','2030-05-24','08:00:00','08:15:00',NULL),(7409,51,6142,'2030-05-27 08:00:00','2030-05-27 08:15:00','2030-05-27','08:00:00','08:15:00',NULL),(7410,51,6142,'2030-05-28 08:00:00','2030-05-28 08:15:00','2030-05-28','08:00:00','08:15:00',NULL),(7411,51,6142,'2030-05-29 08:00:00','2030-05-29 08:15:00','2030-05-29','08:00:00','08:15:00',NULL),(7412,51,6142,'2030-05-30 08:00:00','2030-05-30 08:15:00','2030-05-30','08:00:00','08:15:00',NULL),(7413,51,6142,'2030-05-31 08:00:00','2030-05-31 08:15:00','2030-05-31','08:00:00','08:15:00',NULL),(7414,51,6142,'2030-06-03 08:00:00','2030-06-03 08:15:00','2030-06-03','08:00:00','08:15:00',NULL),(7415,51,6142,'2030-06-04 08:00:00','2030-06-04 08:15:00','2030-06-04','08:00:00','08:15:00',NULL),(7416,51,6142,'2030-06-05 08:00:00','2030-06-05 08:15:00','2030-06-05','08:00:00','08:15:00',NULL),(7417,51,6142,'2030-06-06 08:00:00','2030-06-06 08:15:00','2030-06-06','08:00:00','08:15:00',NULL),(7418,51,6142,'2030-06-07 08:00:00','2030-06-07 08:15:00','2030-06-07','08:00:00','08:15:00',NULL),(7419,51,6142,'2030-06-10 08:00:00','2030-06-10 08:15:00','2030-06-10','08:00:00','08:15:00',NULL),(7420,51,6142,'2030-06-11 08:00:00','2030-06-11 08:15:00','2030-06-11','08:00:00','08:15:00',NULL),(7421,51,6142,'2030-06-12 08:00:00','2030-06-12 08:15:00','2030-06-12','08:00:00','08:15:00',NULL),(7422,51,6142,'2030-06-13 08:00:00','2030-06-13 08:15:00','2030-06-13','08:00:00','08:15:00',NULL),(7423,51,6142,'2030-06-14 08:00:00','2030-06-14 08:15:00','2030-06-14','08:00:00','08:15:00',NULL),(7424,51,6142,'2030-06-17 08:00:00','2030-06-17 08:15:00','2030-06-17','08:00:00','08:15:00',NULL),(7425,51,6142,'2030-06-18 08:00:00','2030-06-18 08:15:00','2030-06-18','08:00:00','08:15:00',NULL),(7426,51,6142,'2030-06-19 08:00:00','2030-06-19 08:15:00','2030-06-19','08:00:00','08:15:00',NULL),(7427,51,6142,'2030-06-20 08:00:00','2030-06-20 08:15:00','2030-06-20','08:00:00','08:15:00',NULL),(7428,51,6142,'2030-06-21 08:00:00','2030-06-21 08:15:00','2030-06-21','08:00:00','08:15:00',NULL),(7429,51,6142,'2030-06-24 08:00:00','2030-06-24 08:15:00','2030-06-24','08:00:00','08:15:00',NULL),(7430,51,6142,'2030-06-25 08:00:00','2030-06-25 08:15:00','2030-06-25','08:00:00','08:15:00',NULL),(7431,51,6142,'2030-06-26 08:00:00','2030-06-26 08:15:00','2030-06-26','08:00:00','08:15:00',NULL),(7432,51,6142,'2030-06-27 08:00:00','2030-06-27 08:15:00','2030-06-27','08:00:00','08:15:00',NULL),(7433,51,6142,'2030-06-28 08:00:00','2030-06-28 08:15:00','2030-06-28','08:00:00','08:15:00',NULL),(7434,51,6142,'2030-07-01 08:00:00','2030-07-01 08:15:00','2030-07-01','08:00:00','08:15:00',NULL),(7435,51,6142,'2030-07-02 08:00:00','2030-07-02 08:15:00','2030-07-02','08:00:00','08:15:00',NULL),(7436,51,6142,'2030-07-03 08:00:00','2030-07-03 08:15:00','2030-07-03','08:00:00','08:15:00',NULL),(7437,51,6142,'2030-07-04 08:00:00','2030-07-04 08:15:00','2030-07-04','08:00:00','08:15:00',NULL),(7438,51,6142,'2030-07-05 08:00:00','2030-07-05 08:15:00','2030-07-05','08:00:00','08:15:00',NULL),(7439,51,6142,'2030-07-08 08:00:00','2030-07-08 08:15:00','2030-07-08','08:00:00','08:15:00',NULL),(7440,51,6142,'2030-07-09 08:00:00','2030-07-09 08:15:00','2030-07-09','08:00:00','08:15:00',NULL),(7441,51,6142,'2030-07-10 08:00:00','2030-07-10 08:15:00','2030-07-10','08:00:00','08:15:00',NULL),(7442,51,6142,'2030-07-11 08:00:00','2030-07-11 08:15:00','2030-07-11','08:00:00','08:15:00',NULL),(7443,51,6142,'2030-07-12 08:00:00','2030-07-12 08:15:00','2030-07-12','08:00:00','08:15:00',NULL),(7444,51,6142,'2030-07-15 08:00:00','2030-07-15 08:15:00','2030-07-15','08:00:00','08:15:00',NULL),(7445,51,6142,'2030-07-16 08:00:00','2030-07-16 08:15:00','2030-07-16','08:00:00','08:15:00',NULL),(7446,51,6142,'2030-07-17 08:00:00','2030-07-17 08:15:00','2030-07-17','08:00:00','08:15:00',NULL),(7447,51,6142,'2030-07-18 08:00:00','2030-07-18 08:15:00','2030-07-18','08:00:00','08:15:00',NULL),(7448,51,6142,'2030-07-19 08:00:00','2030-07-19 08:15:00','2030-07-19','08:00:00','08:15:00',NULL),(7449,51,6142,'2030-07-22 08:00:00','2030-07-22 08:15:00','2030-07-22','08:00:00','08:15:00',NULL),(7450,51,6142,'2030-07-23 08:00:00','2030-07-23 08:15:00','2030-07-23','08:00:00','08:15:00',NULL),(7451,51,6142,'2030-07-24 08:00:00','2030-07-24 08:15:00','2030-07-24','08:00:00','08:15:00',NULL),(7452,51,6142,'2030-07-25 08:00:00','2030-07-25 08:15:00','2030-07-25','08:00:00','08:15:00',NULL),(7453,51,6142,'2030-07-26 08:00:00','2030-07-26 08:15:00','2030-07-26','08:00:00','08:15:00',NULL),(7454,51,6142,'2030-07-29 08:00:00','2030-07-29 08:15:00','2030-07-29','08:00:00','08:15:00',NULL),(7455,51,6142,'2030-07-30 08:00:00','2030-07-30 08:15:00','2030-07-30','08:00:00','08:15:00',NULL),(7456,51,6142,'2030-07-31 08:00:00','2030-07-31 08:15:00','2030-07-31','08:00:00','08:15:00',NULL),(7457,51,6142,'2030-08-01 08:00:00','2030-08-01 08:15:00','2030-08-01','08:00:00','08:15:00',NULL),(7458,51,6142,'2030-08-02 08:00:00','2030-08-02 08:15:00','2030-08-02','08:00:00','08:15:00',NULL),(7459,51,6142,'2030-08-05 08:00:00','2030-08-05 08:15:00','2030-08-05','08:00:00','08:15:00',NULL),(7460,51,6142,'2030-08-06 08:00:00','2030-08-06 08:15:00','2030-08-06','08:00:00','08:15:00',NULL),(7461,51,6142,'2030-08-07 08:00:00','2030-08-07 08:15:00','2030-08-07','08:00:00','08:15:00',NULL),(7462,51,6142,'2030-08-08 08:00:00','2030-08-08 08:15:00','2030-08-08','08:00:00','08:15:00',NULL),(7463,51,6142,'2030-08-09 08:00:00','2030-08-09 08:15:00','2030-08-09','08:00:00','08:15:00',NULL),(7464,51,6142,'2030-08-12 08:00:00','2030-08-12 08:15:00','2030-08-12','08:00:00','08:15:00',NULL),(7465,51,6142,'2030-08-13 08:00:00','2030-08-13 08:15:00','2030-08-13','08:00:00','08:15:00',NULL),(7466,51,6142,'2030-08-14 08:00:00','2030-08-14 08:15:00','2030-08-14','08:00:00','08:15:00',NULL),(7467,51,6142,'2030-08-15 08:00:00','2030-08-15 08:15:00','2030-08-15','08:00:00','08:15:00',NULL),(7468,51,6142,'2030-08-16 08:00:00','2030-08-16 08:15:00','2030-08-16','08:00:00','08:15:00',NULL),(7469,51,6142,'2030-08-19 08:00:00','2030-08-19 08:15:00','2030-08-19','08:00:00','08:15:00',NULL),(7470,51,6142,'2030-08-20 08:00:00','2030-08-20 08:15:00','2030-08-20','08:00:00','08:15:00',NULL),(7471,51,6142,'2030-08-21 08:00:00','2030-08-21 08:15:00','2030-08-21','08:00:00','08:15:00',NULL),(7472,51,6142,'2030-08-22 08:00:00','2030-08-22 08:15:00','2030-08-22','08:00:00','08:15:00',NULL),(7473,51,6142,'2030-08-23 08:00:00','2030-08-23 08:15:00','2030-08-23','08:00:00','08:15:00',NULL),(7474,51,6142,'2030-08-26 08:00:00','2030-08-26 08:15:00','2030-08-26','08:00:00','08:15:00',NULL),(7475,51,6142,'2030-08-27 08:00:00','2030-08-27 08:15:00','2030-08-27','08:00:00','08:15:00',NULL),(7476,51,6142,'2030-08-28 08:00:00','2030-08-28 08:15:00','2030-08-28','08:00:00','08:15:00',NULL),(7477,51,6142,'2030-08-29 08:00:00','2030-08-29 08:15:00','2030-08-29','08:00:00','08:15:00',NULL),(7478,51,6142,'2030-08-30 08:00:00','2030-08-30 08:15:00','2030-08-30','08:00:00','08:15:00',NULL),(7479,51,6142,'2030-09-02 08:00:00','2030-09-02 08:15:00','2030-09-02','08:00:00','08:15:00',NULL),(7480,51,6142,'2030-09-03 08:00:00','2030-09-03 08:15:00','2030-09-03','08:00:00','08:15:00',NULL),(7481,51,6142,'2030-09-04 08:00:00','2030-09-04 08:15:00','2030-09-04','08:00:00','08:15:00',NULL),(7482,51,6142,'2030-09-05 08:00:00','2030-09-05 08:15:00','2030-09-05','08:00:00','08:15:00',NULL),(7483,51,6142,'2030-09-06 08:00:00','2030-09-06 08:15:00','2030-09-06','08:00:00','08:15:00',NULL),(7484,51,6142,'2030-09-09 08:00:00','2030-09-09 08:15:00','2030-09-09','08:00:00','08:15:00',NULL),(7485,51,6142,'2030-09-10 08:00:00','2030-09-10 08:15:00','2030-09-10','08:00:00','08:15:00',NULL),(7486,51,6142,'2030-09-11 08:00:00','2030-09-11 08:15:00','2030-09-11','08:00:00','08:15:00',NULL),(7487,51,6142,'2030-09-12 08:00:00','2030-09-12 08:15:00','2030-09-12','08:00:00','08:15:00',NULL),(7488,51,6142,'2030-09-13 08:00:00','2030-09-13 08:15:00','2030-09-13','08:00:00','08:15:00',NULL),(7489,51,6142,'2030-09-16 08:00:00','2030-09-16 08:15:00','2030-09-16','08:00:00','08:15:00',NULL),(7490,51,6142,'2030-09-17 08:00:00','2030-09-17 08:15:00','2030-09-17','08:00:00','08:15:00',NULL),(7491,51,6142,'2030-09-18 08:00:00','2030-09-18 08:15:00','2030-09-18','08:00:00','08:15:00',NULL),(7492,51,6142,'2030-09-19 08:00:00','2030-09-19 08:15:00','2030-09-19','08:00:00','08:15:00',NULL),(7493,51,6142,'2030-09-20 08:00:00','2030-09-20 08:15:00','2030-09-20','08:00:00','08:15:00',NULL),(7494,51,6142,'2030-09-23 08:00:00','2030-09-23 08:15:00','2030-09-23','08:00:00','08:15:00',NULL),(7495,51,6142,'2030-09-24 08:00:00','2030-09-24 08:15:00','2030-09-24','08:00:00','08:15:00',NULL),(7496,51,6142,'2030-09-25 08:00:00','2030-09-25 08:15:00','2030-09-25','08:00:00','08:15:00',NULL),(7497,51,6142,'2030-09-26 08:00:00','2030-09-26 08:15:00','2030-09-26','08:00:00','08:15:00',NULL),(7498,51,6142,'2030-09-27 08:00:00','2030-09-27 08:15:00','2030-09-27','08:00:00','08:15:00',NULL),(7499,51,6142,'2030-09-30 08:00:00','2030-09-30 08:15:00','2030-09-30','08:00:00','08:15:00',NULL),(7500,51,6142,'2030-10-01 08:00:00','2030-10-01 08:15:00','2030-10-01','08:00:00','08:15:00',NULL),(7501,51,6142,'2030-10-02 08:00:00','2030-10-02 08:15:00','2030-10-02','08:00:00','08:15:00',NULL),(7502,51,6142,'2030-10-03 08:00:00','2030-10-03 08:15:00','2030-10-03','08:00:00','08:15:00',NULL),(7503,51,6142,'2030-10-04 08:00:00','2030-10-04 08:15:00','2030-10-04','08:00:00','08:15:00',NULL),(7504,51,6142,'2030-10-07 08:00:00','2030-10-07 08:15:00','2030-10-07','08:00:00','08:15:00',NULL),(7505,51,6142,'2030-10-08 08:00:00','2030-10-08 08:15:00','2030-10-08','08:00:00','08:15:00',NULL),(7506,51,6142,'2030-10-09 08:00:00','2030-10-09 08:15:00','2030-10-09','08:00:00','08:15:00',NULL),(7507,51,6142,'2030-10-10 08:00:00','2030-10-10 08:15:00','2030-10-10','08:00:00','08:15:00',NULL),(7508,51,6142,'2030-10-11 08:00:00','2030-10-11 08:15:00','2030-10-11','08:00:00','08:15:00',NULL),(7509,51,6142,'2030-10-14 08:00:00','2030-10-14 08:15:00','2030-10-14','08:00:00','08:15:00',NULL),(7510,51,6142,'2030-10-15 08:00:00','2030-10-15 08:15:00','2030-10-15','08:00:00','08:15:00',NULL),(7511,51,6142,'2030-10-16 08:00:00','2030-10-16 08:15:00','2030-10-16','08:00:00','08:15:00',NULL),(7512,51,6142,'2030-10-17 08:00:00','2030-10-17 08:15:00','2030-10-17','08:00:00','08:15:00',NULL),(7513,51,6142,'2030-10-18 08:00:00','2030-10-18 08:15:00','2030-10-18','08:00:00','08:15:00',NULL),(7514,51,6142,'2030-10-21 08:00:00','2030-10-21 08:15:00','2030-10-21','08:00:00','08:15:00',NULL),(7515,51,6142,'2030-10-22 08:00:00','2030-10-22 08:15:00','2030-10-22','08:00:00','08:15:00',NULL),(7516,51,6142,'2030-10-23 08:00:00','2030-10-23 08:15:00','2030-10-23','08:00:00','08:15:00',NULL),(7517,51,6142,'2030-10-24 08:00:00','2030-10-24 08:15:00','2030-10-24','08:00:00','08:15:00',NULL),(7518,51,6142,'2030-10-25 08:00:00','2030-10-25 08:15:00','2030-10-25','08:00:00','08:15:00',NULL),(7519,51,6142,'2030-10-28 08:00:00','2030-10-28 08:15:00','2030-10-28','08:00:00','08:15:00',NULL),(7520,51,6142,'2030-10-29 08:00:00','2030-10-29 08:15:00','2030-10-29','08:00:00','08:15:00',NULL),(7521,51,6142,'2030-10-30 08:00:00','2030-10-30 08:15:00','2030-10-30','08:00:00','08:15:00',NULL),(7522,51,6142,'2030-10-31 08:00:00','2030-10-31 08:15:00','2030-10-31','08:00:00','08:15:00',NULL),(7523,51,6142,'2030-11-01 08:00:00','2030-11-01 08:15:00','2030-11-01','08:00:00','08:15:00',NULL),(7524,51,6142,'2030-11-04 08:00:00','2030-11-04 08:15:00','2030-11-04','08:00:00','08:15:00',NULL),(7525,51,6142,'2030-11-05 08:00:00','2030-11-05 08:15:00','2030-11-05','08:00:00','08:15:00',NULL),(7526,51,6142,'2030-11-06 08:00:00','2030-11-06 08:15:00','2030-11-06','08:00:00','08:15:00',NULL),(7527,51,6142,'2030-11-07 08:00:00','2030-11-07 08:15:00','2030-11-07','08:00:00','08:15:00',NULL),(7528,51,6142,'2030-11-08 08:00:00','2030-11-08 08:15:00','2030-11-08','08:00:00','08:15:00',NULL),(7529,51,6142,'2030-11-11 08:00:00','2030-11-11 08:15:00','2030-11-11','08:00:00','08:15:00',NULL),(7530,51,6142,'2030-11-12 08:00:00','2030-11-12 08:15:00','2030-11-12','08:00:00','08:15:00',NULL),(7531,51,6142,'2030-11-13 08:00:00','2030-11-13 08:15:00','2030-11-13','08:00:00','08:15:00',NULL),(7532,51,6142,'2030-11-14 08:00:00','2030-11-14 08:15:00','2030-11-14','08:00:00','08:15:00',NULL),(7533,51,6142,'2030-11-15 08:00:00','2030-11-15 08:15:00','2030-11-15','08:00:00','08:15:00',NULL),(7534,51,6142,'2030-11-18 08:00:00','2030-11-18 08:15:00','2030-11-18','08:00:00','08:15:00',NULL),(7535,51,6142,'2030-11-19 08:00:00','2030-11-19 08:15:00','2030-11-19','08:00:00','08:15:00',NULL),(7536,51,6142,'2030-11-20 08:00:00','2030-11-20 08:15:00','2030-11-20','08:00:00','08:15:00',NULL),(7537,51,6142,'2030-11-21 08:00:00','2030-11-21 08:15:00','2030-11-21','08:00:00','08:15:00',NULL),(7538,51,6142,'2030-11-22 08:00:00','2030-11-22 08:15:00','2030-11-22','08:00:00','08:15:00',NULL),(7539,51,6142,'2030-11-25 08:00:00','2030-11-25 08:15:00','2030-11-25','08:00:00','08:15:00',NULL),(7540,51,6142,'2030-11-26 08:00:00','2030-11-26 08:15:00','2030-11-26','08:00:00','08:15:00',NULL),(7541,51,6142,'2030-11-27 08:00:00','2030-11-27 08:15:00','2030-11-27','08:00:00','08:15:00',NULL),(7542,51,6142,'2030-11-28 08:00:00','2030-11-28 08:15:00','2030-11-28','08:00:00','08:15:00',NULL),(7543,51,6142,'2030-11-29 08:00:00','2030-11-29 08:15:00','2030-11-29','08:00:00','08:15:00',NULL),(7544,51,6142,'2030-12-02 08:00:00','2030-12-02 08:15:00','2030-12-02','08:00:00','08:15:00',NULL),(7545,51,6142,'2030-12-03 08:00:00','2030-12-03 08:15:00','2030-12-03','08:00:00','08:15:00',NULL),(7546,51,6142,'2030-12-04 08:00:00','2030-12-04 08:15:00','2030-12-04','08:00:00','08:15:00',NULL),(7547,51,6142,'2030-12-05 08:00:00','2030-12-05 08:15:00','2030-12-05','08:00:00','08:15:00',NULL),(7548,51,6142,'2030-12-06 08:00:00','2030-12-06 08:15:00','2030-12-06','08:00:00','08:15:00',NULL),(7549,51,6142,'2030-12-09 08:00:00','2030-12-09 08:15:00','2030-12-09','08:00:00','08:15:00',NULL),(7550,51,6142,'2030-12-10 08:00:00','2030-12-10 08:15:00','2030-12-10','08:00:00','08:15:00',NULL),(7551,51,6142,'2030-12-11 08:00:00','2030-12-11 08:15:00','2030-12-11','08:00:00','08:15:00',NULL),(7552,51,6142,'2030-12-12 08:00:00','2030-12-12 08:15:00','2030-12-12','08:00:00','08:15:00',NULL),(7553,51,6142,'2030-12-13 08:00:00','2030-12-13 08:15:00','2030-12-13','08:00:00','08:15:00',NULL),(7554,51,6142,'2030-12-16 08:00:00','2030-12-16 08:15:00','2030-12-16','08:00:00','08:15:00',NULL),(7555,51,6142,'2030-12-17 08:00:00','2030-12-17 08:15:00','2030-12-17','08:00:00','08:15:00',NULL),(7556,51,6142,'2030-12-18 08:00:00','2030-12-18 08:15:00','2030-12-18','08:00:00','08:15:00',NULL),(7557,51,6142,'2030-12-19 08:00:00','2030-12-19 08:15:00','2030-12-19','08:00:00','08:15:00',NULL),(7558,51,6142,'2030-12-20 08:00:00','2030-12-20 08:15:00','2030-12-20','08:00:00','08:15:00',NULL),(7559,51,6142,'2030-12-23 08:00:00','2030-12-23 08:15:00','2030-12-23','08:00:00','08:15:00',NULL),(7560,51,6142,'2030-12-24 08:00:00','2030-12-24 08:15:00','2030-12-24','08:00:00','08:15:00',NULL),(7561,51,6142,'2030-12-25 08:00:00','2030-12-25 08:15:00','2030-12-25','08:00:00','08:15:00',NULL),(7562,51,6142,'2030-12-26 08:00:00','2030-12-26 08:15:00','2030-12-26','08:00:00','08:15:00',NULL),(7563,51,6142,'2030-12-27 08:00:00','2030-12-27 08:15:00','2030-12-27','08:00:00','08:15:00',NULL),(7564,51,6142,'2030-12-30 08:00:00','2030-12-30 08:15:00','2030-12-30','08:00:00','08:15:00',NULL),(7565,51,6142,'2030-12-31 08:00:00','2030-12-31 08:15:00','2030-12-31','08:00:00','08:15:00',NULL),(7566,51,6142,'2031-01-01 08:00:00','2031-01-01 08:15:00','2031-01-01','08:00:00','08:15:00',NULL),(7567,51,6142,'2031-01-02 08:00:00','2031-01-02 08:15:00','2031-01-02','08:00:00','08:15:00',NULL),(7568,51,6142,'2031-01-03 08:00:00','2031-01-03 08:15:00','2031-01-03','08:00:00','08:15:00',NULL),(7569,51,6142,'2031-01-06 08:00:00','2031-01-06 08:15:00','2031-01-06','08:00:00','08:15:00',NULL),(7570,51,6142,'2031-01-07 08:00:00','2031-01-07 08:15:00','2031-01-07','08:00:00','08:15:00',NULL),(7571,51,6142,'2031-01-08 08:00:00','2031-01-08 08:15:00','2031-01-08','08:00:00','08:15:00',NULL),(7572,51,6142,'2031-01-09 08:00:00','2031-01-09 08:15:00','2031-01-09','08:00:00','08:15:00',NULL),(7573,51,6142,'2031-01-10 08:00:00','2031-01-10 08:15:00','2031-01-10','08:00:00','08:15:00',NULL),(7574,51,6142,'2031-01-13 08:00:00','2031-01-13 08:15:00','2031-01-13','08:00:00','08:15:00',NULL),(7575,51,6142,'2031-01-14 08:00:00','2031-01-14 08:15:00','2031-01-14','08:00:00','08:15:00',NULL),(7576,51,6142,'2031-01-15 08:00:00','2031-01-15 08:15:00','2031-01-15','08:00:00','08:15:00',NULL),(7577,51,6142,'2031-01-16 08:00:00','2031-01-16 08:15:00','2031-01-16','08:00:00','08:15:00',NULL),(7578,51,6142,'2031-01-17 08:00:00','2031-01-17 08:15:00','2031-01-17','08:00:00','08:15:00',NULL),(7579,51,6142,'2031-01-20 08:00:00','2031-01-20 08:15:00','2031-01-20','08:00:00','08:15:00',NULL),(7580,51,6142,'2031-01-21 08:00:00','2031-01-21 08:15:00','2031-01-21','08:00:00','08:15:00',NULL),(7581,51,6142,'2031-01-22 08:00:00','2031-01-22 08:15:00','2031-01-22','08:00:00','08:15:00',NULL),(7582,51,6142,'2031-01-23 08:00:00','2031-01-23 08:15:00','2031-01-23','08:00:00','08:15:00',NULL),(7583,51,6142,'2031-01-24 08:00:00','2031-01-24 08:15:00','2031-01-24','08:00:00','08:15:00',NULL),(7584,51,6142,'2031-01-27 08:00:00','2031-01-27 08:15:00','2031-01-27','08:00:00','08:15:00',NULL),(7585,51,6142,'2031-01-28 08:00:00','2031-01-28 08:15:00','2031-01-28','08:00:00','08:15:00',NULL),(7586,51,6142,'2031-01-29 08:00:00','2031-01-29 08:15:00','2031-01-29','08:00:00','08:15:00',NULL),(7587,51,6142,'2031-01-30 08:00:00','2031-01-30 08:15:00','2031-01-30','08:00:00','08:15:00',NULL),(7588,51,6142,'2031-01-31 08:00:00','2031-01-31 08:15:00','2031-01-31','08:00:00','08:15:00',NULL),(7589,51,6142,'2031-02-03 08:00:00','2031-02-03 08:15:00','2031-02-03','08:00:00','08:15:00',NULL),(7590,51,6142,'2031-02-04 08:00:00','2031-02-04 08:15:00','2031-02-04','08:00:00','08:15:00',NULL),(7591,51,6142,'2031-02-05 08:00:00','2031-02-05 08:15:00','2031-02-05','08:00:00','08:15:00',NULL),(7592,51,6142,'2031-02-06 08:00:00','2031-02-06 08:15:00','2031-02-06','08:00:00','08:15:00',NULL),(7593,51,6142,'2031-02-07 08:00:00','2031-02-07 08:15:00','2031-02-07','08:00:00','08:15:00',NULL),(7594,51,6142,'2031-02-10 08:00:00','2031-02-10 08:15:00','2031-02-10','08:00:00','08:15:00',NULL),(7595,51,6142,'2031-02-11 08:00:00','2031-02-11 08:15:00','2031-02-11','08:00:00','08:15:00',NULL),(7596,51,6142,'2031-02-12 08:00:00','2031-02-12 08:15:00','2031-02-12','08:00:00','08:15:00',NULL),(7597,51,6142,'2031-02-13 08:00:00','2031-02-13 08:15:00','2031-02-13','08:00:00','08:15:00',NULL),(7598,51,6142,'2031-02-14 08:00:00','2031-02-14 08:15:00','2031-02-14','08:00:00','08:15:00',NULL),(7599,51,6142,'2031-02-17 08:00:00','2031-02-17 08:15:00','2031-02-17','08:00:00','08:15:00',NULL),(7600,51,6142,'2031-02-18 08:00:00','2031-02-18 08:15:00','2031-02-18','08:00:00','08:15:00',NULL),(7601,51,6142,'2031-02-19 08:00:00','2031-02-19 08:15:00','2031-02-19','08:00:00','08:15:00',NULL),(7602,51,6142,'2031-02-20 08:00:00','2031-02-20 08:15:00','2031-02-20','08:00:00','08:15:00',NULL),(7603,51,6142,'2031-02-21 08:00:00','2031-02-21 08:15:00','2031-02-21','08:00:00','08:15:00',NULL),(7604,51,6142,'2031-02-24 08:00:00','2031-02-24 08:15:00','2031-02-24','08:00:00','08:15:00',NULL),(7605,51,6142,'2031-02-25 08:00:00','2031-02-25 08:15:00','2031-02-25','08:00:00','08:15:00',NULL),(7606,51,6142,'2031-02-26 08:00:00','2031-02-26 08:15:00','2031-02-26','08:00:00','08:15:00',NULL),(7607,51,6142,'2031-02-27 08:00:00','2031-02-27 08:15:00','2031-02-27','08:00:00','08:15:00',NULL),(7608,51,6142,'2031-02-28 08:00:00','2031-02-28 08:15:00','2031-02-28','08:00:00','08:15:00',NULL),(7609,51,6142,'2031-03-03 08:00:00','2031-03-03 08:15:00','2031-03-03','08:00:00','08:15:00',NULL),(7610,51,6142,'2031-03-04 08:00:00','2031-03-04 08:15:00','2031-03-04','08:00:00','08:15:00',NULL),(7611,51,6142,'2031-03-05 08:00:00','2031-03-05 08:15:00','2031-03-05','08:00:00','08:15:00',NULL),(7612,51,6142,'2031-03-06 08:00:00','2031-03-06 08:15:00','2031-03-06','08:00:00','08:15:00',NULL),(7613,51,6142,'2031-03-07 08:00:00','2031-03-07 08:15:00','2031-03-07','08:00:00','08:15:00',NULL),(7614,51,6142,'2031-03-10 08:00:00','2031-03-10 08:15:00','2031-03-10','08:00:00','08:15:00',NULL),(7615,51,6142,'2031-03-11 08:00:00','2031-03-11 08:15:00','2031-03-11','08:00:00','08:15:00',NULL),(7616,51,6142,'2031-03-12 08:00:00','2031-03-12 08:15:00','2031-03-12','08:00:00','08:15:00',NULL),(7617,51,6142,'2031-03-13 08:00:00','2031-03-13 08:15:00','2031-03-13','08:00:00','08:15:00',NULL),(7618,51,6142,'2031-03-14 08:00:00','2031-03-14 08:15:00','2031-03-14','08:00:00','08:15:00',NULL),(7619,51,6142,'2031-03-17 08:00:00','2031-03-17 08:15:00','2031-03-17','08:00:00','08:15:00',NULL),(7620,51,6142,'2031-03-18 08:00:00','2031-03-18 08:15:00','2031-03-18','08:00:00','08:15:00',NULL),(7621,51,6142,'2031-03-19 08:00:00','2031-03-19 08:15:00','2031-03-19','08:00:00','08:15:00',NULL),(7622,51,6142,'2031-03-20 08:00:00','2031-03-20 08:15:00','2031-03-20','08:00:00','08:15:00',NULL),(7623,51,6142,'2031-03-21 08:00:00','2031-03-21 08:15:00','2031-03-21','08:00:00','08:15:00',NULL),(7624,51,6142,'2031-03-24 08:00:00','2031-03-24 08:15:00','2031-03-24','08:00:00','08:15:00',NULL),(7625,51,6142,'2031-03-25 08:00:00','2031-03-25 08:15:00','2031-03-25','08:00:00','08:15:00',NULL),(7626,51,6142,'2031-03-26 08:00:00','2031-03-26 08:15:00','2031-03-26','08:00:00','08:15:00',NULL),(7627,51,6142,'2031-03-27 08:00:00','2031-03-27 08:15:00','2031-03-27','08:00:00','08:15:00',NULL),(7628,51,6142,'2031-03-28 08:00:00','2031-03-28 08:15:00','2031-03-28','08:00:00','08:15:00',NULL),(7629,51,6142,'2031-03-31 08:00:00','2031-03-31 08:15:00','2031-03-31','08:00:00','08:15:00',NULL),(7630,51,6142,'2031-04-01 08:00:00','2031-04-01 08:15:00','2031-04-01','08:00:00','08:15:00',NULL),(7631,51,6142,'2031-04-02 08:00:00','2031-04-02 08:15:00','2031-04-02','08:00:00','08:15:00',NULL),(7632,51,6142,'2031-04-03 08:00:00','2031-04-03 08:15:00','2031-04-03','08:00:00','08:15:00',NULL),(7633,51,6142,'2031-04-04 08:00:00','2031-04-04 08:15:00','2031-04-04','08:00:00','08:15:00',NULL),(7634,51,6142,'2031-04-07 08:00:00','2031-04-07 08:15:00','2031-04-07','08:00:00','08:15:00',NULL),(7635,51,6142,'2031-04-08 08:00:00','2031-04-08 08:15:00','2031-04-08','08:00:00','08:15:00',NULL),(7636,51,6142,'2031-04-09 08:00:00','2031-04-09 08:15:00','2031-04-09','08:00:00','08:15:00',NULL),(7637,51,6142,'2031-04-10 08:00:00','2031-04-10 08:15:00','2031-04-10','08:00:00','08:15:00',NULL),(7638,51,6142,'2031-04-11 08:00:00','2031-04-11 08:15:00','2031-04-11','08:00:00','08:15:00',NULL),(7639,51,6142,'2031-04-14 08:00:00','2031-04-14 08:15:00','2031-04-14','08:00:00','08:15:00',NULL),(7640,51,6142,'2031-04-15 08:00:00','2031-04-15 08:15:00','2031-04-15','08:00:00','08:15:00',NULL),(7641,51,6142,'2031-04-16 08:00:00','2031-04-16 08:15:00','2031-04-16','08:00:00','08:15:00',NULL),(7642,51,6142,'2031-04-17 08:00:00','2031-04-17 08:15:00','2031-04-17','08:00:00','08:15:00',NULL),(7643,51,6142,'2031-04-18 08:00:00','2031-04-18 08:15:00','2031-04-18','08:00:00','08:15:00',NULL),(7644,51,6142,'2031-04-21 08:00:00','2031-04-21 08:15:00','2031-04-21','08:00:00','08:15:00',NULL),(7645,51,6142,'2031-04-22 08:00:00','2031-04-22 08:15:00','2031-04-22','08:00:00','08:15:00',NULL),(7646,51,6142,'2031-04-23 08:00:00','2031-04-23 08:15:00','2031-04-23','08:00:00','08:15:00',NULL),(7647,51,6142,'2031-04-24 08:00:00','2031-04-24 08:15:00','2031-04-24','08:00:00','08:15:00',NULL),(7648,51,6142,'2031-04-25 08:00:00','2031-04-25 08:15:00','2031-04-25','08:00:00','08:15:00',NULL),(7649,51,6142,'2031-04-28 08:00:00','2031-04-28 08:15:00','2031-04-28','08:00:00','08:15:00',NULL),(7650,51,6142,'2031-04-29 08:00:00','2031-04-29 08:15:00','2031-04-29','08:00:00','08:15:00',NULL),(7651,51,6142,'2031-04-30 08:00:00','2031-04-30 08:15:00','2031-04-30','08:00:00','08:15:00',NULL),(7652,51,6142,'2031-05-01 08:00:00','2031-05-01 08:15:00','2031-05-01','08:00:00','08:15:00',NULL),(7653,51,6142,'2031-05-02 08:00:00','2031-05-02 08:15:00','2031-05-02','08:00:00','08:15:00',NULL),(7654,51,6142,'2031-05-05 08:00:00','2031-05-05 08:15:00','2031-05-05','08:00:00','08:15:00',NULL),(7655,51,6142,'2031-05-06 08:00:00','2031-05-06 08:15:00','2031-05-06','08:00:00','08:15:00',NULL),(7656,51,6142,'2031-05-07 08:00:00','2031-05-07 08:15:00','2031-05-07','08:00:00','08:15:00',NULL),(7657,51,6142,'2031-05-08 08:00:00','2031-05-08 08:15:00','2031-05-08','08:00:00','08:15:00',NULL),(7658,51,6142,'2031-05-09 08:00:00','2031-05-09 08:15:00','2031-05-09','08:00:00','08:15:00',NULL),(7659,51,6142,'2031-05-12 08:00:00','2031-05-12 08:15:00','2031-05-12','08:00:00','08:15:00',NULL),(7660,51,6142,'2031-05-13 08:00:00','2031-05-13 08:15:00','2031-05-13','08:00:00','08:15:00',NULL),(7661,51,6142,'2031-05-14 08:00:00','2031-05-14 08:15:00','2031-05-14','08:00:00','08:15:00',NULL),(7662,51,6142,'2031-05-15 08:00:00','2031-05-15 08:15:00','2031-05-15','08:00:00','08:15:00',NULL),(7663,51,6142,'2031-05-16 08:00:00','2031-05-16 08:15:00','2031-05-16','08:00:00','08:15:00',NULL),(7664,51,6142,'2031-05-19 08:00:00','2031-05-19 08:15:00','2031-05-19','08:00:00','08:15:00',NULL),(7665,51,6142,'2031-05-20 08:00:00','2031-05-20 08:15:00','2031-05-20','08:00:00','08:15:00',NULL),(7666,51,6142,'2031-05-21 08:00:00','2031-05-21 08:15:00','2031-05-21','08:00:00','08:15:00',NULL),(7667,51,6142,'2031-05-22 08:00:00','2031-05-22 08:15:00','2031-05-22','08:00:00','08:15:00',NULL),(7668,51,6142,'2031-05-23 08:00:00','2031-05-23 08:15:00','2031-05-23','08:00:00','08:15:00',NULL),(7669,51,6142,'2031-05-26 08:00:00','2031-05-26 08:15:00','2031-05-26','08:00:00','08:15:00',NULL),(7670,51,6142,'2031-05-27 08:00:00','2031-05-27 08:15:00','2031-05-27','08:00:00','08:15:00',NULL),(7671,51,6142,'2031-05-28 08:00:00','2031-05-28 08:15:00','2031-05-28','08:00:00','08:15:00',NULL),(7672,51,6142,'2031-05-29 08:00:00','2031-05-29 08:15:00','2031-05-29','08:00:00','08:15:00',NULL),(7673,51,6142,'2031-05-30 08:00:00','2031-05-30 08:15:00','2031-05-30','08:00:00','08:15:00',NULL),(7674,51,6142,'2031-06-02 08:00:00','2031-06-02 08:15:00','2031-06-02','08:00:00','08:15:00',NULL),(7675,51,6142,'2031-06-03 08:00:00','2031-06-03 08:15:00','2031-06-03','08:00:00','08:15:00',NULL),(7676,51,6142,'2031-06-04 08:00:00','2031-06-04 08:15:00','2031-06-04','08:00:00','08:15:00',NULL),(7677,51,6142,'2031-06-05 08:00:00','2031-06-05 08:15:00','2031-06-05','08:00:00','08:15:00',NULL),(7678,51,6142,'2031-06-06 08:00:00','2031-06-06 08:15:00','2031-06-06','08:00:00','08:15:00',NULL),(7679,51,6142,'2031-06-09 08:00:00','2031-06-09 08:15:00','2031-06-09','08:00:00','08:15:00',NULL),(7680,51,6142,'2031-06-10 08:00:00','2031-06-10 08:15:00','2031-06-10','08:00:00','08:15:00',NULL),(7681,51,6142,'2031-06-11 08:00:00','2031-06-11 08:15:00','2031-06-11','08:00:00','08:15:00',NULL),(7682,51,6142,'2031-06-12 08:00:00','2031-06-12 08:15:00','2031-06-12','08:00:00','08:15:00',NULL),(7683,51,6142,'2031-06-13 08:00:00','2031-06-13 08:15:00','2031-06-13','08:00:00','08:15:00',NULL),(7684,51,6142,'2031-06-16 08:00:00','2031-06-16 08:15:00','2031-06-16','08:00:00','08:15:00',NULL),(7685,51,6142,'2031-06-17 08:00:00','2031-06-17 08:15:00','2031-06-17','08:00:00','08:15:00',NULL),(7686,51,6142,'2031-06-18 08:00:00','2031-06-18 08:15:00','2031-06-18','08:00:00','08:15:00',NULL),(7687,51,6142,'2031-06-19 08:00:00','2031-06-19 08:15:00','2031-06-19','08:00:00','08:15:00',NULL),(7688,51,6142,'2031-06-20 08:00:00','2031-06-20 08:15:00','2031-06-20','08:00:00','08:15:00',NULL),(7689,51,6142,'2031-06-23 08:00:00','2031-06-23 08:15:00','2031-06-23','08:00:00','08:15:00',NULL),(7690,51,6142,'2031-06-24 08:00:00','2031-06-24 08:15:00','2031-06-24','08:00:00','08:15:00',NULL),(7691,51,6142,'2031-06-25 08:00:00','2031-06-25 08:15:00','2031-06-25','08:00:00','08:15:00',NULL),(7692,51,6142,'2031-06-26 08:00:00','2031-06-26 08:15:00','2031-06-26','08:00:00','08:15:00',NULL),(7693,51,6142,'2031-06-27 08:00:00','2031-06-27 08:15:00','2031-06-27','08:00:00','08:15:00',NULL),(7694,51,6142,'2031-06-30 08:00:00','2031-06-30 08:15:00','2031-06-30','08:00:00','08:15:00',NULL),(7695,51,6142,'2031-07-01 08:00:00','2031-07-01 08:15:00','2031-07-01','08:00:00','08:15:00',NULL),(7696,51,6142,'2031-07-02 08:00:00','2031-07-02 08:15:00','2031-07-02','08:00:00','08:15:00',NULL),(7697,51,6142,'2031-07-03 08:00:00','2031-07-03 08:15:00','2031-07-03','08:00:00','08:15:00',NULL),(7698,51,6142,'2031-07-04 08:00:00','2031-07-04 08:15:00','2031-07-04','08:00:00','08:15:00',NULL),(7699,51,6142,'2031-07-07 08:00:00','2031-07-07 08:15:00','2031-07-07','08:00:00','08:15:00',NULL),(7700,51,6142,'2031-07-08 08:00:00','2031-07-08 08:15:00','2031-07-08','08:00:00','08:15:00',NULL),(7701,51,6142,'2031-07-09 08:00:00','2031-07-09 08:15:00','2031-07-09','08:00:00','08:15:00',NULL),(7702,51,6142,'2031-07-10 08:00:00','2031-07-10 08:15:00','2031-07-10','08:00:00','08:15:00',NULL),(7703,51,6142,'2031-07-11 08:00:00','2031-07-11 08:15:00','2031-07-11','08:00:00','08:15:00',NULL),(7704,51,6142,'2031-07-14 08:00:00','2031-07-14 08:15:00','2031-07-14','08:00:00','08:15:00',NULL),(7705,51,6142,'2031-07-15 08:00:00','2031-07-15 08:15:00','2031-07-15','08:00:00','08:15:00',NULL),(7706,51,6142,'2031-07-16 08:00:00','2031-07-16 08:15:00','2031-07-16','08:00:00','08:15:00',NULL),(7707,51,6142,'2031-07-17 08:00:00','2031-07-17 08:15:00','2031-07-17','08:00:00','08:15:00',NULL),(7708,51,6142,'2031-07-18 08:00:00','2031-07-18 08:15:00','2031-07-18','08:00:00','08:15:00',NULL),(7709,51,6142,'2031-07-21 08:00:00','2031-07-21 08:15:00','2031-07-21','08:00:00','08:15:00',NULL),(7710,51,6142,'2031-07-22 08:00:00','2031-07-22 08:15:00','2031-07-22','08:00:00','08:15:00',NULL),(7711,51,6142,'2031-07-23 08:00:00','2031-07-23 08:15:00','2031-07-23','08:00:00','08:15:00',NULL),(7712,51,6142,'2031-07-24 08:00:00','2031-07-24 08:15:00','2031-07-24','08:00:00','08:15:00',NULL),(7713,51,6142,'2031-07-25 08:00:00','2031-07-25 08:15:00','2031-07-25','08:00:00','08:15:00',NULL),(7714,51,6142,'2031-07-28 08:00:00','2031-07-28 08:15:00','2031-07-28','08:00:00','08:15:00',NULL),(7715,51,6142,'2031-07-29 08:00:00','2031-07-29 08:15:00','2031-07-29','08:00:00','08:15:00',NULL),(7716,51,6142,'2031-07-30 08:00:00','2031-07-30 08:15:00','2031-07-30','08:00:00','08:15:00',NULL),(7717,51,6142,'2031-07-31 08:00:00','2031-07-31 08:15:00','2031-07-31','08:00:00','08:15:00',NULL),(7718,51,6142,'2031-08-01 08:00:00','2031-08-01 08:15:00','2031-08-01','08:00:00','08:15:00',NULL),(7719,51,6142,'2031-08-04 08:00:00','2031-08-04 08:15:00','2031-08-04','08:00:00','08:15:00',NULL),(7720,51,6142,'2031-08-05 08:00:00','2031-08-05 08:15:00','2031-08-05','08:00:00','08:15:00',NULL),(7721,51,6142,'2031-08-06 08:00:00','2031-08-06 08:15:00','2031-08-06','08:00:00','08:15:00',NULL),(7722,51,6142,'2031-08-07 08:00:00','2031-08-07 08:15:00','2031-08-07','08:00:00','08:15:00',NULL),(7723,51,6142,'2031-08-08 08:00:00','2031-08-08 08:15:00','2031-08-08','08:00:00','08:15:00',NULL),(7724,51,6142,'2031-08-11 08:00:00','2031-08-11 08:15:00','2031-08-11','08:00:00','08:15:00',NULL),(7725,51,6142,'2031-08-12 08:00:00','2031-08-12 08:15:00','2031-08-12','08:00:00','08:15:00',NULL),(7726,51,6142,'2031-08-13 08:00:00','2031-08-13 08:15:00','2031-08-13','08:00:00','08:15:00',NULL),(7727,51,6142,'2031-08-14 08:00:00','2031-08-14 08:15:00','2031-08-14','08:00:00','08:15:00',NULL),(7728,51,6142,'2031-08-15 08:00:00','2031-08-15 08:15:00','2031-08-15','08:00:00','08:15:00',NULL),(7729,51,6142,'2031-08-18 08:00:00','2031-08-18 08:15:00','2031-08-18','08:00:00','08:15:00',NULL),(7730,51,6142,'2031-08-19 08:00:00','2031-08-19 08:15:00','2031-08-19','08:00:00','08:15:00',NULL),(7731,51,6142,'2031-08-20 08:00:00','2031-08-20 08:15:00','2031-08-20','08:00:00','08:15:00',NULL),(7732,51,6142,'2031-08-21 08:00:00','2031-08-21 08:15:00','2031-08-21','08:00:00','08:15:00',NULL),(7733,51,6142,'2031-08-22 08:00:00','2031-08-22 08:15:00','2031-08-22','08:00:00','08:15:00',NULL),(7734,51,6142,'2031-08-25 08:00:00','2031-08-25 08:15:00','2031-08-25','08:00:00','08:15:00',NULL),(7735,51,6142,'2031-08-26 08:00:00','2031-08-26 08:15:00','2031-08-26','08:00:00','08:15:00',NULL),(7736,51,6142,'2031-08-27 08:00:00','2031-08-27 08:15:00','2031-08-27','08:00:00','08:15:00',NULL),(7737,51,6142,'2031-08-28 08:00:00','2031-08-28 08:15:00','2031-08-28','08:00:00','08:15:00',NULL),(7738,51,6142,'2031-08-29 08:00:00','2031-08-29 08:15:00','2031-08-29','08:00:00','08:15:00',NULL),(7739,51,6142,'2031-09-01 08:00:00','2031-09-01 08:15:00','2031-09-01','08:00:00','08:15:00',NULL),(7740,51,6142,'2031-09-02 08:00:00','2031-09-02 08:15:00','2031-09-02','08:00:00','08:15:00',NULL),(7741,51,6142,'2031-09-03 08:00:00','2031-09-03 08:15:00','2031-09-03','08:00:00','08:15:00',NULL),(7742,51,6142,'2031-09-04 08:00:00','2031-09-04 08:15:00','2031-09-04','08:00:00','08:15:00',NULL),(7743,51,6142,'2031-09-05 08:00:00','2031-09-05 08:15:00','2031-09-05','08:00:00','08:15:00',NULL),(7744,51,6142,'2031-09-08 08:00:00','2031-09-08 08:15:00','2031-09-08','08:00:00','08:15:00',NULL),(7745,51,6142,'2031-09-09 08:00:00','2031-09-09 08:15:00','2031-09-09','08:00:00','08:15:00',NULL),(7746,51,6142,'2031-09-10 08:00:00','2031-09-10 08:15:00','2031-09-10','08:00:00','08:15:00',NULL),(7747,51,6142,'2031-09-11 08:00:00','2031-09-11 08:15:00','2031-09-11','08:00:00','08:15:00',NULL),(7748,51,6142,'2031-09-12 08:00:00','2031-09-12 08:15:00','2031-09-12','08:00:00','08:15:00',NULL),(7749,51,6142,'2031-09-15 08:00:00','2031-09-15 08:15:00','2031-09-15','08:00:00','08:15:00',NULL),(7750,51,6142,'2031-09-16 08:00:00','2031-09-16 08:15:00','2031-09-16','08:00:00','08:15:00',NULL),(7751,51,6142,'2031-09-17 08:00:00','2031-09-17 08:15:00','2031-09-17','08:00:00','08:15:00',NULL),(7752,51,6142,'2031-09-18 08:00:00','2031-09-18 08:15:00','2031-09-18','08:00:00','08:15:00',NULL),(7753,51,6142,'2031-09-19 08:00:00','2031-09-19 08:15:00','2031-09-19','08:00:00','08:15:00',NULL),(7754,51,6142,'2031-09-22 08:00:00','2031-09-22 08:15:00','2031-09-22','08:00:00','08:15:00',NULL),(7755,51,6142,'2031-09-23 08:00:00','2031-09-23 08:15:00','2031-09-23','08:00:00','08:15:00',NULL),(7756,51,6142,'2031-09-24 08:00:00','2031-09-24 08:15:00','2031-09-24','08:00:00','08:15:00',NULL),(7757,51,6142,'2031-09-25 08:00:00','2031-09-25 08:15:00','2031-09-25','08:00:00','08:15:00',NULL),(7758,51,6142,'2031-09-26 08:00:00','2031-09-26 08:15:00','2031-09-26','08:00:00','08:15:00',NULL),(7759,51,6142,'2031-09-29 08:00:00','2031-09-29 08:15:00','2031-09-29','08:00:00','08:15:00',NULL),(7760,51,6142,'2031-09-30 08:00:00','2031-09-30 08:15:00','2031-09-30','08:00:00','08:15:00',NULL),(7761,51,6142,'2031-10-01 08:00:00','2031-10-01 08:15:00','2031-10-01','08:00:00','08:15:00',NULL),(7762,51,6142,'2031-10-02 08:00:00','2031-10-02 08:15:00','2031-10-02','08:00:00','08:15:00',NULL),(7763,51,6142,'2031-10-03 08:00:00','2031-10-03 08:15:00','2031-10-03','08:00:00','08:15:00',NULL),(7764,51,6142,'2031-10-06 08:00:00','2031-10-06 08:15:00','2031-10-06','08:00:00','08:15:00',NULL),(7765,51,6142,'2031-10-07 08:00:00','2031-10-07 08:15:00','2031-10-07','08:00:00','08:15:00',NULL),(7766,51,6142,'2031-10-08 08:00:00','2031-10-08 08:15:00','2031-10-08','08:00:00','08:15:00',NULL),(7767,51,6142,'2031-10-09 08:00:00','2031-10-09 08:15:00','2031-10-09','08:00:00','08:15:00',NULL),(7768,51,6142,'2031-10-10 08:00:00','2031-10-10 08:15:00','2031-10-10','08:00:00','08:15:00',NULL),(7769,51,6142,'2031-10-13 08:00:00','2031-10-13 08:15:00','2031-10-13','08:00:00','08:15:00',NULL),(7770,51,6142,'2031-10-14 08:00:00','2031-10-14 08:15:00','2031-10-14','08:00:00','08:15:00',NULL),(7771,51,6142,'2031-10-15 08:00:00','2031-10-15 08:15:00','2031-10-15','08:00:00','08:15:00',NULL),(7772,51,6142,'2031-10-16 08:00:00','2031-10-16 08:15:00','2031-10-16','08:00:00','08:15:00',NULL),(7773,51,6142,'2031-10-17 08:00:00','2031-10-17 08:15:00','2031-10-17','08:00:00','08:15:00',NULL),(7774,51,6142,'2031-10-20 08:00:00','2031-10-20 08:15:00','2031-10-20','08:00:00','08:15:00',NULL),(7775,51,6142,'2031-10-21 08:00:00','2031-10-21 08:15:00','2031-10-21','08:00:00','08:15:00',NULL),(7776,51,6142,'2031-10-22 08:00:00','2031-10-22 08:15:00','2031-10-22','08:00:00','08:15:00',NULL),(7777,51,6142,'2031-10-23 08:00:00','2031-10-23 08:15:00','2031-10-23','08:00:00','08:15:00',NULL),(7778,51,6142,'2031-10-24 08:00:00','2031-10-24 08:15:00','2031-10-24','08:00:00','08:15:00',NULL),(7779,51,6142,'2031-10-27 08:00:00','2031-10-27 08:15:00','2031-10-27','08:00:00','08:15:00',NULL),(7780,51,6142,'2031-10-28 08:00:00','2031-10-28 08:15:00','2031-10-28','08:00:00','08:15:00',NULL),(7781,51,6142,'2031-10-29 08:00:00','2031-10-29 08:15:00','2031-10-29','08:00:00','08:15:00',NULL),(7782,51,6142,'2031-10-30 08:00:00','2031-10-30 08:15:00','2031-10-30','08:00:00','08:15:00',NULL),(7783,51,6142,'2031-10-31 08:00:00','2031-10-31 08:15:00','2031-10-31','08:00:00','08:15:00',NULL),(7784,51,6142,'2031-11-03 08:00:00','2031-11-03 08:15:00','2031-11-03','08:00:00','08:15:00',NULL),(7785,51,6142,'2031-11-04 08:00:00','2031-11-04 08:15:00','2031-11-04','08:00:00','08:15:00',NULL),(7786,51,6142,'2031-11-05 08:00:00','2031-11-05 08:15:00','2031-11-05','08:00:00','08:15:00',NULL),(7787,51,6142,'2031-11-06 08:00:00','2031-11-06 08:15:00','2031-11-06','08:00:00','08:15:00',NULL),(7788,51,6142,'2031-11-07 08:00:00','2031-11-07 08:15:00','2031-11-07','08:00:00','08:15:00',NULL),(7789,51,6142,'2031-11-10 08:00:00','2031-11-10 08:15:00','2031-11-10','08:00:00','08:15:00',NULL),(7790,51,6142,'2031-11-11 08:00:00','2031-11-11 08:15:00','2031-11-11','08:00:00','08:15:00',NULL),(7791,51,6142,'2031-11-12 08:00:00','2031-11-12 08:15:00','2031-11-12','08:00:00','08:15:00',NULL),(7792,51,6142,'2031-11-13 08:00:00','2031-11-13 08:15:00','2031-11-13','08:00:00','08:15:00',NULL),(7793,51,6142,'2031-11-14 08:00:00','2031-11-14 08:15:00','2031-11-14','08:00:00','08:15:00',NULL),(7794,51,6142,'2031-11-17 08:00:00','2031-11-17 08:15:00','2031-11-17','08:00:00','08:15:00',NULL),(7795,51,6142,'2031-11-18 08:00:00','2031-11-18 08:15:00','2031-11-18','08:00:00','08:15:00',NULL),(7796,51,6142,'2031-11-19 08:00:00','2031-11-19 08:15:00','2031-11-19','08:00:00','08:15:00',NULL),(7797,51,6142,'2031-11-20 08:00:00','2031-11-20 08:15:00','2031-11-20','08:00:00','08:15:00',NULL),(7798,51,6142,'2031-11-21 08:00:00','2031-11-21 08:15:00','2031-11-21','08:00:00','08:15:00',NULL),(7799,51,6142,'2031-11-24 08:00:00','2031-11-24 08:15:00','2031-11-24','08:00:00','08:15:00',NULL),(7800,51,6142,'2031-11-25 08:00:00','2031-11-25 08:15:00','2031-11-25','08:00:00','08:15:00',NULL),(7801,51,6142,'2031-11-26 08:00:00','2031-11-26 08:15:00','2031-11-26','08:00:00','08:15:00',NULL),(7802,51,6142,'2031-11-27 08:00:00','2031-11-27 08:15:00','2031-11-27','08:00:00','08:15:00',NULL),(7803,51,6142,'2031-11-28 08:00:00','2031-11-28 08:15:00','2031-11-28','08:00:00','08:15:00',NULL),(7804,51,6142,'2031-12-01 08:00:00','2031-12-01 08:15:00','2031-12-01','08:00:00','08:15:00',NULL),(7805,51,6142,'2031-12-02 08:00:00','2031-12-02 08:15:00','2031-12-02','08:00:00','08:15:00',NULL),(7806,51,6142,'2031-12-03 08:00:00','2031-12-03 08:15:00','2031-12-03','08:00:00','08:15:00',NULL),(7807,51,6142,'2031-12-04 08:00:00','2031-12-04 08:15:00','2031-12-04','08:00:00','08:15:00',NULL),(7808,51,6142,'2031-12-05 08:00:00','2031-12-05 08:15:00','2031-12-05','08:00:00','08:15:00',NULL),(7809,51,6142,'2031-12-08 08:00:00','2031-12-08 08:15:00','2031-12-08','08:00:00','08:15:00',NULL),(7810,51,6142,'2031-12-09 08:00:00','2031-12-09 08:15:00','2031-12-09','08:00:00','08:15:00',NULL),(7811,51,6142,'2031-12-10 08:00:00','2031-12-10 08:15:00','2031-12-10','08:00:00','08:15:00',NULL),(7812,51,6142,'2031-12-11 08:00:00','2031-12-11 08:15:00','2031-12-11','08:00:00','08:15:00',NULL),(7813,51,6142,'2031-12-12 08:00:00','2031-12-12 08:15:00','2031-12-12','08:00:00','08:15:00',NULL),(7814,51,6142,'2031-12-15 08:00:00','2031-12-15 08:15:00','2031-12-15','08:00:00','08:15:00',NULL),(7815,51,6142,'2031-12-16 08:00:00','2031-12-16 08:15:00','2031-12-16','08:00:00','08:15:00',NULL),(7816,51,6142,'2031-12-17 08:00:00','2031-12-17 08:15:00','2031-12-17','08:00:00','08:15:00',NULL),(7817,51,6142,'2031-12-18 08:00:00','2031-12-18 08:15:00','2031-12-18','08:00:00','08:15:00',NULL),(7818,51,6142,'2031-12-19 08:00:00','2031-12-19 08:15:00','2031-12-19','08:00:00','08:15:00',NULL),(7819,51,6142,'2031-12-22 08:00:00','2031-12-22 08:15:00','2031-12-22','08:00:00','08:15:00',NULL),(7820,51,6142,'2031-12-23 08:00:00','2031-12-23 08:15:00','2031-12-23','08:00:00','08:15:00',NULL),(7821,51,6142,'2031-12-24 08:00:00','2031-12-24 08:15:00','2031-12-24','08:00:00','08:15:00',NULL),(7822,51,6142,'2031-12-25 08:00:00','2031-12-25 08:15:00','2031-12-25','08:00:00','08:15:00',NULL),(7823,51,6142,'2031-12-26 08:00:00','2031-12-26 08:15:00','2031-12-26','08:00:00','08:15:00',NULL),(7824,51,6142,'2031-12-29 08:00:00','2031-12-29 08:15:00','2031-12-29','08:00:00','08:15:00',NULL),(7825,51,6142,'2031-12-30 08:00:00','2031-12-30 08:15:00','2031-12-30','08:00:00','08:15:00',NULL),(7826,51,6142,'2031-12-31 08:00:00','2031-12-31 08:15:00','2031-12-31','08:00:00','08:15:00',NULL),(7827,51,6142,'2032-01-01 08:00:00','2032-01-01 08:15:00','2032-01-01','08:00:00','08:15:00',NULL),(7828,51,6142,'2032-01-02 08:00:00','2032-01-02 08:15:00','2032-01-02','08:00:00','08:15:00',NULL),(7829,51,6142,'2032-01-05 08:00:00','2032-01-05 08:15:00','2032-01-05','08:00:00','08:15:00',NULL),(7830,51,6142,'2032-01-06 08:00:00','2032-01-06 08:15:00','2032-01-06','08:00:00','08:15:00',NULL),(7831,51,6142,'2032-01-07 08:00:00','2032-01-07 08:15:00','2032-01-07','08:00:00','08:15:00',NULL),(7832,51,6142,'2032-01-08 08:00:00','2032-01-08 08:15:00','2032-01-08','08:00:00','08:15:00',NULL),(7833,51,6142,'2032-01-09 08:00:00','2032-01-09 08:15:00','2032-01-09','08:00:00','08:15:00',NULL),(7834,51,6142,'2032-01-12 08:00:00','2032-01-12 08:15:00','2032-01-12','08:00:00','08:15:00',NULL),(7835,51,6142,'2032-01-13 08:00:00','2032-01-13 08:15:00','2032-01-13','08:00:00','08:15:00',NULL),(7836,51,6142,'2032-01-14 08:00:00','2032-01-14 08:15:00','2032-01-14','08:00:00','08:15:00',NULL),(7837,51,6142,'2032-01-15 08:00:00','2032-01-15 08:15:00','2032-01-15','08:00:00','08:15:00',NULL),(7838,51,6142,'2032-01-16 08:00:00','2032-01-16 08:15:00','2032-01-16','08:00:00','08:15:00',NULL),(7839,51,6142,'2032-01-19 08:00:00','2032-01-19 08:15:00','2032-01-19','08:00:00','08:15:00',NULL),(7840,51,6142,'2032-01-20 08:00:00','2032-01-20 08:15:00','2032-01-20','08:00:00','08:15:00',NULL),(7841,51,6142,'2032-01-21 08:00:00','2032-01-21 08:15:00','2032-01-21','08:00:00','08:15:00',NULL),(7842,51,6142,'2032-01-22 08:00:00','2032-01-22 08:15:00','2032-01-22','08:00:00','08:15:00',NULL),(7843,51,6142,'2032-01-23 08:00:00','2032-01-23 08:15:00','2032-01-23','08:00:00','08:15:00',NULL),(7844,51,6142,'2032-01-26 08:00:00','2032-01-26 08:15:00','2032-01-26','08:00:00','08:15:00',NULL),(7845,51,6142,'2032-01-27 08:00:00','2032-01-27 08:15:00','2032-01-27','08:00:00','08:15:00',NULL),(7846,51,6142,'2032-01-28 08:00:00','2032-01-28 08:15:00','2032-01-28','08:00:00','08:15:00',NULL),(7847,51,6142,'2032-01-29 08:00:00','2032-01-29 08:15:00','2032-01-29','08:00:00','08:15:00',NULL),(7848,51,6142,'2032-01-30 08:00:00','2032-01-30 08:15:00','2032-01-30','08:00:00','08:15:00',NULL),(7849,51,6142,'2032-02-02 08:00:00','2032-02-02 08:15:00','2032-02-02','08:00:00','08:15:00',NULL),(7850,51,6142,'2032-02-03 08:00:00','2032-02-03 08:15:00','2032-02-03','08:00:00','08:15:00',NULL),(7851,51,6142,'2032-02-04 08:00:00','2032-02-04 08:15:00','2032-02-04','08:00:00','08:15:00',NULL),(7852,51,6142,'2032-02-05 08:00:00','2032-02-05 08:15:00','2032-02-05','08:00:00','08:15:00',NULL),(7853,51,6142,'2032-02-06 08:00:00','2032-02-06 08:15:00','2032-02-06','08:00:00','08:15:00',NULL),(7854,51,6142,'2032-02-09 08:00:00','2032-02-09 08:15:00','2032-02-09','08:00:00','08:15:00',NULL),(7855,51,6142,'2032-02-10 08:00:00','2032-02-10 08:15:00','2032-02-10','08:00:00','08:15:00',NULL),(7856,51,6142,'2032-02-11 08:00:00','2032-02-11 08:15:00','2032-02-11','08:00:00','08:15:00',NULL),(7857,51,6142,'2032-02-12 08:00:00','2032-02-12 08:15:00','2032-02-12','08:00:00','08:15:00',NULL),(7858,51,6142,'2032-02-13 08:00:00','2032-02-13 08:15:00','2032-02-13','08:00:00','08:15:00',NULL),(7859,51,6142,'2032-02-16 08:00:00','2032-02-16 08:15:00','2032-02-16','08:00:00','08:15:00',NULL),(7860,51,6142,'2032-02-17 08:00:00','2032-02-17 08:15:00','2032-02-17','08:00:00','08:15:00',NULL),(7861,51,6142,'2032-02-18 08:00:00','2032-02-18 08:15:00','2032-02-18','08:00:00','08:15:00',NULL),(7862,51,6142,'2032-02-19 08:00:00','2032-02-19 08:15:00','2032-02-19','08:00:00','08:15:00',NULL),(7863,51,6142,'2032-02-20 08:00:00','2032-02-20 08:15:00','2032-02-20','08:00:00','08:15:00',NULL),(7864,51,6142,'2032-02-23 08:00:00','2032-02-23 08:15:00','2032-02-23','08:00:00','08:15:00',NULL),(7865,51,6142,'2032-02-24 08:00:00','2032-02-24 08:15:00','2032-02-24','08:00:00','08:15:00',NULL),(7866,51,6142,'2032-02-25 08:00:00','2032-02-25 08:15:00','2032-02-25','08:00:00','08:15:00',NULL),(7867,51,6142,'2032-02-26 08:00:00','2032-02-26 08:15:00','2032-02-26','08:00:00','08:15:00',NULL),(7868,51,6142,'2032-02-27 08:00:00','2032-02-27 08:15:00','2032-02-27','08:00:00','08:15:00',NULL),(7869,51,6142,'2032-03-01 08:00:00','2032-03-01 08:15:00','2032-03-01','08:00:00','08:15:00',NULL),(7870,51,6142,'2032-03-02 08:00:00','2032-03-02 08:15:00','2032-03-02','08:00:00','08:15:00',NULL),(7871,51,6142,'2032-03-03 08:00:00','2032-03-03 08:15:00','2032-03-03','08:00:00','08:15:00',NULL),(7872,51,6142,'2032-03-04 08:00:00','2032-03-04 08:15:00','2032-03-04','08:00:00','08:15:00',NULL),(7873,51,6142,'2032-03-05 08:00:00','2032-03-05 08:15:00','2032-03-05','08:00:00','08:15:00',NULL),(7874,51,6142,'2032-03-08 08:00:00','2032-03-08 08:15:00','2032-03-08','08:00:00','08:15:00',NULL),(7875,51,6142,'2032-03-09 08:00:00','2032-03-09 08:15:00','2032-03-09','08:00:00','08:15:00',NULL),(7876,51,6142,'2032-03-10 08:00:00','2032-03-10 08:15:00','2032-03-10','08:00:00','08:15:00',NULL),(7877,51,6142,'2032-03-11 08:00:00','2032-03-11 08:15:00','2032-03-11','08:00:00','08:15:00',NULL),(7878,51,6142,'2032-03-12 08:00:00','2032-03-12 08:15:00','2032-03-12','08:00:00','08:15:00',NULL),(7879,51,6142,'2032-03-15 08:00:00','2032-03-15 08:15:00','2032-03-15','08:00:00','08:15:00',NULL),(7880,51,6142,'2032-03-16 08:00:00','2032-03-16 08:15:00','2032-03-16','08:00:00','08:15:00',NULL),(7881,51,6142,'2032-03-17 08:00:00','2032-03-17 08:15:00','2032-03-17','08:00:00','08:15:00',NULL),(7882,51,6142,'2032-03-18 08:00:00','2032-03-18 08:15:00','2032-03-18','08:00:00','08:15:00',NULL),(7883,51,6142,'2032-03-19 08:00:00','2032-03-19 08:15:00','2032-03-19','08:00:00','08:15:00',NULL),(7884,51,6142,'2032-03-22 08:00:00','2032-03-22 08:15:00','2032-03-22','08:00:00','08:15:00',NULL),(7885,51,6142,'2032-03-23 08:00:00','2032-03-23 08:15:00','2032-03-23','08:00:00','08:15:00',NULL),(7886,51,6142,'2032-03-24 08:00:00','2032-03-24 08:15:00','2032-03-24','08:00:00','08:15:00',NULL),(7887,51,6142,'2032-03-25 08:00:00','2032-03-25 08:15:00','2032-03-25','08:00:00','08:15:00',NULL),(7888,51,6142,'2032-03-26 08:00:00','2032-03-26 08:15:00','2032-03-26','08:00:00','08:15:00',NULL),(7889,51,6142,'2032-03-29 08:00:00','2032-03-29 08:15:00','2032-03-29','08:00:00','08:15:00',NULL),(7890,51,6142,'2032-03-30 08:00:00','2032-03-30 08:15:00','2032-03-30','08:00:00','08:15:00',NULL),(7891,51,6142,'2032-03-31 08:00:00','2032-03-31 08:15:00','2032-03-31','08:00:00','08:15:00',NULL),(7892,51,6142,'2032-04-01 08:00:00','2032-04-01 08:15:00','2032-04-01','08:00:00','08:15:00',NULL),(7893,51,6142,'2032-04-02 08:00:00','2032-04-02 08:15:00','2032-04-02','08:00:00','08:15:00',NULL),(7894,51,6142,'2032-04-05 08:00:00','2032-04-05 08:15:00','2032-04-05','08:00:00','08:15:00',NULL),(7895,51,6142,'2032-04-06 08:00:00','2032-04-06 08:15:00','2032-04-06','08:00:00','08:15:00',NULL),(7896,51,6142,'2032-04-07 08:00:00','2032-04-07 08:15:00','2032-04-07','08:00:00','08:15:00',NULL),(7897,51,6142,'2032-04-08 08:00:00','2032-04-08 08:15:00','2032-04-08','08:00:00','08:15:00',NULL),(7898,51,6142,'2032-04-09 08:00:00','2032-04-09 08:15:00','2032-04-09','08:00:00','08:15:00',NULL),(7899,51,6142,'2032-04-12 08:00:00','2032-04-12 08:15:00','2032-04-12','08:00:00','08:15:00',NULL),(7900,51,6142,'2032-04-13 08:00:00','2032-04-13 08:15:00','2032-04-13','08:00:00','08:15:00',NULL),(7901,51,6142,'2032-04-14 08:00:00','2032-04-14 08:15:00','2032-04-14','08:00:00','08:15:00',NULL),(7902,51,6142,'2032-04-15 08:00:00','2032-04-15 08:15:00','2032-04-15','08:00:00','08:15:00',NULL),(7903,51,6142,'2032-04-16 08:00:00','2032-04-16 08:15:00','2032-04-16','08:00:00','08:15:00',NULL),(7904,51,6142,'2032-04-19 08:00:00','2032-04-19 08:15:00','2032-04-19','08:00:00','08:15:00',NULL),(7905,51,6142,'2032-04-20 08:00:00','2032-04-20 08:15:00','2032-04-20','08:00:00','08:15:00',NULL),(7906,51,6142,'2032-04-21 08:00:00','2032-04-21 08:15:00','2032-04-21','08:00:00','08:15:00',NULL),(7907,51,6142,'2032-04-22 08:00:00','2032-04-22 08:15:00','2032-04-22','08:00:00','08:15:00',NULL),(7908,51,6142,'2032-04-23 08:00:00','2032-04-23 08:15:00','2032-04-23','08:00:00','08:15:00',NULL),(7909,51,6142,'2032-04-26 08:00:00','2032-04-26 08:15:00','2032-04-26','08:00:00','08:15:00',NULL),(7910,51,6142,'2032-04-27 08:00:00','2032-04-27 08:15:00','2032-04-27','08:00:00','08:15:00',NULL),(7911,51,6142,'2032-04-28 08:00:00','2032-04-28 08:15:00','2032-04-28','08:00:00','08:15:00',NULL),(7912,51,6142,'2032-04-29 08:00:00','2032-04-29 08:15:00','2032-04-29','08:00:00','08:15:00',NULL),(7913,51,6142,'2032-04-30 08:00:00','2032-04-30 08:15:00','2032-04-30','08:00:00','08:15:00',NULL),(7914,51,6142,'2032-05-03 08:00:00','2032-05-03 08:15:00','2032-05-03','08:00:00','08:15:00',NULL),(7915,51,6142,'2032-05-04 08:00:00','2032-05-04 08:15:00','2032-05-04','08:00:00','08:15:00',NULL),(7916,51,6142,'2032-05-05 08:00:00','2032-05-05 08:15:00','2032-05-05','08:00:00','08:15:00',NULL),(7917,51,6142,'2032-05-06 08:00:00','2032-05-06 08:15:00','2032-05-06','08:00:00','08:15:00',NULL),(7918,51,6142,'2032-05-07 08:00:00','2032-05-07 08:15:00','2032-05-07','08:00:00','08:15:00',NULL),(7919,51,6142,'2032-05-10 08:00:00','2032-05-10 08:15:00','2032-05-10','08:00:00','08:15:00',NULL),(7920,51,6142,'2032-05-11 08:00:00','2032-05-11 08:15:00','2032-05-11','08:00:00','08:15:00',NULL),(7921,51,6142,'2032-05-12 08:00:00','2032-05-12 08:15:00','2032-05-12','08:00:00','08:15:00',NULL),(7922,51,6142,'2032-05-13 08:00:00','2032-05-13 08:15:00','2032-05-13','08:00:00','08:15:00',NULL),(7923,51,6142,'2032-05-14 08:00:00','2032-05-14 08:15:00','2032-05-14','08:00:00','08:15:00',NULL),(7924,51,6142,'2032-05-17 08:00:00','2032-05-17 08:15:00','2032-05-17','08:00:00','08:15:00',NULL),(7925,51,6142,'2032-05-18 08:00:00','2032-05-18 08:15:00','2032-05-18','08:00:00','08:15:00',NULL),(7926,51,6142,'2032-05-19 08:00:00','2032-05-19 08:15:00','2032-05-19','08:00:00','08:15:00',NULL),(7927,51,6142,'2032-05-20 08:00:00','2032-05-20 08:15:00','2032-05-20','08:00:00','08:15:00',NULL),(7928,51,6142,'2032-05-21 08:00:00','2032-05-21 08:15:00','2032-05-21','08:00:00','08:15:00',NULL),(7929,51,6142,'2032-05-24 08:00:00','2032-05-24 08:15:00','2032-05-24','08:00:00','08:15:00',NULL),(7930,51,6142,'2032-05-25 08:00:00','2032-05-25 08:15:00','2032-05-25','08:00:00','08:15:00',NULL),(7931,51,6142,'2032-05-26 08:00:00','2032-05-26 08:15:00','2032-05-26','08:00:00','08:15:00',NULL),(7932,51,6142,'2032-05-27 08:00:00','2032-05-27 08:15:00','2032-05-27','08:00:00','08:15:00',NULL),(7933,51,6142,'2032-05-28 08:00:00','2032-05-28 08:15:00','2032-05-28','08:00:00','08:15:00',NULL),(7934,51,6142,'2032-05-31 08:00:00','2032-05-31 08:15:00','2032-05-31','08:00:00','08:15:00',NULL),(7935,51,6142,'2032-06-01 08:00:00','2032-06-01 08:15:00','2032-06-01','08:00:00','08:15:00',NULL),(7936,51,6142,'2032-06-02 08:00:00','2032-06-02 08:15:00','2032-06-02','08:00:00','08:15:00',NULL),(7937,51,6142,'2032-06-03 08:00:00','2032-06-03 08:15:00','2032-06-03','08:00:00','08:15:00',NULL),(7938,51,6142,'2032-06-04 08:00:00','2032-06-04 08:15:00','2032-06-04','08:00:00','08:15:00',NULL),(7939,51,6142,'2032-06-07 08:00:00','2032-06-07 08:15:00','2032-06-07','08:00:00','08:15:00',NULL),(7940,51,6142,'2032-06-08 08:00:00','2032-06-08 08:15:00','2032-06-08','08:00:00','08:15:00',NULL),(7941,51,6142,'2032-06-09 08:00:00','2032-06-09 08:15:00','2032-06-09','08:00:00','08:15:00',NULL),(7942,51,6142,'2032-06-10 08:00:00','2032-06-10 08:15:00','2032-06-10','08:00:00','08:15:00',NULL),(7943,51,6142,'2032-06-11 08:00:00','2032-06-11 08:15:00','2032-06-11','08:00:00','08:15:00',NULL),(7944,51,6142,'2032-06-14 08:00:00','2032-06-14 08:15:00','2032-06-14','08:00:00','08:15:00',NULL),(7945,51,6142,'2032-06-15 08:00:00','2032-06-15 08:15:00','2032-06-15','08:00:00','08:15:00',NULL),(7946,51,6142,'2032-06-16 08:00:00','2032-06-16 08:15:00','2032-06-16','08:00:00','08:15:00',NULL),(7947,51,6142,'2032-06-17 08:00:00','2032-06-17 08:15:00','2032-06-17','08:00:00','08:15:00',NULL),(7948,51,6142,'2032-06-18 08:00:00','2032-06-18 08:15:00','2032-06-18','08:00:00','08:15:00',NULL),(7949,51,6142,'2032-06-21 08:00:00','2032-06-21 08:15:00','2032-06-21','08:00:00','08:15:00',NULL),(7950,51,6142,'2032-06-22 08:00:00','2032-06-22 08:15:00','2032-06-22','08:00:00','08:15:00',NULL),(7951,51,6142,'2032-06-23 08:00:00','2032-06-23 08:15:00','2032-06-23','08:00:00','08:15:00',NULL),(7952,51,6142,'2032-06-24 08:00:00','2032-06-24 08:15:00','2032-06-24','08:00:00','08:15:00',NULL),(7953,51,6142,'2032-06-25 08:00:00','2032-06-25 08:15:00','2032-06-25','08:00:00','08:15:00',NULL),(7954,51,6142,'2032-06-28 08:00:00','2032-06-28 08:15:00','2032-06-28','08:00:00','08:15:00',NULL),(7955,51,6142,'2032-06-29 08:00:00','2032-06-29 08:15:00','2032-06-29','08:00:00','08:15:00',NULL),(7956,51,6142,'2032-06-30 08:00:00','2032-06-30 08:15:00','2032-06-30','08:00:00','08:15:00',NULL),(7957,51,6142,'2032-07-01 08:00:00','2032-07-01 08:15:00','2032-07-01','08:00:00','08:15:00',NULL),(7958,51,6142,'2032-07-02 08:00:00','2032-07-02 08:15:00','2032-07-02','08:00:00','08:15:00',NULL),(7959,51,6142,'2032-07-05 08:00:00','2032-07-05 08:15:00','2032-07-05','08:00:00','08:15:00',NULL),(7960,51,6142,'2032-07-06 08:00:00','2032-07-06 08:15:00','2032-07-06','08:00:00','08:15:00',NULL),(7961,51,6142,'2032-07-07 08:00:00','2032-07-07 08:15:00','2032-07-07','08:00:00','08:15:00',NULL),(7962,51,6142,'2032-07-08 08:00:00','2032-07-08 08:15:00','2032-07-08','08:00:00','08:15:00',NULL),(7963,51,6142,'2032-07-09 08:00:00','2032-07-09 08:15:00','2032-07-09','08:00:00','08:15:00',NULL),(7964,51,6142,'2032-07-12 08:00:00','2032-07-12 08:15:00','2032-07-12','08:00:00','08:15:00',NULL),(7965,51,6142,'2032-07-13 08:00:00','2032-07-13 08:15:00','2032-07-13','08:00:00','08:15:00',NULL),(7966,51,6142,'2032-07-14 08:00:00','2032-07-14 08:15:00','2032-07-14','08:00:00','08:15:00',NULL),(7967,51,6142,'2032-07-15 08:00:00','2032-07-15 08:15:00','2032-07-15','08:00:00','08:15:00',NULL),(7968,51,6142,'2032-07-16 08:00:00','2032-07-16 08:15:00','2032-07-16','08:00:00','08:15:00',NULL),(7969,51,6142,'2032-07-19 08:00:00','2032-07-19 08:15:00','2032-07-19','08:00:00','08:15:00',NULL),(7970,51,6142,'2032-07-20 08:00:00','2032-07-20 08:15:00','2032-07-20','08:00:00','08:15:00',NULL),(7971,51,6142,'2032-07-21 08:00:00','2032-07-21 08:15:00','2032-07-21','08:00:00','08:15:00',NULL),(7972,51,6142,'2032-07-22 08:00:00','2032-07-22 08:15:00','2032-07-22','08:00:00','08:15:00',NULL),(7973,51,6142,'2032-07-23 08:00:00','2032-07-23 08:15:00','2032-07-23','08:00:00','08:15:00',NULL),(7974,51,6142,'2032-07-26 08:00:00','2032-07-26 08:15:00','2032-07-26','08:00:00','08:15:00',NULL),(7975,51,6142,'2032-07-27 08:00:00','2032-07-27 08:15:00','2032-07-27','08:00:00','08:15:00',NULL),(7976,51,6142,'2032-07-28 08:00:00','2032-07-28 08:15:00','2032-07-28','08:00:00','08:15:00',NULL),(7977,51,6142,'2032-07-29 08:00:00','2032-07-29 08:15:00','2032-07-29','08:00:00','08:15:00',NULL),(7978,51,6142,'2032-07-30 08:00:00','2032-07-30 08:15:00','2032-07-30','08:00:00','08:15:00',NULL),(7979,51,6142,'2032-08-02 08:00:00','2032-08-02 08:15:00','2032-08-02','08:00:00','08:15:00',NULL),(7980,51,6142,'2032-08-03 08:00:00','2032-08-03 08:15:00','2032-08-03','08:00:00','08:15:00',NULL),(7981,51,6142,'2032-08-04 08:00:00','2032-08-04 08:15:00','2032-08-04','08:00:00','08:15:00',NULL),(7982,51,6142,'2032-08-05 08:00:00','2032-08-05 08:15:00','2032-08-05','08:00:00','08:15:00',NULL),(7983,51,6142,'2032-08-06 08:00:00','2032-08-06 08:15:00','2032-08-06','08:00:00','08:15:00',NULL),(7984,51,6142,'2032-08-09 08:00:00','2032-08-09 08:15:00','2032-08-09','08:00:00','08:15:00',NULL),(7985,51,6142,'2032-08-10 08:00:00','2032-08-10 08:15:00','2032-08-10','08:00:00','08:15:00',NULL),(7986,51,6142,'2032-08-11 08:00:00','2032-08-11 08:15:00','2032-08-11','08:00:00','08:15:00',NULL),(7987,51,6142,'2032-08-12 08:00:00','2032-08-12 08:15:00','2032-08-12','08:00:00','08:15:00',NULL),(7988,51,6142,'2032-08-13 08:00:00','2032-08-13 08:15:00','2032-08-13','08:00:00','08:15:00',NULL),(7989,51,6142,'2032-08-16 08:00:00','2032-08-16 08:15:00','2032-08-16','08:00:00','08:15:00',NULL),(7990,51,6142,'2032-08-17 08:00:00','2032-08-17 08:15:00','2032-08-17','08:00:00','08:15:00',NULL),(7991,51,6142,'2032-08-18 08:00:00','2032-08-18 08:15:00','2032-08-18','08:00:00','08:15:00',NULL),(7992,51,6142,'2032-08-19 08:00:00','2032-08-19 08:15:00','2032-08-19','08:00:00','08:15:00',NULL),(7993,51,6142,'2032-08-20 08:00:00','2032-08-20 08:15:00','2032-08-20','08:00:00','08:15:00',NULL),(7994,51,6142,'2032-08-23 08:00:00','2032-08-23 08:15:00','2032-08-23','08:00:00','08:15:00',NULL),(7995,51,6142,'2032-08-24 08:00:00','2032-08-24 08:15:00','2032-08-24','08:00:00','08:15:00',NULL),(7996,51,6142,'2032-08-25 08:00:00','2032-08-25 08:15:00','2032-08-25','08:00:00','08:15:00',NULL),(7997,51,6142,'2032-08-26 08:00:00','2032-08-26 08:15:00','2032-08-26','08:00:00','08:15:00',NULL),(7998,51,6142,'2032-08-27 08:00:00','2032-08-27 08:15:00','2032-08-27','08:00:00','08:15:00',NULL),(7999,51,6142,'2032-08-30 08:00:00','2032-08-30 08:15:00','2032-08-30','08:00:00','08:15:00',NULL),(8000,51,6142,'2032-08-31 08:00:00','2032-08-31 08:15:00','2032-08-31','08:00:00','08:15:00',NULL),(8001,51,6142,'2032-09-01 08:00:00','2032-09-01 08:15:00','2032-09-01','08:00:00','08:15:00',NULL),(8002,51,6142,'2032-09-02 08:00:00','2032-09-02 08:15:00','2032-09-02','08:00:00','08:15:00',NULL),(8003,51,6142,'2032-09-03 08:00:00','2032-09-03 08:15:00','2032-09-03','08:00:00','08:15:00',NULL),(8004,51,6142,'2032-09-06 08:00:00','2032-09-06 08:15:00','2032-09-06','08:00:00','08:15:00',NULL),(8005,51,6142,'2032-09-07 08:00:00','2032-09-07 08:15:00','2032-09-07','08:00:00','08:15:00',NULL),(8006,51,6142,'2032-09-08 08:00:00','2032-09-08 08:15:00','2032-09-08','08:00:00','08:15:00',NULL),(8007,51,6142,'2032-09-09 08:00:00','2032-09-09 08:15:00','2032-09-09','08:00:00','08:15:00',NULL),(8008,51,6142,'2032-09-10 08:00:00','2032-09-10 08:15:00','2032-09-10','08:00:00','08:15:00',NULL),(8009,51,6142,'2032-09-13 08:00:00','2032-09-13 08:15:00','2032-09-13','08:00:00','08:15:00',NULL),(8010,51,6142,'2032-09-14 08:00:00','2032-09-14 08:15:00','2032-09-14','08:00:00','08:15:00',NULL),(8011,51,6142,'2032-09-15 08:00:00','2032-09-15 08:15:00','2032-09-15','08:00:00','08:15:00',NULL),(8012,51,6142,'2032-09-16 08:00:00','2032-09-16 08:15:00','2032-09-16','08:00:00','08:15:00',NULL),(8013,51,6142,'2032-09-17 08:00:00','2032-09-17 08:15:00','2032-09-17','08:00:00','08:15:00',NULL),(8014,51,6142,'2032-09-20 08:00:00','2032-09-20 08:15:00','2032-09-20','08:00:00','08:15:00',NULL),(8015,51,6142,'2032-09-21 08:00:00','2032-09-21 08:15:00','2032-09-21','08:00:00','08:15:00',NULL),(8016,51,6142,'2032-09-22 08:00:00','2032-09-22 08:15:00','2032-09-22','08:00:00','08:15:00',NULL),(8017,51,6142,'2032-09-23 08:00:00','2032-09-23 08:15:00','2032-09-23','08:00:00','08:15:00',NULL),(8018,51,6142,'2032-09-24 08:00:00','2032-09-24 08:15:00','2032-09-24','08:00:00','08:15:00',NULL),(8019,51,6142,'2032-09-27 08:00:00','2032-09-27 08:15:00','2032-09-27','08:00:00','08:15:00',NULL),(8020,51,6142,'2032-09-28 08:00:00','2032-09-28 08:15:00','2032-09-28','08:00:00','08:15:00',NULL),(8021,51,6142,'2032-09-29 08:00:00','2032-09-29 08:15:00','2032-09-29','08:00:00','08:15:00',NULL),(8022,51,6142,'2032-09-30 08:00:00','2032-09-30 08:15:00','2032-09-30','08:00:00','08:15:00',NULL),(8023,51,6142,'2032-10-01 08:00:00','2032-10-01 08:15:00','2032-10-01','08:00:00','08:15:00',NULL),(8024,51,6142,'2032-10-04 08:00:00','2032-10-04 08:15:00','2032-10-04','08:00:00','08:15:00',NULL),(8025,51,6142,'2032-10-05 08:00:00','2032-10-05 08:15:00','2032-10-05','08:00:00','08:15:00',NULL),(8026,51,6142,'2032-10-06 08:00:00','2032-10-06 08:15:00','2032-10-06','08:00:00','08:15:00',NULL),(8027,51,6142,'2032-10-07 08:00:00','2032-10-07 08:15:00','2032-10-07','08:00:00','08:15:00',NULL),(8028,51,6142,'2032-10-08 08:00:00','2032-10-08 08:15:00','2032-10-08','08:00:00','08:15:00',NULL),(8029,51,6142,'2032-10-11 08:00:00','2032-10-11 08:15:00','2032-10-11','08:00:00','08:15:00',NULL),(8030,51,6142,'2032-10-12 08:00:00','2032-10-12 08:15:00','2032-10-12','08:00:00','08:15:00',NULL),(8031,51,6142,'2032-10-13 08:00:00','2032-10-13 08:15:00','2032-10-13','08:00:00','08:15:00',NULL),(8032,51,6142,'2032-10-14 08:00:00','2032-10-14 08:15:00','2032-10-14','08:00:00','08:15:00',NULL),(8033,51,6142,'2032-10-15 08:00:00','2032-10-15 08:15:00','2032-10-15','08:00:00','08:15:00',NULL),(8034,51,6142,'2032-10-18 08:00:00','2032-10-18 08:15:00','2032-10-18','08:00:00','08:15:00',NULL),(8035,51,6142,'2032-10-19 08:00:00','2032-10-19 08:15:00','2032-10-19','08:00:00','08:15:00',NULL),(8036,51,6142,'2032-10-20 08:00:00','2032-10-20 08:15:00','2032-10-20','08:00:00','08:15:00',NULL),(8037,51,6142,'2032-10-21 08:00:00','2032-10-21 08:15:00','2032-10-21','08:00:00','08:15:00',NULL),(8038,51,6142,'2032-10-22 08:00:00','2032-10-22 08:15:00','2032-10-22','08:00:00','08:15:00',NULL),(8039,51,6142,'2032-10-25 08:00:00','2032-10-25 08:15:00','2032-10-25','08:00:00','08:15:00',NULL),(8040,51,6142,'2032-10-26 08:00:00','2032-10-26 08:15:00','2032-10-26','08:00:00','08:15:00',NULL),(8041,51,6142,'2032-10-27 08:00:00','2032-10-27 08:15:00','2032-10-27','08:00:00','08:15:00',NULL),(8042,51,6142,'2032-10-28 08:00:00','2032-10-28 08:15:00','2032-10-28','08:00:00','08:15:00',NULL),(8043,51,6142,'2032-10-29 08:00:00','2032-10-29 08:15:00','2032-10-29','08:00:00','08:15:00',NULL),(8044,51,6142,'2032-11-01 08:00:00','2032-11-01 08:15:00','2032-11-01','08:00:00','08:15:00',NULL),(8045,51,6142,'2032-11-02 08:00:00','2032-11-02 08:15:00','2032-11-02','08:00:00','08:15:00',NULL),(8046,51,6142,'2032-11-03 08:00:00','2032-11-03 08:15:00','2032-11-03','08:00:00','08:15:00',NULL),(8047,51,6142,'2032-11-04 08:00:00','2032-11-04 08:15:00','2032-11-04','08:00:00','08:15:00',NULL),(8048,51,6142,'2032-11-05 08:00:00','2032-11-05 08:15:00','2032-11-05','08:00:00','08:15:00',NULL),(8049,51,6142,'2032-11-08 08:00:00','2032-11-08 08:15:00','2032-11-08','08:00:00','08:15:00',NULL),(8050,51,6142,'2032-11-09 08:00:00','2032-11-09 08:15:00','2032-11-09','08:00:00','08:15:00',NULL),(8051,51,6142,'2032-11-10 08:00:00','2032-11-10 08:15:00','2032-11-10','08:00:00','08:15:00',NULL),(8052,51,6142,'2032-11-11 08:00:00','2032-11-11 08:15:00','2032-11-11','08:00:00','08:15:00',NULL),(8053,51,6142,'2032-11-12 08:00:00','2032-11-12 08:15:00','2032-11-12','08:00:00','08:15:00',NULL),(8054,51,6142,'2032-11-15 08:00:00','2032-11-15 08:15:00','2032-11-15','08:00:00','08:15:00',NULL),(8055,51,6142,'2032-11-16 08:00:00','2032-11-16 08:15:00','2032-11-16','08:00:00','08:15:00',NULL),(8056,51,6142,'2032-11-17 08:00:00','2032-11-17 08:15:00','2032-11-17','08:00:00','08:15:00',NULL),(8057,51,6142,'2032-11-18 08:00:00','2032-11-18 08:15:00','2032-11-18','08:00:00','08:15:00',NULL),(8058,51,6142,'2032-11-19 08:00:00','2032-11-19 08:15:00','2032-11-19','08:00:00','08:15:00',NULL),(8059,51,6142,'2032-11-22 08:00:00','2032-11-22 08:15:00','2032-11-22','08:00:00','08:15:00',NULL),(8060,51,6142,'2032-11-23 08:00:00','2032-11-23 08:15:00','2032-11-23','08:00:00','08:15:00',NULL),(8061,51,6142,'2032-11-24 08:00:00','2032-11-24 08:15:00','2032-11-24','08:00:00','08:15:00',NULL),(8062,51,6142,'2032-11-25 08:00:00','2032-11-25 08:15:00','2032-11-25','08:00:00','08:15:00',NULL),(8063,51,6142,'2032-11-26 08:00:00','2032-11-26 08:15:00','2032-11-26','08:00:00','08:15:00',NULL),(8064,51,6142,'2032-11-29 08:00:00','2032-11-29 08:15:00','2032-11-29','08:00:00','08:15:00',NULL),(8065,51,6142,'2032-11-30 08:00:00','2032-11-30 08:15:00','2032-11-30','08:00:00','08:15:00',NULL),(8066,51,6142,'2032-12-01 08:00:00','2032-12-01 08:15:00','2032-12-01','08:00:00','08:15:00',NULL),(8067,51,6142,'2032-12-02 08:00:00','2032-12-02 08:15:00','2032-12-02','08:00:00','08:15:00',NULL),(8068,51,6142,'2032-12-03 08:00:00','2032-12-03 08:15:00','2032-12-03','08:00:00','08:15:00',NULL),(8069,51,6142,'2032-12-06 08:00:00','2032-12-06 08:15:00','2032-12-06','08:00:00','08:15:00',NULL),(8070,51,6142,'2032-12-07 08:00:00','2032-12-07 08:15:00','2032-12-07','08:00:00','08:15:00',NULL),(8071,51,6142,'2032-12-08 08:00:00','2032-12-08 08:15:00','2032-12-08','08:00:00','08:15:00',NULL),(8072,51,6142,'2032-12-09 08:00:00','2032-12-09 08:15:00','2032-12-09','08:00:00','08:15:00',NULL),(8073,51,6142,'2032-12-10 08:00:00','2032-12-10 08:15:00','2032-12-10','08:00:00','08:15:00',NULL),(8074,51,6142,'2032-12-13 08:00:00','2032-12-13 08:15:00','2032-12-13','08:00:00','08:15:00',NULL),(8075,51,6142,'2032-12-14 08:00:00','2032-12-14 08:15:00','2032-12-14','08:00:00','08:15:00',NULL),(8076,51,6142,'2032-12-15 08:00:00','2032-12-15 08:15:00','2032-12-15','08:00:00','08:15:00',NULL),(8077,51,6142,'2032-12-16 08:00:00','2032-12-16 08:15:00','2032-12-16','08:00:00','08:15:00',NULL),(8078,51,6142,'2032-12-17 08:00:00','2032-12-17 08:15:00','2032-12-17','08:00:00','08:15:00',NULL),(8079,51,6142,'2032-12-20 08:00:00','2032-12-20 08:15:00','2032-12-20','08:00:00','08:15:00',NULL),(8080,51,6142,'2032-12-21 08:00:00','2032-12-21 08:15:00','2032-12-21','08:00:00','08:15:00',NULL),(8081,51,6142,'2032-12-22 08:00:00','2032-12-22 08:15:00','2032-12-22','08:00:00','08:15:00',NULL),(8082,51,6142,'2032-12-23 08:00:00','2032-12-23 08:15:00','2032-12-23','08:00:00','08:15:00',NULL),(8083,51,6142,'2032-12-24 08:00:00','2032-12-24 08:15:00','2032-12-24','08:00:00','08:15:00',NULL),(8084,51,6142,'2032-12-27 08:00:00','2032-12-27 08:15:00','2032-12-27','08:00:00','08:15:00',NULL),(8085,51,6142,'2032-12-28 08:00:00','2032-12-28 08:15:00','2032-12-28','08:00:00','08:15:00',NULL),(8086,51,6142,'2032-12-29 08:00:00','2032-12-29 08:15:00','2032-12-29','08:00:00','08:15:00',NULL),(8087,51,6142,'2032-12-30 08:00:00','2032-12-30 08:15:00','2032-12-30','08:00:00','08:15:00',NULL),(8088,51,6142,'2032-12-31 08:00:00','2032-12-31 08:15:00','2032-12-31','08:00:00','08:15:00',NULL),(8089,51,6142,'2033-01-03 08:00:00','2033-01-03 08:15:00','2033-01-03','08:00:00','08:15:00',NULL),(8090,51,6142,'2033-01-04 08:00:00','2033-01-04 08:15:00','2033-01-04','08:00:00','08:15:00',NULL),(8091,51,6142,'2033-01-05 08:00:00','2033-01-05 08:15:00','2033-01-05','08:00:00','08:15:00',NULL),(8092,51,6142,'2033-01-06 08:00:00','2033-01-06 08:15:00','2033-01-06','08:00:00','08:15:00',NULL),(8093,51,6142,'2033-01-07 08:00:00','2033-01-07 08:15:00','2033-01-07','08:00:00','08:15:00',NULL),(8094,51,6142,'2033-01-10 08:00:00','2033-01-10 08:15:00','2033-01-10','08:00:00','08:15:00',NULL),(8095,51,6142,'2033-01-11 08:00:00','2033-01-11 08:15:00','2033-01-11','08:00:00','08:15:00',NULL),(8096,51,6142,'2033-01-12 08:00:00','2033-01-12 08:15:00','2033-01-12','08:00:00','08:15:00',NULL),(8097,51,6142,'2033-01-13 08:00:00','2033-01-13 08:15:00','2033-01-13','08:00:00','08:15:00',NULL),(8098,51,6142,'2033-01-14 08:00:00','2033-01-14 08:15:00','2033-01-14','08:00:00','08:15:00',NULL),(8099,51,6142,'2033-01-17 08:00:00','2033-01-17 08:15:00','2033-01-17','08:00:00','08:15:00',NULL),(8100,51,6142,'2033-01-18 08:00:00','2033-01-18 08:15:00','2033-01-18','08:00:00','08:15:00',NULL),(8101,51,6142,'2033-01-19 08:00:00','2033-01-19 08:15:00','2033-01-19','08:00:00','08:15:00',NULL),(8102,51,6142,'2033-01-20 08:00:00','2033-01-20 08:15:00','2033-01-20','08:00:00','08:15:00',NULL),(8103,51,6142,'2033-01-21 08:00:00','2033-01-21 08:15:00','2033-01-21','08:00:00','08:15:00',NULL),(8104,51,6142,'2033-01-24 08:00:00','2033-01-24 08:15:00','2033-01-24','08:00:00','08:15:00',NULL),(8105,51,6142,'2033-01-25 08:00:00','2033-01-25 08:15:00','2033-01-25','08:00:00','08:15:00',NULL),(8106,51,6142,'2033-01-26 08:00:00','2033-01-26 08:15:00','2033-01-26','08:00:00','08:15:00',NULL),(8107,51,6142,'2033-01-27 08:00:00','2033-01-27 08:15:00','2033-01-27','08:00:00','08:15:00',NULL),(8108,51,6142,'2033-01-28 08:00:00','2033-01-28 08:15:00','2033-01-28','08:00:00','08:15:00',NULL),(8109,51,6142,'2033-01-31 08:00:00','2033-01-31 08:15:00','2033-01-31','08:00:00','08:15:00',NULL),(8110,51,6142,'2033-02-01 08:00:00','2033-02-01 08:15:00','2033-02-01','08:00:00','08:15:00',NULL),(8111,51,6142,'2033-02-02 08:00:00','2033-02-02 08:15:00','2033-02-02','08:00:00','08:15:00',NULL),(8112,51,6142,'2033-02-03 08:00:00','2033-02-03 08:15:00','2033-02-03','08:00:00','08:15:00',NULL),(8113,51,6142,'2033-02-04 08:00:00','2033-02-04 08:15:00','2033-02-04','08:00:00','08:15:00',NULL),(8114,51,6142,'2033-02-07 08:00:00','2033-02-07 08:15:00','2033-02-07','08:00:00','08:15:00',NULL),(8115,51,6142,'2033-02-08 08:00:00','2033-02-08 08:15:00','2033-02-08','08:00:00','08:15:00',NULL),(8116,51,6142,'2033-02-09 08:00:00','2033-02-09 08:15:00','2033-02-09','08:00:00','08:15:00',NULL),(8117,51,6142,'2033-02-10 08:00:00','2033-02-10 08:15:00','2033-02-10','08:00:00','08:15:00',NULL),(8118,51,6142,'2033-02-11 08:00:00','2033-02-11 08:15:00','2033-02-11','08:00:00','08:15:00',NULL),(8119,51,6142,'2033-02-14 08:00:00','2033-02-14 08:15:00','2033-02-14','08:00:00','08:15:00',NULL),(8120,51,6142,'2033-02-15 08:00:00','2033-02-15 08:15:00','2033-02-15','08:00:00','08:15:00',NULL),(8121,51,6142,'2033-02-16 08:00:00','2033-02-16 08:15:00','2033-02-16','08:00:00','08:15:00',NULL),(8122,51,6142,'2033-02-17 08:00:00','2033-02-17 08:15:00','2033-02-17','08:00:00','08:15:00',NULL),(8123,51,6142,'2033-02-18 08:00:00','2033-02-18 08:15:00','2033-02-18','08:00:00','08:15:00',NULL),(8124,51,6142,'2033-02-21 08:00:00','2033-02-21 08:15:00','2033-02-21','08:00:00','08:15:00',NULL),(8125,51,6142,'2033-02-22 08:00:00','2033-02-22 08:15:00','2033-02-22','08:00:00','08:15:00',NULL),(8126,51,6142,'2033-02-23 08:00:00','2033-02-23 08:15:00','2033-02-23','08:00:00','08:15:00',NULL),(8127,51,6142,'2033-02-24 08:00:00','2033-02-24 08:15:00','2033-02-24','08:00:00','08:15:00',NULL),(8128,51,6142,'2033-02-25 08:00:00','2033-02-25 08:15:00','2033-02-25','08:00:00','08:15:00',NULL),(8129,51,6142,'2033-02-28 08:00:00','2033-02-28 08:15:00','2033-02-28','08:00:00','08:15:00',NULL),(8130,51,6142,'2033-03-01 08:00:00','2033-03-01 08:15:00','2033-03-01','08:00:00','08:15:00',NULL),(8131,51,6142,'2033-03-02 08:00:00','2033-03-02 08:15:00','2033-03-02','08:00:00','08:15:00',NULL),(8132,51,6142,'2033-03-03 08:00:00','2033-03-03 08:15:00','2033-03-03','08:00:00','08:15:00',NULL),(8133,51,6142,'2033-03-04 08:00:00','2033-03-04 08:15:00','2033-03-04','08:00:00','08:15:00',NULL),(8134,51,6142,'2033-03-07 08:00:00','2033-03-07 08:15:00','2033-03-07','08:00:00','08:15:00',NULL),(8135,51,6142,'2033-03-08 08:00:00','2033-03-08 08:15:00','2033-03-08','08:00:00','08:15:00',NULL),(8136,51,6142,'2033-03-09 08:00:00','2033-03-09 08:15:00','2033-03-09','08:00:00','08:15:00',NULL),(8137,51,6142,'2033-03-10 08:00:00','2033-03-10 08:15:00','2033-03-10','08:00:00','08:15:00',NULL),(8138,51,6142,'2033-03-11 08:00:00','2033-03-11 08:15:00','2033-03-11','08:00:00','08:15:00',NULL),(8139,51,6142,'2033-03-14 08:00:00','2033-03-14 08:15:00','2033-03-14','08:00:00','08:15:00',NULL),(8140,51,6142,'2033-03-15 08:00:00','2033-03-15 08:15:00','2033-03-15','08:00:00','08:15:00',NULL),(8141,51,6142,'2033-03-16 08:00:00','2033-03-16 08:15:00','2033-03-16','08:00:00','08:15:00',NULL),(8142,51,6142,'2033-03-17 08:00:00','2033-03-17 08:15:00','2033-03-17','08:00:00','08:15:00',NULL),(8143,51,6142,'2033-03-18 08:00:00','2033-03-18 08:15:00','2033-03-18','08:00:00','08:15:00',NULL),(8144,51,6142,'2033-03-21 08:00:00','2033-03-21 08:15:00','2033-03-21','08:00:00','08:15:00',NULL),(8145,51,6142,'2033-03-22 08:00:00','2033-03-22 08:15:00','2033-03-22','08:00:00','08:15:00',NULL),(8146,51,6142,'2033-03-23 08:00:00','2033-03-23 08:15:00','2033-03-23','08:00:00','08:15:00',NULL),(8147,51,6142,'2033-03-24 08:00:00','2033-03-24 08:15:00','2033-03-24','08:00:00','08:15:00',NULL),(8148,51,6142,'2033-03-25 08:00:00','2033-03-25 08:15:00','2033-03-25','08:00:00','08:15:00',NULL),(8149,51,6142,'2033-03-28 08:00:00','2033-03-28 08:15:00','2033-03-28','08:00:00','08:15:00',NULL),(8150,51,6142,'2033-03-29 08:00:00','2033-03-29 08:15:00','2033-03-29','08:00:00','08:15:00',NULL),(8151,51,6142,'2033-03-30 08:00:00','2033-03-30 08:15:00','2033-03-30','08:00:00','08:15:00',NULL),(8152,51,6142,'2033-03-31 08:00:00','2033-03-31 08:15:00','2033-03-31','08:00:00','08:15:00',NULL),(8153,51,6142,'2033-04-01 08:00:00','2033-04-01 08:15:00','2033-04-01','08:00:00','08:15:00',NULL),(8154,51,6142,'2033-04-04 08:00:00','2033-04-04 08:15:00','2033-04-04','08:00:00','08:15:00',NULL),(8155,51,6142,'2033-04-05 08:00:00','2033-04-05 08:15:00','2033-04-05','08:00:00','08:15:00',NULL),(8156,51,6142,'2033-04-06 08:00:00','2033-04-06 08:15:00','2033-04-06','08:00:00','08:15:00',NULL),(8157,51,6142,'2033-04-07 08:00:00','2033-04-07 08:15:00','2033-04-07','08:00:00','08:15:00',NULL),(8158,51,6142,'2033-04-08 08:00:00','2033-04-08 08:15:00','2033-04-08','08:00:00','08:15:00',NULL),(8159,51,6142,'2033-04-11 08:00:00','2033-04-11 08:15:00','2033-04-11','08:00:00','08:15:00',NULL),(8160,51,6142,'2033-04-12 08:00:00','2033-04-12 08:15:00','2033-04-12','08:00:00','08:15:00',NULL),(8161,51,6142,'2033-04-13 08:00:00','2033-04-13 08:15:00','2033-04-13','08:00:00','08:15:00',NULL),(8162,51,6142,'2033-04-14 08:00:00','2033-04-14 08:15:00','2033-04-14','08:00:00','08:15:00',NULL),(8163,51,6142,'2033-04-15 08:00:00','2033-04-15 08:15:00','2033-04-15','08:00:00','08:15:00',NULL),(8164,51,6142,'2033-04-18 08:00:00','2033-04-18 08:15:00','2033-04-18','08:00:00','08:15:00',NULL),(8165,51,6142,'2033-04-19 08:00:00','2033-04-19 08:15:00','2033-04-19','08:00:00','08:15:00',NULL),(8166,51,6142,'2033-04-20 08:00:00','2033-04-20 08:15:00','2033-04-20','08:00:00','08:15:00',NULL),(8167,51,6142,'2033-04-21 08:00:00','2033-04-21 08:15:00','2033-04-21','08:00:00','08:15:00',NULL),(8168,51,6142,'2033-04-22 08:00:00','2033-04-22 08:15:00','2033-04-22','08:00:00','08:15:00',NULL),(8169,51,6142,'2033-04-25 08:00:00','2033-04-25 08:15:00','2033-04-25','08:00:00','08:15:00',NULL),(8170,51,6142,'2033-04-26 08:00:00','2033-04-26 08:15:00','2033-04-26','08:00:00','08:15:00',NULL),(8171,51,6142,'2033-04-27 08:00:00','2033-04-27 08:15:00','2033-04-27','08:00:00','08:15:00',NULL),(8172,51,6142,'2033-04-28 08:00:00','2033-04-28 08:15:00','2033-04-28','08:00:00','08:15:00',NULL),(8173,51,6142,'2033-04-29 08:00:00','2033-04-29 08:15:00','2033-04-29','08:00:00','08:15:00',NULL),(8174,51,6142,'2033-05-02 08:00:00','2033-05-02 08:15:00','2033-05-02','08:00:00','08:15:00',NULL),(8175,51,6142,'2033-05-03 08:00:00','2033-05-03 08:15:00','2033-05-03','08:00:00','08:15:00',NULL),(8176,51,6142,'2033-05-04 08:00:00','2033-05-04 08:15:00','2033-05-04','08:00:00','08:15:00',NULL),(8177,51,6142,'2033-05-05 08:00:00','2033-05-05 08:15:00','2033-05-05','08:00:00','08:15:00',NULL),(8178,51,6142,'2033-05-06 08:00:00','2033-05-06 08:15:00','2033-05-06','08:00:00','08:15:00',NULL),(8179,51,6142,'2033-05-09 08:00:00','2033-05-09 08:15:00','2033-05-09','08:00:00','08:15:00',NULL),(8180,51,6142,'2033-05-10 08:00:00','2033-05-10 08:15:00','2033-05-10','08:00:00','08:15:00',NULL),(8181,51,6142,'2033-05-11 08:00:00','2033-05-11 08:15:00','2033-05-11','08:00:00','08:15:00',NULL),(8182,51,6142,'2033-05-12 08:00:00','2033-05-12 08:15:00','2033-05-12','08:00:00','08:15:00',NULL),(8183,51,6142,'2033-05-13 08:00:00','2033-05-13 08:15:00','2033-05-13','08:00:00','08:15:00',NULL),(8184,51,6142,'2033-05-16 08:00:00','2033-05-16 08:15:00','2033-05-16','08:00:00','08:15:00',NULL),(8185,51,6142,'2033-05-17 08:00:00','2033-05-17 08:15:00','2033-05-17','08:00:00','08:15:00',NULL),(8186,51,6142,'2033-05-18 08:00:00','2033-05-18 08:15:00','2033-05-18','08:00:00','08:15:00',NULL),(8187,51,6142,'2033-05-19 08:00:00','2033-05-19 08:15:00','2033-05-19','08:00:00','08:15:00',NULL),(8188,51,6142,'2033-05-20 08:00:00','2033-05-20 08:15:00','2033-05-20','08:00:00','08:15:00',NULL),(8189,51,6142,'2033-05-23 08:00:00','2033-05-23 08:15:00','2033-05-23','08:00:00','08:15:00',NULL),(8190,51,6142,'2033-05-24 08:00:00','2033-05-24 08:15:00','2033-05-24','08:00:00','08:15:00',NULL),(8191,51,6142,'2033-05-25 08:00:00','2033-05-25 08:15:00','2033-05-25','08:00:00','08:15:00',NULL),(8192,51,6142,'2033-05-26 08:00:00','2033-05-26 08:15:00','2033-05-26','08:00:00','08:15:00',NULL),(8193,51,6142,'2033-05-27 08:00:00','2033-05-27 08:15:00','2033-05-27','08:00:00','08:15:00',NULL),(8194,51,6142,'2033-05-30 08:00:00','2033-05-30 08:15:00','2033-05-30','08:00:00','08:15:00',NULL),(8195,51,6142,'2033-05-31 08:00:00','2033-05-31 08:15:00','2033-05-31','08:00:00','08:15:00',NULL),(8196,51,6142,'2033-06-01 08:00:00','2033-06-01 08:15:00','2033-06-01','08:00:00','08:15:00',NULL),(8197,51,6142,'2033-06-02 08:00:00','2033-06-02 08:15:00','2033-06-02','08:00:00','08:15:00',NULL),(8198,51,6142,'2033-06-03 08:00:00','2033-06-03 08:15:00','2033-06-03','08:00:00','08:15:00',NULL),(8199,51,6142,'2033-06-06 08:00:00','2033-06-06 08:15:00','2033-06-06','08:00:00','08:15:00',NULL),(8200,51,6142,'2033-06-07 08:00:00','2033-06-07 08:15:00','2033-06-07','08:00:00','08:15:00',NULL),(8201,51,6142,'2033-06-08 08:00:00','2033-06-08 08:15:00','2033-06-08','08:00:00','08:15:00',NULL),(8202,51,6142,'2033-06-09 08:00:00','2033-06-09 08:15:00','2033-06-09','08:00:00','08:15:00',NULL),(8203,51,6142,'2033-06-10 08:00:00','2033-06-10 08:15:00','2033-06-10','08:00:00','08:15:00',NULL),(8204,51,6142,'2033-06-13 08:00:00','2033-06-13 08:15:00','2033-06-13','08:00:00','08:15:00',NULL),(8205,51,6142,'2033-06-14 08:00:00','2033-06-14 08:15:00','2033-06-14','08:00:00','08:15:00',NULL),(8206,51,6142,'2033-06-15 08:00:00','2033-06-15 08:15:00','2033-06-15','08:00:00','08:15:00',NULL),(8207,51,6142,'2033-06-16 08:00:00','2033-06-16 08:15:00','2033-06-16','08:00:00','08:15:00',NULL),(8208,51,6142,'2033-06-17 08:00:00','2033-06-17 08:15:00','2033-06-17','08:00:00','08:15:00',NULL),(8209,51,6142,'2033-06-20 08:00:00','2033-06-20 08:15:00','2033-06-20','08:00:00','08:15:00',NULL),(8210,51,6142,'2033-06-21 08:00:00','2033-06-21 08:15:00','2033-06-21','08:00:00','08:15:00',NULL),(8211,51,6142,'2033-06-22 08:00:00','2033-06-22 08:15:00','2033-06-22','08:00:00','08:15:00',NULL),(8212,51,6142,'2033-06-23 08:00:00','2033-06-23 08:15:00','2033-06-23','08:00:00','08:15:00',NULL),(8213,51,6142,'2033-06-24 08:00:00','2033-06-24 08:15:00','2033-06-24','08:00:00','08:15:00',NULL),(8214,51,6142,'2033-06-27 08:00:00','2033-06-27 08:15:00','2033-06-27','08:00:00','08:15:00',NULL),(8215,51,6142,'2033-06-28 08:00:00','2033-06-28 08:15:00','2033-06-28','08:00:00','08:15:00',NULL),(8216,51,6142,'2033-06-29 08:00:00','2033-06-29 08:15:00','2033-06-29','08:00:00','08:15:00',NULL),(8217,51,6142,'2033-06-30 08:00:00','2033-06-30 08:15:00','2033-06-30','08:00:00','08:15:00',NULL),(8218,51,6142,'2033-07-01 08:00:00','2033-07-01 08:15:00','2033-07-01','08:00:00','08:15:00',NULL),(8219,51,6142,'2033-07-04 08:00:00','2033-07-04 08:15:00','2033-07-04','08:00:00','08:15:00',NULL),(8220,51,6142,'2033-07-05 08:00:00','2033-07-05 08:15:00','2033-07-05','08:00:00','08:15:00',NULL),(8221,51,6142,'2033-07-06 08:00:00','2033-07-06 08:15:00','2033-07-06','08:00:00','08:15:00',NULL),(8222,51,6142,'2033-07-07 08:00:00','2033-07-07 08:15:00','2033-07-07','08:00:00','08:15:00',NULL),(8223,51,6142,'2033-07-08 08:00:00','2033-07-08 08:15:00','2033-07-08','08:00:00','08:15:00',NULL),(8224,51,6142,'2033-07-11 08:00:00','2033-07-11 08:15:00','2033-07-11','08:00:00','08:15:00',NULL),(8225,51,6142,'2033-07-12 08:00:00','2033-07-12 08:15:00','2033-07-12','08:00:00','08:15:00',NULL),(8226,51,6142,'2033-07-13 08:00:00','2033-07-13 08:15:00','2033-07-13','08:00:00','08:15:00',NULL),(8227,51,6142,'2033-07-14 08:00:00','2033-07-14 08:15:00','2033-07-14','08:00:00','08:15:00',NULL),(8228,51,6142,'2033-07-15 08:00:00','2033-07-15 08:15:00','2033-07-15','08:00:00','08:15:00',NULL),(8229,51,6142,'2033-07-18 08:00:00','2033-07-18 08:15:00','2033-07-18','08:00:00','08:15:00',NULL),(8230,51,6142,'2033-07-19 08:00:00','2033-07-19 08:15:00','2033-07-19','08:00:00','08:15:00',NULL),(8231,51,6142,'2033-07-20 08:00:00','2033-07-20 08:15:00','2033-07-20','08:00:00','08:15:00',NULL),(8232,51,6142,'2033-07-21 08:00:00','2033-07-21 08:15:00','2033-07-21','08:00:00','08:15:00',NULL),(8233,51,6142,'2033-07-22 08:00:00','2033-07-22 08:15:00','2033-07-22','08:00:00','08:15:00',NULL),(8234,51,6142,'2033-07-25 08:00:00','2033-07-25 08:15:00','2033-07-25','08:00:00','08:15:00',NULL),(8235,51,6142,'2033-07-26 08:00:00','2033-07-26 08:15:00','2033-07-26','08:00:00','08:15:00',NULL),(8236,51,6142,'2033-07-27 08:00:00','2033-07-27 08:15:00','2033-07-27','08:00:00','08:15:00',NULL),(8237,51,6142,'2033-07-28 08:00:00','2033-07-28 08:15:00','2033-07-28','08:00:00','08:15:00',NULL),(8238,51,6142,'2033-07-29 08:00:00','2033-07-29 08:15:00','2033-07-29','08:00:00','08:15:00',NULL),(8239,51,6142,'2033-08-01 08:00:00','2033-08-01 08:15:00','2033-08-01','08:00:00','08:15:00',NULL),(8240,51,6142,'2033-08-02 08:00:00','2033-08-02 08:15:00','2033-08-02','08:00:00','08:15:00',NULL),(8241,51,6142,'2033-08-03 08:00:00','2033-08-03 08:15:00','2033-08-03','08:00:00','08:15:00',NULL),(8242,51,6142,'2033-08-04 08:00:00','2033-08-04 08:15:00','2033-08-04','08:00:00','08:15:00',NULL),(8243,51,6142,'2033-08-05 08:00:00','2033-08-05 08:15:00','2033-08-05','08:00:00','08:15:00',NULL),(8244,51,6142,'2033-08-08 08:00:00','2033-08-08 08:15:00','2033-08-08','08:00:00','08:15:00',NULL),(8245,51,6142,'2033-08-09 08:00:00','2033-08-09 08:15:00','2033-08-09','08:00:00','08:15:00',NULL),(8246,51,6142,'2033-08-10 08:00:00','2033-08-10 08:15:00','2033-08-10','08:00:00','08:15:00',NULL),(8247,51,6142,'2033-08-11 08:00:00','2033-08-11 08:15:00','2033-08-11','08:00:00','08:15:00',NULL),(8248,51,6142,'2033-08-12 08:00:00','2033-08-12 08:15:00','2033-08-12','08:00:00','08:15:00',NULL),(8249,51,6142,'2033-08-15 08:00:00','2033-08-15 08:15:00','2033-08-15','08:00:00','08:15:00',NULL),(8250,51,6142,'2033-08-16 08:00:00','2033-08-16 08:15:00','2033-08-16','08:00:00','08:15:00',NULL),(8251,51,6142,'2033-08-17 08:00:00','2033-08-17 08:15:00','2033-08-17','08:00:00','08:15:00',NULL),(8252,51,6142,'2033-08-18 08:00:00','2033-08-18 08:15:00','2033-08-18','08:00:00','08:15:00',NULL),(8253,51,6142,'2033-08-19 08:00:00','2033-08-19 08:15:00','2033-08-19','08:00:00','08:15:00',NULL),(8254,51,6142,'2033-08-22 08:00:00','2033-08-22 08:15:00','2033-08-22','08:00:00','08:15:00',NULL),(8255,51,6142,'2033-08-23 08:00:00','2033-08-23 08:15:00','2033-08-23','08:00:00','08:15:00',NULL),(8256,51,6142,'2033-08-24 08:00:00','2033-08-24 08:15:00','2033-08-24','08:00:00','08:15:00',NULL),(8257,51,6142,'2033-08-25 08:00:00','2033-08-25 08:15:00','2033-08-25','08:00:00','08:15:00',NULL),(8258,51,6142,'2033-08-26 08:00:00','2033-08-26 08:15:00','2033-08-26','08:00:00','08:15:00',NULL),(8259,51,6142,'2033-08-29 08:00:00','2033-08-29 08:15:00','2033-08-29','08:00:00','08:15:00',NULL),(8260,51,6142,'2033-08-30 08:00:00','2033-08-30 08:15:00','2033-08-30','08:00:00','08:15:00',NULL),(8261,51,6142,'2033-08-31 08:00:00','2033-08-31 08:15:00','2033-08-31','08:00:00','08:15:00',NULL),(8262,51,6142,'2033-09-01 08:00:00','2033-09-01 08:15:00','2033-09-01','08:00:00','08:15:00',NULL),(8263,51,6142,'2033-09-02 08:00:00','2033-09-02 08:15:00','2033-09-02','08:00:00','08:15:00',NULL),(8264,51,6142,'2033-09-05 08:00:00','2033-09-05 08:15:00','2033-09-05','08:00:00','08:15:00',NULL),(8265,51,6142,'2033-09-06 08:00:00','2033-09-06 08:15:00','2033-09-06','08:00:00','08:15:00',NULL),(8266,51,6142,'2033-09-07 08:00:00','2033-09-07 08:15:00','2033-09-07','08:00:00','08:15:00',NULL),(8267,51,6142,'2033-09-08 08:00:00','2033-09-08 08:15:00','2033-09-08','08:00:00','08:15:00',NULL),(8268,51,6142,'2033-09-09 08:00:00','2033-09-09 08:15:00','2033-09-09','08:00:00','08:15:00',NULL),(8269,51,6142,'2033-09-12 08:00:00','2033-09-12 08:15:00','2033-09-12','08:00:00','08:15:00',NULL),(8270,51,6142,'2033-09-13 08:00:00','2033-09-13 08:15:00','2033-09-13','08:00:00','08:15:00',NULL),(8271,51,6142,'2033-09-14 08:00:00','2033-09-14 08:15:00','2033-09-14','08:00:00','08:15:00',NULL),(8272,51,6142,'2033-09-15 08:00:00','2033-09-15 08:15:00','2033-09-15','08:00:00','08:15:00',NULL),(8273,51,6142,'2033-09-16 08:00:00','2033-09-16 08:15:00','2033-09-16','08:00:00','08:15:00',NULL),(8274,51,6142,'2033-09-19 08:00:00','2033-09-19 08:15:00','2033-09-19','08:00:00','08:15:00',NULL),(8275,51,6142,'2033-09-20 08:00:00','2033-09-20 08:15:00','2033-09-20','08:00:00','08:15:00',NULL),(8276,51,6142,'2033-09-21 08:00:00','2033-09-21 08:15:00','2033-09-21','08:00:00','08:15:00',NULL),(8277,51,6142,'2033-09-22 08:00:00','2033-09-22 08:15:00','2033-09-22','08:00:00','08:15:00',NULL),(8278,51,6142,'2033-09-23 08:00:00','2033-09-23 08:15:00','2033-09-23','08:00:00','08:15:00',NULL),(8279,51,6142,'2033-09-26 08:00:00','2033-09-26 08:15:00','2033-09-26','08:00:00','08:15:00',NULL),(8280,51,6142,'2033-09-27 08:00:00','2033-09-27 08:15:00','2033-09-27','08:00:00','08:15:00',NULL),(8281,51,6142,'2033-09-28 08:00:00','2033-09-28 08:15:00','2033-09-28','08:00:00','08:15:00',NULL),(8282,51,6142,'2033-09-29 08:00:00','2033-09-29 08:15:00','2033-09-29','08:00:00','08:15:00',NULL),(8283,51,6142,'2033-09-30 08:00:00','2033-09-30 08:15:00','2033-09-30','08:00:00','08:15:00',NULL),(8284,51,6142,'2033-10-03 08:00:00','2033-10-03 08:15:00','2033-10-03','08:00:00','08:15:00',NULL),(8285,51,6142,'2033-10-04 08:00:00','2033-10-04 08:15:00','2033-10-04','08:00:00','08:15:00',NULL),(8286,51,6142,'2033-10-05 08:00:00','2033-10-05 08:15:00','2033-10-05','08:00:00','08:15:00',NULL),(8287,51,6142,'2033-10-06 08:00:00','2033-10-06 08:15:00','2033-10-06','08:00:00','08:15:00',NULL),(8288,51,6142,'2033-10-07 08:00:00','2033-10-07 08:15:00','2033-10-07','08:00:00','08:15:00',NULL),(8289,51,6142,'2033-10-10 08:00:00','2033-10-10 08:15:00','2033-10-10','08:00:00','08:15:00',NULL),(8290,51,6142,'2033-10-11 08:00:00','2033-10-11 08:15:00','2033-10-11','08:00:00','08:15:00',NULL),(8291,51,6142,'2033-10-12 08:00:00','2033-10-12 08:15:00','2033-10-12','08:00:00','08:15:00',NULL),(8292,51,6142,'2033-10-13 08:00:00','2033-10-13 08:15:00','2033-10-13','08:00:00','08:15:00',NULL),(8293,51,6142,'2033-10-14 08:00:00','2033-10-14 08:15:00','2033-10-14','08:00:00','08:15:00',NULL),(8294,51,6142,'2033-10-17 08:00:00','2033-10-17 08:15:00','2033-10-17','08:00:00','08:15:00',NULL),(8295,51,6142,'2033-10-18 08:00:00','2033-10-18 08:15:00','2033-10-18','08:00:00','08:15:00',NULL),(8296,51,6142,'2033-10-19 08:00:00','2033-10-19 08:15:00','2033-10-19','08:00:00','08:15:00',NULL),(8297,51,6142,'2033-10-20 08:00:00','2033-10-20 08:15:00','2033-10-20','08:00:00','08:15:00',NULL),(8298,51,6142,'2033-10-21 08:00:00','2033-10-21 08:15:00','2033-10-21','08:00:00','08:15:00',NULL),(8299,51,6142,'2033-10-24 08:00:00','2033-10-24 08:15:00','2033-10-24','08:00:00','08:15:00',NULL),(8300,51,6142,'2033-10-25 08:00:00','2033-10-25 08:15:00','2033-10-25','08:00:00','08:15:00',NULL),(8301,51,6142,'2033-10-26 08:00:00','2033-10-26 08:15:00','2033-10-26','08:00:00','08:15:00',NULL),(8302,51,6142,'2033-10-27 08:00:00','2033-10-27 08:15:00','2033-10-27','08:00:00','08:15:00',NULL),(8303,51,6142,'2033-10-28 08:00:00','2033-10-28 08:15:00','2033-10-28','08:00:00','08:15:00',NULL),(8304,51,6142,'2033-10-31 08:00:00','2033-10-31 08:15:00','2033-10-31','08:00:00','08:15:00',NULL),(8305,51,6142,'2033-11-01 08:00:00','2033-11-01 08:15:00','2033-11-01','08:00:00','08:15:00',NULL),(8306,51,6142,'2033-11-02 08:00:00','2033-11-02 08:15:00','2033-11-02','08:00:00','08:15:00',NULL),(8307,51,6142,'2033-11-03 08:00:00','2033-11-03 08:15:00','2033-11-03','08:00:00','08:15:00',NULL),(8308,51,6142,'2033-11-04 08:00:00','2033-11-04 08:15:00','2033-11-04','08:00:00','08:15:00',NULL),(8309,51,6142,'2033-11-07 08:00:00','2033-11-07 08:15:00','2033-11-07','08:00:00','08:15:00',NULL),(8310,51,6142,'2033-11-08 08:00:00','2033-11-08 08:15:00','2033-11-08','08:00:00','08:15:00',NULL),(8311,51,6142,'2033-11-09 08:00:00','2033-11-09 08:15:00','2033-11-09','08:00:00','08:15:00',NULL),(8312,51,6142,'2033-11-10 08:00:00','2033-11-10 08:15:00','2033-11-10','08:00:00','08:15:00',NULL),(8313,51,6142,'2033-11-11 08:00:00','2033-11-11 08:15:00','2033-11-11','08:00:00','08:15:00',NULL),(8314,51,6142,'2033-11-14 08:00:00','2033-11-14 08:15:00','2033-11-14','08:00:00','08:15:00',NULL),(8315,51,6142,'2033-11-15 08:00:00','2033-11-15 08:15:00','2033-11-15','08:00:00','08:15:00',NULL),(8316,51,6142,'2033-11-16 08:00:00','2033-11-16 08:15:00','2033-11-16','08:00:00','08:15:00',NULL),(8317,51,6142,'2033-11-17 08:00:00','2033-11-17 08:15:00','2033-11-17','08:00:00','08:15:00',NULL),(8318,51,6142,'2033-11-18 08:00:00','2033-11-18 08:15:00','2033-11-18','08:00:00','08:15:00',NULL),(8319,51,6142,'2033-11-21 08:00:00','2033-11-21 08:15:00','2033-11-21','08:00:00','08:15:00',NULL),(8320,51,6142,'2033-11-22 08:00:00','2033-11-22 08:15:00','2033-11-22','08:00:00','08:15:00',NULL),(8321,51,6142,'2033-11-23 08:00:00','2033-11-23 08:15:00','2033-11-23','08:00:00','08:15:00',NULL),(8322,51,6142,'2033-11-24 08:00:00','2033-11-24 08:15:00','2033-11-24','08:00:00','08:15:00',NULL),(8323,51,6142,'2033-11-25 08:00:00','2033-11-25 08:15:00','2033-11-25','08:00:00','08:15:00',NULL),(8324,51,6142,'2033-11-28 08:00:00','2033-11-28 08:15:00','2033-11-28','08:00:00','08:15:00',NULL),(8325,51,6142,'2033-11-29 08:00:00','2033-11-29 08:15:00','2033-11-29','08:00:00','08:15:00',NULL),(8326,51,6142,'2033-11-30 08:00:00','2033-11-30 08:15:00','2033-11-30','08:00:00','08:15:00',NULL),(8327,51,6142,'2033-12-01 08:00:00','2033-12-01 08:15:00','2033-12-01','08:00:00','08:15:00',NULL),(8328,51,6142,'2033-12-02 08:00:00','2033-12-02 08:15:00','2033-12-02','08:00:00','08:15:00',NULL),(8329,51,6142,'2033-12-05 08:00:00','2033-12-05 08:15:00','2033-12-05','08:00:00','08:15:00',NULL),(8330,51,6142,'2033-12-06 08:00:00','2033-12-06 08:15:00','2033-12-06','08:00:00','08:15:00',NULL),(8331,51,6142,'2033-12-07 08:00:00','2033-12-07 08:15:00','2033-12-07','08:00:00','08:15:00',NULL),(8332,51,6142,'2033-12-08 08:00:00','2033-12-08 08:15:00','2033-12-08','08:00:00','08:15:00',NULL),(8333,51,6142,'2033-12-09 08:00:00','2033-12-09 08:15:00','2033-12-09','08:00:00','08:15:00',NULL),(8334,51,6142,'2033-12-12 08:00:00','2033-12-12 08:15:00','2033-12-12','08:00:00','08:15:00',NULL),(8335,51,6142,'2033-12-13 08:00:00','2033-12-13 08:15:00','2033-12-13','08:00:00','08:15:00',NULL),(8336,51,6142,'2033-12-14 08:00:00','2033-12-14 08:15:00','2033-12-14','08:00:00','08:15:00',NULL),(8337,51,6142,'2033-12-15 08:00:00','2033-12-15 08:15:00','2033-12-15','08:00:00','08:15:00',NULL),(8338,51,6142,'2033-12-16 08:00:00','2033-12-16 08:15:00','2033-12-16','08:00:00','08:15:00',NULL),(8339,51,6142,'2033-12-19 08:00:00','2033-12-19 08:15:00','2033-12-19','08:00:00','08:15:00',NULL),(8340,51,6142,'2033-12-20 08:00:00','2033-12-20 08:15:00','2033-12-20','08:00:00','08:15:00',NULL),(8341,51,6142,'2033-12-21 08:00:00','2033-12-21 08:15:00','2033-12-21','08:00:00','08:15:00',NULL),(8342,51,6142,'2033-12-22 08:00:00','2033-12-22 08:15:00','2033-12-22','08:00:00','08:15:00',NULL),(8343,51,6142,'2033-12-23 08:00:00','2033-12-23 08:15:00','2033-12-23','08:00:00','08:15:00',NULL),(8344,51,6142,'2033-12-26 08:00:00','2033-12-26 08:15:00','2033-12-26','08:00:00','08:15:00',NULL),(8345,51,6142,'2033-12-27 08:00:00','2033-12-27 08:15:00','2033-12-27','08:00:00','08:15:00',NULL),(8346,51,6142,'2033-12-28 08:00:00','2033-12-28 08:15:00','2033-12-28','08:00:00','08:15:00',NULL),(8347,51,6142,'2033-12-29 08:00:00','2033-12-29 08:15:00','2033-12-29','08:00:00','08:15:00',NULL),(8348,51,6142,'2033-12-30 08:00:00','2033-12-30 08:15:00','2033-12-30','08:00:00','08:15:00',NULL),(8349,51,6142,'2034-01-02 08:00:00','2034-01-02 08:15:00','2034-01-02','08:00:00','08:15:00',NULL),(8350,51,6142,'2034-01-03 08:00:00','2034-01-03 08:15:00','2034-01-03','08:00:00','08:15:00',NULL),(8351,51,6142,'2034-01-04 08:00:00','2034-01-04 08:15:00','2034-01-04','08:00:00','08:15:00',NULL),(8352,51,6142,'2034-01-05 08:00:00','2034-01-05 08:15:00','2034-01-05','08:00:00','08:15:00',NULL),(8353,51,6142,'2034-01-06 08:00:00','2034-01-06 08:15:00','2034-01-06','08:00:00','08:15:00',NULL),(8354,51,6142,'2034-01-09 08:00:00','2034-01-09 08:15:00','2034-01-09','08:00:00','08:15:00',NULL),(8355,51,6142,'2034-01-10 08:00:00','2034-01-10 08:15:00','2034-01-10','08:00:00','08:15:00',NULL),(8356,51,6142,'2034-01-11 08:00:00','2034-01-11 08:15:00','2034-01-11','08:00:00','08:15:00',NULL),(8357,51,6142,'2034-01-12 08:00:00','2034-01-12 08:15:00','2034-01-12','08:00:00','08:15:00',NULL),(8358,51,6142,'2034-01-13 08:00:00','2034-01-13 08:15:00','2034-01-13','08:00:00','08:15:00',NULL),(8359,51,6142,'2034-01-16 08:00:00','2034-01-16 08:15:00','2034-01-16','08:00:00','08:15:00',NULL),(8360,51,6142,'2034-01-17 08:00:00','2034-01-17 08:15:00','2034-01-17','08:00:00','08:15:00',NULL),(8361,51,6142,'2034-01-18 08:00:00','2034-01-18 08:15:00','2034-01-18','08:00:00','08:15:00',NULL),(8362,51,6142,'2034-01-19 08:00:00','2034-01-19 08:15:00','2034-01-19','08:00:00','08:15:00',NULL),(8363,51,6142,'2034-01-20 08:00:00','2034-01-20 08:15:00','2034-01-20','08:00:00','08:15:00',NULL),(8364,51,6142,'2034-01-23 08:00:00','2034-01-23 08:15:00','2034-01-23','08:00:00','08:15:00',NULL),(8365,51,6142,'2034-01-24 08:00:00','2034-01-24 08:15:00','2034-01-24','08:00:00','08:15:00',NULL),(8366,51,6142,'2034-01-25 08:00:00','2034-01-25 08:15:00','2034-01-25','08:00:00','08:15:00',NULL),(8367,51,6142,'2034-01-26 08:00:00','2034-01-26 08:15:00','2034-01-26','08:00:00','08:15:00',NULL),(8368,51,6142,'2034-01-27 08:00:00','2034-01-27 08:15:00','2034-01-27','08:00:00','08:15:00',NULL),(8369,51,6142,'2034-01-30 08:00:00','2034-01-30 08:15:00','2034-01-30','08:00:00','08:15:00',NULL),(8370,51,6142,'2034-01-31 08:00:00','2034-01-31 08:15:00','2034-01-31','08:00:00','08:15:00',NULL),(8371,51,6142,'2034-02-01 08:00:00','2034-02-01 08:15:00','2034-02-01','08:00:00','08:15:00',NULL),(8372,51,6142,'2034-02-02 08:00:00','2034-02-02 08:15:00','2034-02-02','08:00:00','08:15:00',NULL),(8373,51,6142,'2034-02-03 08:00:00','2034-02-03 08:15:00','2034-02-03','08:00:00','08:15:00',NULL),(8374,51,6142,'2034-02-06 08:00:00','2034-02-06 08:15:00','2034-02-06','08:00:00','08:15:00',NULL),(8375,51,6142,'2034-02-07 08:00:00','2034-02-07 08:15:00','2034-02-07','08:00:00','08:15:00',NULL),(8376,51,6142,'2034-02-08 08:00:00','2034-02-08 08:15:00','2034-02-08','08:00:00','08:15:00',NULL),(8377,51,6142,'2034-02-09 08:00:00','2034-02-09 08:15:00','2034-02-09','08:00:00','08:15:00',NULL),(8378,51,6142,'2034-02-10 08:00:00','2034-02-10 08:15:00','2034-02-10','08:00:00','08:15:00',NULL),(8379,51,6142,'2034-02-13 08:00:00','2034-02-13 08:15:00','2034-02-13','08:00:00','08:15:00',NULL),(8380,51,6142,'2034-02-14 08:00:00','2034-02-14 08:15:00','2034-02-14','08:00:00','08:15:00',NULL),(8381,51,6142,'2034-02-15 08:00:00','2034-02-15 08:15:00','2034-02-15','08:00:00','08:15:00',NULL),(8382,51,6142,'2034-02-16 08:00:00','2034-02-16 08:15:00','2034-02-16','08:00:00','08:15:00',NULL),(8383,51,6142,'2034-02-17 08:00:00','2034-02-17 08:15:00','2034-02-17','08:00:00','08:15:00',NULL),(8384,51,6142,'2034-02-20 08:00:00','2034-02-20 08:15:00','2034-02-20','08:00:00','08:15:00',NULL),(8385,51,6142,'2034-02-21 08:00:00','2034-02-21 08:15:00','2034-02-21','08:00:00','08:15:00',NULL),(8386,51,6142,'2034-02-22 08:00:00','2034-02-22 08:15:00','2034-02-22','08:00:00','08:15:00',NULL),(8387,51,6142,'2034-02-23 08:00:00','2034-02-23 08:15:00','2034-02-23','08:00:00','08:15:00',NULL),(8388,51,6142,'2034-02-24 08:00:00','2034-02-24 08:15:00','2034-02-24','08:00:00','08:15:00',NULL),(8389,51,6142,'2034-02-27 08:00:00','2034-02-27 08:15:00','2034-02-27','08:00:00','08:15:00',NULL),(8390,51,6142,'2034-02-28 08:00:00','2034-02-28 08:15:00','2034-02-28','08:00:00','08:15:00',NULL),(8391,51,6142,'2034-03-01 08:00:00','2034-03-01 08:15:00','2034-03-01','08:00:00','08:15:00',NULL),(8392,51,6142,'2034-03-02 08:00:00','2034-03-02 08:15:00','2034-03-02','08:00:00','08:15:00',NULL),(8393,51,6142,'2034-03-03 08:00:00','2034-03-03 08:15:00','2034-03-03','08:00:00','08:15:00',NULL),(8394,51,6142,'2034-03-06 08:00:00','2034-03-06 08:15:00','2034-03-06','08:00:00','08:15:00',NULL),(8395,51,6142,'2034-03-07 08:00:00','2034-03-07 08:15:00','2034-03-07','08:00:00','08:15:00',NULL),(8396,51,6142,'2034-03-08 08:00:00','2034-03-08 08:15:00','2034-03-08','08:00:00','08:15:00',NULL),(8397,51,6142,'2034-03-09 08:00:00','2034-03-09 08:15:00','2034-03-09','08:00:00','08:15:00',NULL),(8398,51,6142,'2034-03-10 08:00:00','2034-03-10 08:15:00','2034-03-10','08:00:00','08:15:00',NULL),(8399,51,6142,'2034-03-13 08:00:00','2034-03-13 08:15:00','2034-03-13','08:00:00','08:15:00',NULL),(8400,51,6142,'2034-03-14 08:00:00','2034-03-14 08:15:00','2034-03-14','08:00:00','08:15:00',NULL),(8401,51,6142,'2034-03-15 08:00:00','2034-03-15 08:15:00','2034-03-15','08:00:00','08:15:00',NULL),(8402,51,6142,'2034-03-16 08:00:00','2034-03-16 08:15:00','2034-03-16','08:00:00','08:15:00',NULL),(8403,51,6142,'2034-03-17 08:00:00','2034-03-17 08:15:00','2034-03-17','08:00:00','08:15:00',NULL),(8404,51,6142,'2034-03-20 08:00:00','2034-03-20 08:15:00','2034-03-20','08:00:00','08:15:00',NULL),(8405,51,6142,'2034-03-21 08:00:00','2034-03-21 08:15:00','2034-03-21','08:00:00','08:15:00',NULL),(8406,51,6142,'2034-03-22 08:00:00','2034-03-22 08:15:00','2034-03-22','08:00:00','08:15:00',NULL),(8407,51,6142,'2034-03-23 08:00:00','2034-03-23 08:15:00','2034-03-23','08:00:00','08:15:00',NULL),(8408,51,6142,'2034-03-24 08:00:00','2034-03-24 08:15:00','2034-03-24','08:00:00','08:15:00',NULL),(8409,51,6142,'2034-03-27 08:00:00','2034-03-27 08:15:00','2034-03-27','08:00:00','08:15:00',NULL),(8410,51,6142,'2034-03-28 08:00:00','2034-03-28 08:15:00','2034-03-28','08:00:00','08:15:00',NULL),(8411,51,6142,'2034-03-29 08:00:00','2034-03-29 08:15:00','2034-03-29','08:00:00','08:15:00',NULL),(8412,51,6142,'2034-03-30 08:00:00','2034-03-30 08:15:00','2034-03-30','08:00:00','08:15:00',NULL),(8413,51,6142,'2034-03-31 08:00:00','2034-03-31 08:15:00','2034-03-31','08:00:00','08:15:00',NULL),(8414,51,6142,'2034-04-03 08:00:00','2034-04-03 08:15:00','2034-04-03','08:00:00','08:15:00',NULL),(8415,51,6142,'2034-04-04 08:00:00','2034-04-04 08:15:00','2034-04-04','08:00:00','08:15:00',NULL),(8416,51,6142,'2034-04-05 08:00:00','2034-04-05 08:15:00','2034-04-05','08:00:00','08:15:00',NULL),(8417,51,6142,'2034-04-06 08:00:00','2034-04-06 08:15:00','2034-04-06','08:00:00','08:15:00',NULL),(8418,51,6142,'2034-04-07 08:00:00','2034-04-07 08:15:00','2034-04-07','08:00:00','08:15:00',NULL),(8419,51,6142,'2034-04-10 08:00:00','2034-04-10 08:15:00','2034-04-10','08:00:00','08:15:00',NULL),(8420,51,6142,'2034-04-11 08:00:00','2034-04-11 08:15:00','2034-04-11','08:00:00','08:15:00',NULL),(8421,51,6142,'2034-04-12 08:00:00','2034-04-12 08:15:00','2034-04-12','08:00:00','08:15:00',NULL),(8422,51,6142,'2034-04-13 08:00:00','2034-04-13 08:15:00','2034-04-13','08:00:00','08:15:00',NULL),(8423,51,6142,'2034-04-14 08:00:00','2034-04-14 08:15:00','2034-04-14','08:00:00','08:15:00',NULL),(8424,51,6142,'2034-04-17 08:00:00','2034-04-17 08:15:00','2034-04-17','08:00:00','08:15:00',NULL),(8425,51,6142,'2034-04-18 08:00:00','2034-04-18 08:15:00','2034-04-18','08:00:00','08:15:00',NULL),(8426,51,6142,'2034-04-19 08:00:00','2034-04-19 08:15:00','2034-04-19','08:00:00','08:15:00',NULL),(8427,51,6142,'2034-04-20 08:00:00','2034-04-20 08:15:00','2034-04-20','08:00:00','08:15:00',NULL),(8428,51,6142,'2034-04-21 08:00:00','2034-04-21 08:15:00','2034-04-21','08:00:00','08:15:00',NULL),(8429,51,6142,'2034-04-24 08:00:00','2034-04-24 08:15:00','2034-04-24','08:00:00','08:15:00',NULL),(8430,51,6142,'2034-04-25 08:00:00','2034-04-25 08:15:00','2034-04-25','08:00:00','08:15:00',NULL),(8431,51,6142,'2034-04-26 08:00:00','2034-04-26 08:15:00','2034-04-26','08:00:00','08:15:00',NULL),(8432,51,6142,'2034-04-27 08:00:00','2034-04-27 08:15:00','2034-04-27','08:00:00','08:15:00',NULL),(8433,51,6142,'2034-04-28 08:00:00','2034-04-28 08:15:00','2034-04-28','08:00:00','08:15:00',NULL),(8434,51,6142,'2034-05-01 08:00:00','2034-05-01 08:15:00','2034-05-01','08:00:00','08:15:00',NULL),(8435,51,6142,'2034-05-02 08:00:00','2034-05-02 08:15:00','2034-05-02','08:00:00','08:15:00',NULL),(8436,51,6142,'2034-05-03 08:00:00','2034-05-03 08:15:00','2034-05-03','08:00:00','08:15:00',NULL),(8437,51,6142,'2034-05-04 08:00:00','2034-05-04 08:15:00','2034-05-04','08:00:00','08:15:00',NULL),(8438,51,6142,'2034-05-05 08:00:00','2034-05-05 08:15:00','2034-05-05','08:00:00','08:15:00',NULL),(8439,51,6142,'2034-05-08 08:00:00','2034-05-08 08:15:00','2034-05-08','08:00:00','08:15:00',NULL),(8440,51,6142,'2034-05-09 08:00:00','2034-05-09 08:15:00','2034-05-09','08:00:00','08:15:00',NULL),(8441,51,6142,'2034-05-10 08:00:00','2034-05-10 08:15:00','2034-05-10','08:00:00','08:15:00',NULL),(8442,51,6142,'2034-05-11 08:00:00','2034-05-11 08:15:00','2034-05-11','08:00:00','08:15:00',NULL),(8443,51,6142,'2034-05-12 08:00:00','2034-05-12 08:15:00','2034-05-12','08:00:00','08:15:00',NULL),(8444,51,6142,'2034-05-15 08:00:00','2034-05-15 08:15:00','2034-05-15','08:00:00','08:15:00',NULL),(8445,51,6142,'2034-05-16 08:00:00','2034-05-16 08:15:00','2034-05-16','08:00:00','08:15:00',NULL),(8446,51,6142,'2034-05-17 08:00:00','2034-05-17 08:15:00','2034-05-17','08:00:00','08:15:00',NULL),(8447,51,6142,'2034-05-18 08:00:00','2034-05-18 08:15:00','2034-05-18','08:00:00','08:15:00',NULL),(8448,51,6142,'2034-05-19 08:00:00','2034-05-19 08:15:00','2034-05-19','08:00:00','08:15:00',NULL),(8449,51,6142,'2034-05-22 08:00:00','2034-05-22 08:15:00','2034-05-22','08:00:00','08:15:00',NULL),(8450,51,6142,'2034-05-23 08:00:00','2034-05-23 08:15:00','2034-05-23','08:00:00','08:15:00',NULL),(8451,51,6142,'2034-05-24 08:00:00','2034-05-24 08:15:00','2034-05-24','08:00:00','08:15:00',NULL),(8452,51,6142,'2034-05-25 08:00:00','2034-05-25 08:15:00','2034-05-25','08:00:00','08:15:00',NULL),(8453,51,6142,'2034-05-26 08:00:00','2034-05-26 08:15:00','2034-05-26','08:00:00','08:15:00',NULL),(8454,51,6142,'2034-05-29 08:00:00','2034-05-29 08:15:00','2034-05-29','08:00:00','08:15:00',NULL),(8455,51,6142,'2034-05-30 08:00:00','2034-05-30 08:15:00','2034-05-30','08:00:00','08:15:00',NULL),(8456,51,6142,'2034-05-31 08:00:00','2034-05-31 08:15:00','2034-05-31','08:00:00','08:15:00',NULL),(8457,51,6142,'2034-06-01 08:00:00','2034-06-01 08:15:00','2034-06-01','08:00:00','08:15:00',NULL),(8458,51,6142,'2034-06-02 08:00:00','2034-06-02 08:15:00','2034-06-02','08:00:00','08:15:00',NULL),(8459,51,6142,'2034-06-05 08:00:00','2034-06-05 08:15:00','2034-06-05','08:00:00','08:15:00',NULL),(8460,51,6142,'2034-06-06 08:00:00','2034-06-06 08:15:00','2034-06-06','08:00:00','08:15:00',NULL),(8461,51,6142,'2034-06-07 08:00:00','2034-06-07 08:15:00','2034-06-07','08:00:00','08:15:00',NULL),(8462,51,6142,'2034-06-08 08:00:00','2034-06-08 08:15:00','2034-06-08','08:00:00','08:15:00',NULL),(8463,51,6142,'2034-06-09 08:00:00','2034-06-09 08:15:00','2034-06-09','08:00:00','08:15:00',NULL),(8464,51,6142,'2034-06-12 08:00:00','2034-06-12 08:15:00','2034-06-12','08:00:00','08:15:00',NULL),(8465,51,6142,'2034-06-13 08:00:00','2034-06-13 08:15:00','2034-06-13','08:00:00','08:15:00',NULL),(8466,51,6142,'2034-06-14 08:00:00','2034-06-14 08:15:00','2034-06-14','08:00:00','08:15:00',NULL),(8467,51,6142,'2034-06-15 08:00:00','2034-06-15 08:15:00','2034-06-15','08:00:00','08:15:00',NULL),(8468,51,6142,'2034-06-16 08:00:00','2034-06-16 08:15:00','2034-06-16','08:00:00','08:15:00',NULL),(8469,51,6142,'2034-06-19 08:00:00','2034-06-19 08:15:00','2034-06-19','08:00:00','08:15:00',NULL),(8470,51,6142,'2034-06-20 08:00:00','2034-06-20 08:15:00','2034-06-20','08:00:00','08:15:00',NULL),(8471,51,6142,'2034-06-21 08:00:00','2034-06-21 08:15:00','2034-06-21','08:00:00','08:15:00',NULL),(8472,51,6142,'2034-06-22 08:00:00','2034-06-22 08:15:00','2034-06-22','08:00:00','08:15:00',NULL),(8473,51,6142,'2034-06-23 08:00:00','2034-06-23 08:15:00','2034-06-23','08:00:00','08:15:00',NULL),(8474,51,6142,'2034-06-26 08:00:00','2034-06-26 08:15:00','2034-06-26','08:00:00','08:15:00',NULL),(8475,51,6142,'2034-06-27 08:00:00','2034-06-27 08:15:00','2034-06-27','08:00:00','08:15:00',NULL),(8476,51,6142,'2034-06-28 08:00:00','2034-06-28 08:15:00','2034-06-28','08:00:00','08:15:00',NULL),(8477,51,6142,'2034-06-29 08:00:00','2034-06-29 08:15:00','2034-06-29','08:00:00','08:15:00',NULL),(8478,51,6142,'2034-06-30 08:00:00','2034-06-30 08:15:00','2034-06-30','08:00:00','08:15:00',NULL),(8479,51,6142,'2034-07-03 08:00:00','2034-07-03 08:15:00','2034-07-03','08:00:00','08:15:00',NULL),(8480,51,6142,'2034-07-04 08:00:00','2034-07-04 08:15:00','2034-07-04','08:00:00','08:15:00',NULL),(8481,51,6142,'2034-07-05 08:00:00','2034-07-05 08:15:00','2034-07-05','08:00:00','08:15:00',NULL),(8482,51,6142,'2034-07-06 08:00:00','2034-07-06 08:15:00','2034-07-06','08:00:00','08:15:00',NULL),(8483,51,6142,'2034-07-07 08:00:00','2034-07-07 08:15:00','2034-07-07','08:00:00','08:15:00',NULL),(8484,51,6142,'2034-07-10 08:00:00','2034-07-10 08:15:00','2034-07-10','08:00:00','08:15:00',NULL),(8485,51,6142,'2034-07-11 08:00:00','2034-07-11 08:15:00','2034-07-11','08:00:00','08:15:00',NULL),(8486,51,6142,'2034-07-12 08:00:00','2034-07-12 08:15:00','2034-07-12','08:00:00','08:15:00',NULL),(8487,51,6142,'2034-07-13 08:00:00','2034-07-13 08:15:00','2034-07-13','08:00:00','08:15:00',NULL),(8488,51,6142,'2034-07-14 08:00:00','2034-07-14 08:15:00','2034-07-14','08:00:00','08:15:00',NULL),(8489,51,6142,'2034-07-17 08:00:00','2034-07-17 08:15:00','2034-07-17','08:00:00','08:15:00',NULL),(8490,51,6142,'2034-07-18 08:00:00','2034-07-18 08:15:00','2034-07-18','08:00:00','08:15:00',NULL),(8491,51,6142,'2034-07-19 08:00:00','2034-07-19 08:15:00','2034-07-19','08:00:00','08:15:00',NULL),(8492,51,6142,'2034-07-20 08:00:00','2034-07-20 08:15:00','2034-07-20','08:00:00','08:15:00',NULL),(8493,51,6142,'2034-07-21 08:00:00','2034-07-21 08:15:00','2034-07-21','08:00:00','08:15:00',NULL),(8494,51,6142,'2034-07-24 08:00:00','2034-07-24 08:15:00','2034-07-24','08:00:00','08:15:00',NULL),(8495,51,6142,'2034-07-25 08:00:00','2034-07-25 08:15:00','2034-07-25','08:00:00','08:15:00',NULL),(8496,51,6142,'2034-07-26 08:00:00','2034-07-26 08:15:00','2034-07-26','08:00:00','08:15:00',NULL),(8497,51,6142,'2034-07-27 08:00:00','2034-07-27 08:15:00','2034-07-27','08:00:00','08:15:00',NULL),(8498,51,6142,'2034-07-28 08:00:00','2034-07-28 08:15:00','2034-07-28','08:00:00','08:15:00',NULL),(8499,51,6142,'2034-07-31 08:00:00','2034-07-31 08:15:00','2034-07-31','08:00:00','08:15:00',NULL),(8500,51,6142,'2034-08-01 08:00:00','2034-08-01 08:15:00','2034-08-01','08:00:00','08:15:00',NULL),(8501,51,6142,'2034-08-02 08:00:00','2034-08-02 08:15:00','2034-08-02','08:00:00','08:15:00',NULL),(8502,51,6142,'2034-08-03 08:00:00','2034-08-03 08:15:00','2034-08-03','08:00:00','08:15:00',NULL),(8503,51,6142,'2034-08-04 08:00:00','2034-08-04 08:15:00','2034-08-04','08:00:00','08:15:00',NULL),(8504,51,6142,'2034-08-07 08:00:00','2034-08-07 08:15:00','2034-08-07','08:00:00','08:15:00',NULL),(8505,51,6142,'2034-08-08 08:00:00','2034-08-08 08:15:00','2034-08-08','08:00:00','08:15:00',NULL),(8506,51,6142,'2034-08-09 08:00:00','2034-08-09 08:15:00','2034-08-09','08:00:00','08:15:00',NULL),(8507,51,6142,'2034-08-10 08:00:00','2034-08-10 08:15:00','2034-08-10','08:00:00','08:15:00',NULL),(8508,51,6142,'2034-08-11 08:00:00','2034-08-11 08:15:00','2034-08-11','08:00:00','08:15:00',NULL),(8509,51,6142,'2034-08-14 08:00:00','2034-08-14 08:15:00','2034-08-14','08:00:00','08:15:00',NULL),(8510,51,6142,'2034-08-15 08:00:00','2034-08-15 08:15:00','2034-08-15','08:00:00','08:15:00',NULL),(8511,51,6142,'2034-08-16 08:00:00','2034-08-16 08:15:00','2034-08-16','08:00:00','08:15:00',NULL),(8512,51,6142,'2034-08-17 08:00:00','2034-08-17 08:15:00','2034-08-17','08:00:00','08:15:00',NULL),(8513,51,6142,'2034-08-18 08:00:00','2034-08-18 08:15:00','2034-08-18','08:00:00','08:15:00',NULL),(8514,51,6142,'2034-08-21 08:00:00','2034-08-21 08:15:00','2034-08-21','08:00:00','08:15:00',NULL),(8515,51,6142,'2034-08-22 08:00:00','2034-08-22 08:15:00','2034-08-22','08:00:00','08:15:00',NULL),(8516,51,6142,'2034-08-23 08:00:00','2034-08-23 08:15:00','2034-08-23','08:00:00','08:15:00',NULL),(8517,51,6142,'2034-08-24 08:00:00','2034-08-24 08:15:00','2034-08-24','08:00:00','08:15:00',NULL),(8518,51,6142,'2034-08-25 08:00:00','2034-08-25 08:15:00','2034-08-25','08:00:00','08:15:00',NULL),(8519,51,6142,'2034-08-28 08:00:00','2034-08-28 08:15:00','2034-08-28','08:00:00','08:15:00',NULL),(8520,51,6142,'2034-08-29 08:00:00','2034-08-29 08:15:00','2034-08-29','08:00:00','08:15:00',NULL),(8521,51,6142,'2034-08-30 08:00:00','2034-08-30 08:15:00','2034-08-30','08:00:00','08:15:00',NULL),(8522,51,6142,'2034-08-31 08:00:00','2034-08-31 08:15:00','2034-08-31','08:00:00','08:15:00',NULL),(8523,51,6142,'2034-09-01 08:00:00','2034-09-01 08:15:00','2034-09-01','08:00:00','08:15:00',NULL),(8524,51,6142,'2034-09-04 08:00:00','2034-09-04 08:15:00','2034-09-04','08:00:00','08:15:00',NULL),(8525,51,6142,'2034-09-05 08:00:00','2034-09-05 08:15:00','2034-09-05','08:00:00','08:15:00',NULL),(8526,51,6142,'2034-09-06 08:00:00','2034-09-06 08:15:00','2034-09-06','08:00:00','08:15:00',NULL),(8527,51,6142,'2034-09-07 08:00:00','2034-09-07 08:15:00','2034-09-07','08:00:00','08:15:00',NULL),(8528,51,6142,'2034-09-08 08:00:00','2034-09-08 08:15:00','2034-09-08','08:00:00','08:15:00',NULL),(8529,51,6142,'2034-09-11 08:00:00','2034-09-11 08:15:00','2034-09-11','08:00:00','08:15:00',NULL),(8530,51,6142,'2034-09-12 08:00:00','2034-09-12 08:15:00','2034-09-12','08:00:00','08:15:00',NULL),(8531,51,6142,'2034-09-13 08:00:00','2034-09-13 08:15:00','2034-09-13','08:00:00','08:15:00',NULL),(8532,51,6142,'2034-09-14 08:00:00','2034-09-14 08:15:00','2034-09-14','08:00:00','08:15:00',NULL),(8533,51,6142,'2034-09-15 08:00:00','2034-09-15 08:15:00','2034-09-15','08:00:00','08:15:00',NULL),(8534,51,6142,'2034-09-18 08:00:00','2034-09-18 08:15:00','2034-09-18','08:00:00','08:15:00',NULL),(8535,51,6142,'2034-09-19 08:00:00','2034-09-19 08:15:00','2034-09-19','08:00:00','08:15:00',NULL),(8536,51,6142,'2034-09-20 08:00:00','2034-09-20 08:15:00','2034-09-20','08:00:00','08:15:00',NULL),(8537,51,6142,'2034-09-21 08:00:00','2034-09-21 08:15:00','2034-09-21','08:00:00','08:15:00',NULL),(8538,51,6142,'2034-09-22 08:00:00','2034-09-22 08:15:00','2034-09-22','08:00:00','08:15:00',NULL),(8539,51,6142,'2034-09-25 08:00:00','2034-09-25 08:15:00','2034-09-25','08:00:00','08:15:00',NULL),(8540,51,6142,'2034-09-26 08:00:00','2034-09-26 08:15:00','2034-09-26','08:00:00','08:15:00',NULL),(8541,51,6142,'2034-09-27 08:00:00','2034-09-27 08:15:00','2034-09-27','08:00:00','08:15:00',NULL),(8542,51,6142,'2034-09-28 08:00:00','2034-09-28 08:15:00','2034-09-28','08:00:00','08:15:00',NULL),(8543,51,6142,'2034-09-29 08:00:00','2034-09-29 08:15:00','2034-09-29','08:00:00','08:15:00',NULL),(8544,51,6142,'2034-10-02 08:00:00','2034-10-02 08:15:00','2034-10-02','08:00:00','08:15:00',NULL),(8545,51,6142,'2034-10-03 08:00:00','2034-10-03 08:15:00','2034-10-03','08:00:00','08:15:00',NULL),(8546,51,6142,'2034-10-04 08:00:00','2034-10-04 08:15:00','2034-10-04','08:00:00','08:15:00',NULL),(8547,51,6142,'2034-10-05 08:00:00','2034-10-05 08:15:00','2034-10-05','08:00:00','08:15:00',NULL),(8548,51,6142,'2034-10-06 08:00:00','2034-10-06 08:15:00','2034-10-06','08:00:00','08:15:00',NULL),(8549,51,6142,'2034-10-09 08:00:00','2034-10-09 08:15:00','2034-10-09','08:00:00','08:15:00',NULL),(8550,51,6142,'2034-10-10 08:00:00','2034-10-10 08:15:00','2034-10-10','08:00:00','08:15:00',NULL),(8551,51,6142,'2034-10-11 08:00:00','2034-10-11 08:15:00','2034-10-11','08:00:00','08:15:00',NULL),(8552,51,6142,'2034-10-12 08:00:00','2034-10-12 08:15:00','2034-10-12','08:00:00','08:15:00',NULL),(8553,51,6142,'2034-10-13 08:00:00','2034-10-13 08:15:00','2034-10-13','08:00:00','08:15:00',NULL),(8554,51,6142,'2034-10-16 08:00:00','2034-10-16 08:15:00','2034-10-16','08:00:00','08:15:00',NULL),(8555,51,6142,'2034-10-17 08:00:00','2034-10-17 08:15:00','2034-10-17','08:00:00','08:15:00',NULL),(8556,51,6142,'2034-10-18 08:00:00','2034-10-18 08:15:00','2034-10-18','08:00:00','08:15:00',NULL),(8557,51,6142,'2034-10-19 08:00:00','2034-10-19 08:15:00','2034-10-19','08:00:00','08:15:00',NULL),(8558,51,6142,'2034-10-20 08:00:00','2034-10-20 08:15:00','2034-10-20','08:00:00','08:15:00',NULL),(8559,51,6142,'2034-10-23 08:00:00','2034-10-23 08:15:00','2034-10-23','08:00:00','08:15:00',NULL),(8560,51,6142,'2034-10-24 08:00:00','2034-10-24 08:15:00','2034-10-24','08:00:00','08:15:00',NULL),(8561,51,6142,'2034-10-25 08:00:00','2034-10-25 08:15:00','2034-10-25','08:00:00','08:15:00',NULL),(8562,51,6142,'2034-10-26 08:00:00','2034-10-26 08:15:00','2034-10-26','08:00:00','08:15:00',NULL),(8563,51,6142,'2034-10-27 08:00:00','2034-10-27 08:15:00','2034-10-27','08:00:00','08:15:00',NULL),(8564,51,6142,'2034-10-30 08:00:00','2034-10-30 08:15:00','2034-10-30','08:00:00','08:15:00',NULL),(8565,51,6142,'2034-10-31 08:00:00','2034-10-31 08:15:00','2034-10-31','08:00:00','08:15:00',NULL),(8566,51,6142,'2034-11-01 08:00:00','2034-11-01 08:15:00','2034-11-01','08:00:00','08:15:00',NULL),(8567,51,6142,'2034-11-02 08:00:00','2034-11-02 08:15:00','2034-11-02','08:00:00','08:15:00',NULL),(8568,51,6142,'2034-11-03 08:00:00','2034-11-03 08:15:00','2034-11-03','08:00:00','08:15:00',NULL),(8569,51,6142,'2034-11-06 08:00:00','2034-11-06 08:15:00','2034-11-06','08:00:00','08:15:00',NULL),(8570,51,6142,'2034-11-07 08:00:00','2034-11-07 08:15:00','2034-11-07','08:00:00','08:15:00',NULL),(8571,51,6142,'2034-11-08 08:00:00','2034-11-08 08:15:00','2034-11-08','08:00:00','08:15:00',NULL),(8572,51,6142,'2034-11-09 08:00:00','2034-11-09 08:15:00','2034-11-09','08:00:00','08:15:00',NULL),(8573,51,6142,'2034-11-10 08:00:00','2034-11-10 08:15:00','2034-11-10','08:00:00','08:15:00',NULL),(8574,51,6142,'2034-11-13 08:00:00','2034-11-13 08:15:00','2034-11-13','08:00:00','08:15:00',NULL),(8575,51,6142,'2034-11-14 08:00:00','2034-11-14 08:15:00','2034-11-14','08:00:00','08:15:00',NULL),(8576,51,6142,'2034-11-15 08:00:00','2034-11-15 08:15:00','2034-11-15','08:00:00','08:15:00',NULL),(8577,51,6142,'2034-11-16 08:00:00','2034-11-16 08:15:00','2034-11-16','08:00:00','08:15:00',NULL),(8578,51,6142,'2034-11-17 08:00:00','2034-11-17 08:15:00','2034-11-17','08:00:00','08:15:00',NULL),(8579,51,6142,'2034-11-20 08:00:00','2034-11-20 08:15:00','2034-11-20','08:00:00','08:15:00',NULL),(8580,51,6142,'2034-11-21 08:00:00','2034-11-21 08:15:00','2034-11-21','08:00:00','08:15:00',NULL),(8581,51,6142,'2034-11-22 08:00:00','2034-11-22 08:15:00','2034-11-22','08:00:00','08:15:00',NULL),(8582,51,6142,'2034-11-23 08:00:00','2034-11-23 08:15:00','2034-11-23','08:00:00','08:15:00',NULL),(8583,51,6142,'2034-11-24 08:00:00','2034-11-24 08:15:00','2034-11-24','08:00:00','08:15:00',NULL),(8584,51,6142,'2034-11-27 08:00:00','2034-11-27 08:15:00','2034-11-27','08:00:00','08:15:00',NULL),(8585,51,6142,'2034-11-28 08:00:00','2034-11-28 08:15:00','2034-11-28','08:00:00','08:15:00',NULL),(8586,51,6142,'2034-11-29 08:00:00','2034-11-29 08:15:00','2034-11-29','08:00:00','08:15:00',NULL),(8587,51,6142,'2034-11-30 08:00:00','2034-11-30 08:15:00','2034-11-30','08:00:00','08:15:00',NULL),(8588,51,6142,'2034-12-01 08:00:00','2034-12-01 08:15:00','2034-12-01','08:00:00','08:15:00',NULL),(8589,51,6142,'2034-12-04 08:00:00','2034-12-04 08:15:00','2034-12-04','08:00:00','08:15:00',NULL),(8590,51,6142,'2034-12-05 08:00:00','2034-12-05 08:15:00','2034-12-05','08:00:00','08:15:00',NULL),(8591,51,6142,'2034-12-06 08:00:00','2034-12-06 08:15:00','2034-12-06','08:00:00','08:15:00',NULL),(8592,51,6142,'2034-12-07 08:00:00','2034-12-07 08:15:00','2034-12-07','08:00:00','08:15:00',NULL),(8593,51,6142,'2034-12-08 08:00:00','2034-12-08 08:15:00','2034-12-08','08:00:00','08:15:00',NULL),(8594,51,6142,'2034-12-11 08:00:00','2034-12-11 08:15:00','2034-12-11','08:00:00','08:15:00',NULL),(8595,51,6142,'2034-12-12 08:00:00','2034-12-12 08:15:00','2034-12-12','08:00:00','08:15:00',NULL),(8596,51,6142,'2034-12-13 08:00:00','2034-12-13 08:15:00','2034-12-13','08:00:00','08:15:00',NULL),(8597,51,6142,'2034-12-14 08:00:00','2034-12-14 08:15:00','2034-12-14','08:00:00','08:15:00',NULL),(8598,51,6142,'2034-12-15 08:00:00','2034-12-15 08:15:00','2034-12-15','08:00:00','08:15:00',NULL),(8599,51,6142,'2034-12-18 08:00:00','2034-12-18 08:15:00','2034-12-18','08:00:00','08:15:00',NULL),(8600,51,6142,'2034-12-19 08:00:00','2034-12-19 08:15:00','2034-12-19','08:00:00','08:15:00',NULL),(8601,51,6142,'2034-12-20 08:00:00','2034-12-20 08:15:00','2034-12-20','08:00:00','08:15:00',NULL),(8602,51,6142,'2034-12-21 08:00:00','2034-12-21 08:15:00','2034-12-21','08:00:00','08:15:00',NULL),(8603,51,6142,'2034-12-22 08:00:00','2034-12-22 08:15:00','2034-12-22','08:00:00','08:15:00',NULL),(8604,51,6142,'2034-12-25 08:00:00','2034-12-25 08:15:00','2034-12-25','08:00:00','08:15:00',NULL),(8605,51,6142,'2034-12-26 08:00:00','2034-12-26 08:15:00','2034-12-26','08:00:00','08:15:00',NULL),(8606,51,6142,'2034-12-27 08:00:00','2034-12-27 08:15:00','2034-12-27','08:00:00','08:15:00',NULL),(8607,51,6142,'2034-12-28 08:00:00','2034-12-28 08:15:00','2034-12-28','08:00:00','08:15:00',NULL),(8608,51,6142,'2034-12-29 08:00:00','2034-12-29 08:15:00','2034-12-29','08:00:00','08:15:00',NULL),(8609,51,6142,'2035-01-01 08:00:00','2035-01-01 08:15:00','2035-01-01','08:00:00','08:15:00',NULL),(8610,51,8610,'2025-07-21 08:00:00','2025-07-21 08:15:00','2025-07-21','08:00:00','08:15:00',NULL),(8611,51,8610,'2025-07-22 08:00:00','2025-07-22 08:15:00','2025-07-22','08:00:00','08:15:00',NULL),(8612,51,8610,'2025-07-23 08:00:00','2025-07-23 08:15:00','2025-07-23','08:00:00','08:15:00',NULL),(8613,51,8610,'2025-07-24 08:00:00','2025-07-24 08:15:00','2025-07-24','08:00:00','08:15:00',NULL),(8614,51,8610,'2025-07-25 08:00:00','2025-07-25 08:15:00','2025-07-25','08:00:00','08:15:00',NULL),(8615,51,8610,'2025-07-28 08:00:00','2025-07-28 08:15:00','2025-07-28','08:00:00','08:15:00',NULL),(8616,51,8610,'2025-07-29 08:00:00','2025-07-29 08:15:00','2025-07-29','08:00:00','08:15:00',NULL),(8617,51,8610,'2025-07-30 08:00:00','2025-07-30 08:15:00','2025-07-30','08:00:00','08:15:00',NULL),(8618,51,8610,'2025-07-31 08:00:00','2025-07-31 08:15:00','2025-07-31','08:00:00','08:15:00',NULL),(8619,51,8610,'2025-08-01 08:00:00','2025-08-01 08:15:00','2025-08-01','08:00:00','08:15:00',NULL),(8620,51,8610,'2025-08-04 08:00:00','2025-08-04 08:15:00','2025-08-04','08:00:00','08:15:00',NULL),(8621,51,8610,'2025-08-05 08:00:00','2025-08-05 08:15:00','2025-08-05','08:00:00','08:15:00',NULL),(8622,51,8610,'2025-08-06 08:00:00','2025-08-06 08:15:00','2025-08-06','08:00:00','08:15:00',NULL),(8623,51,8610,'2025-08-07 08:00:00','2025-08-07 08:15:00','2025-08-07','08:00:00','08:15:00',NULL),(8624,51,8610,'2025-08-08 08:00:00','2025-08-08 08:15:00','2025-08-08','08:00:00','08:15:00',NULL),(8625,51,8610,'2025-08-11 08:00:00','2025-08-11 08:15:00','2025-08-11','08:00:00','08:15:00',NULL),(8626,51,8610,'2025-08-12 08:00:00','2025-08-12 08:15:00','2025-08-12','08:00:00','08:15:00',NULL),(8627,51,8610,'2025-08-13 08:00:00','2025-08-13 08:15:00','2025-08-13','08:00:00','08:15:00',NULL),(8628,51,8610,'2025-08-14 08:00:00','2025-08-14 08:15:00','2025-08-14','08:00:00','08:15:00',NULL),(8629,51,8610,'2025-08-15 08:00:00','2025-08-15 08:15:00','2025-08-15','08:00:00','08:15:00',NULL),(8630,51,8610,'2025-08-18 08:00:00','2025-08-18 08:15:00','2025-08-18','08:00:00','08:15:00',NULL),(8631,51,8610,'2025-08-19 08:00:00','2025-08-19 08:15:00','2025-08-19','08:00:00','08:15:00',NULL),(8632,51,8610,'2025-08-20 08:00:00','2025-08-20 08:15:00','2025-08-20','08:00:00','08:15:00',NULL),(8633,51,8610,'2025-08-21 08:00:00','2025-08-21 08:15:00','2025-08-21','08:00:00','08:15:00',NULL),(8634,51,8610,'2025-08-22 08:00:00','2025-08-22 08:15:00','2025-08-22','08:00:00','08:15:00',NULL),(8635,51,8610,'2025-08-25 08:00:00','2025-08-25 08:15:00','2025-08-25','08:00:00','08:15:00',NULL),(8636,51,8610,'2025-08-26 08:00:00','2025-08-26 08:15:00','2025-08-26','08:00:00','08:15:00',NULL),(8637,51,8610,'2025-08-27 08:00:00','2025-08-27 08:15:00','2025-08-27','08:00:00','08:15:00',NULL),(8638,51,8610,'2025-08-28 08:00:00','2025-08-28 08:15:00','2025-08-28','08:00:00','08:15:00',NULL),(8639,51,8610,'2025-08-29 08:00:00','2025-08-29 08:15:00','2025-08-29','08:00:00','08:15:00',NULL),(8640,51,8610,'2025-09-01 08:00:00','2025-09-01 08:15:00','2025-09-01','08:00:00','08:15:00',NULL),(8641,51,8610,'2025-09-02 08:00:00','2025-09-02 08:15:00','2025-09-02','08:00:00','08:15:00',NULL),(8642,51,8610,'2025-09-03 08:00:00','2025-09-03 08:15:00','2025-09-03','08:00:00','08:15:00',NULL),(8643,51,8610,'2025-09-04 08:00:00','2025-09-04 08:15:00','2025-09-04','08:00:00','08:15:00',NULL),(8644,51,8610,'2025-09-05 08:00:00','2025-09-05 08:15:00','2025-09-05','08:00:00','08:15:00',NULL),(8645,51,8610,'2025-09-08 08:00:00','2025-09-08 08:15:00','2025-09-08','08:00:00','08:15:00',NULL),(8646,51,8610,'2025-09-09 08:00:00','2025-09-09 08:15:00','2025-09-09','08:00:00','08:15:00',NULL),(8647,51,8610,'2025-09-10 08:00:00','2025-09-10 08:15:00','2025-09-10','08:00:00','08:15:00',NULL),(8648,51,8610,'2025-09-11 08:00:00','2025-09-11 08:15:00','2025-09-11','08:00:00','08:15:00',NULL),(8649,51,8610,'2025-09-12 08:00:00','2025-09-12 08:15:00','2025-09-12','08:00:00','08:15:00',NULL),(8650,51,8610,'2025-09-15 08:00:00','2025-09-15 08:15:00','2025-09-15','08:00:00','08:15:00',NULL),(8651,51,8610,'2025-09-16 08:00:00','2025-09-16 08:15:00','2025-09-16','08:00:00','08:15:00',NULL),(8652,51,8610,'2025-09-17 08:00:00','2025-09-17 08:15:00','2025-09-17','08:00:00','08:15:00',NULL),(8653,51,8610,'2025-09-18 08:00:00','2025-09-18 08:15:00','2025-09-18','08:00:00','08:15:00',NULL),(8654,51,8610,'2025-09-19 08:00:00','2025-09-19 08:15:00','2025-09-19','08:00:00','08:15:00',NULL),(8655,51,8610,'2025-09-22 08:00:00','2025-09-22 08:15:00','2025-09-22','08:00:00','08:15:00',NULL),(8656,51,8610,'2025-09-23 08:00:00','2025-09-23 08:15:00','2025-09-23','08:00:00','08:15:00',NULL),(8657,51,8610,'2025-09-24 08:00:00','2025-09-24 08:15:00','2025-09-24','08:00:00','08:15:00',NULL),(8658,51,8610,'2025-09-25 08:00:00','2025-09-25 08:15:00','2025-09-25','08:00:00','08:15:00',NULL),(8659,51,8610,'2025-09-26 08:00:00','2025-09-26 08:15:00','2025-09-26','08:00:00','08:15:00',NULL),(8660,51,8610,'2025-09-29 08:00:00','2025-09-29 08:15:00','2025-09-29','08:00:00','08:15:00',NULL),(8661,51,8610,'2025-09-30 08:00:00','2025-09-30 08:15:00','2025-09-30','08:00:00','08:15:00',NULL),(8662,51,8610,'2025-10-01 08:00:00','2025-10-01 08:15:00','2025-10-01','08:00:00','08:15:00',NULL),(8663,51,8610,'2025-10-02 08:00:00','2025-10-02 08:15:00','2025-10-02','08:00:00','08:15:00',NULL),(8664,51,8610,'2025-10-03 08:00:00','2025-10-03 08:15:00','2025-10-03','08:00:00','08:15:00',NULL),(8665,51,8610,'2025-10-06 08:00:00','2025-10-06 08:15:00','2025-10-06','08:00:00','08:15:00',NULL),(8666,51,8610,'2025-10-07 08:00:00','2025-10-07 08:15:00','2025-10-07','08:00:00','08:15:00',NULL),(8667,51,8610,'2025-10-08 08:00:00','2025-10-08 08:15:00','2025-10-08','08:00:00','08:15:00',NULL),(8668,51,8610,'2025-10-09 08:00:00','2025-10-09 08:15:00','2025-10-09','08:00:00','08:15:00',NULL),(8669,51,8610,'2025-10-10 08:00:00','2025-10-10 08:15:00','2025-10-10','08:00:00','08:15:00',NULL),(8670,51,8610,'2025-10-13 08:00:00','2025-10-13 08:15:00','2025-10-13','08:00:00','08:15:00',NULL),(8671,51,8610,'2025-10-14 08:00:00','2025-10-14 08:15:00','2025-10-14','08:00:00','08:15:00',NULL),(8672,51,8610,'2025-10-15 08:00:00','2025-10-15 08:15:00','2025-10-15','08:00:00','08:15:00',NULL),(8673,51,8610,'2025-10-16 08:00:00','2025-10-16 08:15:00','2025-10-16','08:00:00','08:15:00',NULL),(8674,51,8610,'2025-10-17 08:00:00','2025-10-17 08:15:00','2025-10-17','08:00:00','08:15:00',NULL),(8675,51,8610,'2025-10-20 08:00:00','2025-10-20 08:15:00','2025-10-20','08:00:00','08:15:00',NULL),(8676,51,8610,'2025-10-21 08:00:00','2025-10-21 08:15:00','2025-10-21','08:00:00','08:15:00',NULL),(8677,51,8610,'2025-10-22 08:00:00','2025-10-22 08:15:00','2025-10-22','08:00:00','08:15:00',NULL),(8678,51,8610,'2025-10-23 08:00:00','2025-10-23 08:15:00','2025-10-23','08:00:00','08:15:00',NULL),(8679,51,8610,'2025-10-24 08:00:00','2025-10-24 08:15:00','2025-10-24','08:00:00','08:15:00',NULL),(8680,51,8610,'2025-10-27 08:00:00','2025-10-27 08:15:00','2025-10-27','08:00:00','08:15:00',NULL),(8681,51,8610,'2025-10-28 08:00:00','2025-10-28 08:15:00','2025-10-28','08:00:00','08:15:00',NULL),(8682,51,8610,'2025-10-29 08:00:00','2025-10-29 08:15:00','2025-10-29','08:00:00','08:15:00',NULL),(8683,51,8610,'2025-10-30 08:00:00','2025-10-30 08:15:00','2025-10-30','08:00:00','08:15:00',NULL),(8684,51,8610,'2025-10-31 08:00:00','2025-10-31 08:15:00','2025-10-31','08:00:00','08:15:00',NULL),(8685,51,8610,'2025-11-03 08:00:00','2025-11-03 08:15:00','2025-11-03','08:00:00','08:15:00',NULL),(8686,51,8610,'2025-11-04 08:00:00','2025-11-04 08:15:00','2025-11-04','08:00:00','08:15:00',NULL),(8723,51,8610,'2025-12-25 08:00:00','2025-12-25 08:15:00','2025-12-25','08:00:00','08:15:00',NULL),(8724,51,8610,'2025-12-26 08:00:00','2025-12-26 08:15:00','2025-12-26','08:00:00','08:15:00',NULL),(8725,51,8610,'2025-12-29 08:00:00','2025-12-29 08:15:00','2025-12-29','08:00:00','08:15:00',NULL),(8726,51,8610,'2025-12-30 08:00:00','2025-12-30 08:15:00','2025-12-30','08:00:00','08:15:00',NULL),(8727,51,8610,'2025-12-31 08:00:00','2025-12-31 08:15:00','2025-12-31','08:00:00','08:15:00',NULL),(8728,51,8610,'2026-01-01 08:00:00','2026-01-01 08:15:00','2026-01-01','08:00:00','08:15:00',NULL),(8729,51,8610,'2026-01-02 08:00:00','2026-01-02 08:15:00','2026-01-02','08:00:00','08:15:00',NULL),(8730,51,8610,'2026-01-05 08:00:00','2026-01-05 08:15:00','2026-01-05','08:00:00','08:15:00',NULL),(8731,51,8610,'2026-01-06 08:00:00','2026-01-06 08:15:00','2026-01-06','08:00:00','08:15:00',NULL),(8732,51,8610,'2026-01-07 08:00:00','2026-01-07 08:15:00','2026-01-07','08:00:00','08:15:00',NULL),(8733,51,8610,'2026-01-08 08:00:00','2026-01-08 08:15:00','2026-01-08','08:00:00','08:15:00',NULL),(8734,51,8610,'2026-01-09 08:00:00','2026-01-09 08:15:00','2026-01-09','08:00:00','08:15:00',NULL),(8735,51,8610,'2026-01-12 08:00:00','2026-01-12 08:15:00','2026-01-12','08:00:00','08:15:00',NULL),(8736,51,8610,'2026-01-13 08:00:00','2026-01-13 08:15:00','2026-01-13','08:00:00','08:15:00',NULL),(8737,51,8610,'2026-01-14 08:00:00','2026-01-14 08:15:00','2026-01-14','08:00:00','08:15:00',NULL),(8738,51,8610,'2026-01-15 08:00:00','2026-01-15 08:15:00','2026-01-15','08:00:00','08:15:00',NULL),(8739,51,8610,'2026-01-16 08:00:00','2026-01-16 08:15:00','2026-01-16','08:00:00','08:15:00',NULL),(8740,51,8610,'2026-01-19 08:00:00','2026-01-19 08:15:00','2026-01-19','08:00:00','08:15:00',NULL),(8741,51,8610,'2026-01-20 08:00:00','2026-01-20 08:15:00','2026-01-20','08:00:00','08:15:00',NULL),(8742,51,8610,'2026-01-21 08:00:00','2026-01-21 08:15:00','2026-01-21','08:00:00','08:15:00',NULL),(8743,51,8610,'2026-01-22 08:00:00','2026-01-22 08:15:00','2026-01-22','08:00:00','08:15:00',NULL),(8744,51,8610,'2026-01-23 08:00:00','2026-01-23 08:15:00','2026-01-23','08:00:00','08:15:00',NULL),(8745,51,8610,'2026-01-26 08:00:00','2026-01-26 08:15:00','2026-01-26','08:00:00','08:15:00',NULL),(8746,51,8610,'2026-01-27 08:00:00','2026-01-27 08:15:00','2026-01-27','08:00:00','08:15:00',NULL),(8747,51,8610,'2026-01-28 08:00:00','2026-01-28 08:15:00','2026-01-28','08:00:00','08:15:00',NULL),(8748,51,8610,'2026-01-29 08:00:00','2026-01-29 08:15:00','2026-01-29','08:00:00','08:15:00',NULL),(8749,51,8610,'2026-01-30 08:00:00','2026-01-30 08:15:00','2026-01-30','08:00:00','08:15:00',NULL),(8750,51,8610,'2026-02-02 08:00:00','2026-02-02 08:15:00','2026-02-02','08:00:00','08:15:00',NULL),(8751,51,8610,'2026-02-03 08:00:00','2026-02-03 08:15:00','2026-02-03','08:00:00','08:15:00',NULL),(8752,51,8610,'2026-02-04 08:00:00','2026-02-04 08:15:00','2026-02-04','08:00:00','08:15:00',NULL),(8753,51,8610,'2026-02-05 08:00:00','2026-02-05 08:15:00','2026-02-05','08:00:00','08:15:00',NULL),(8754,51,8610,'2026-02-06 08:00:00','2026-02-06 08:15:00','2026-02-06','08:00:00','08:15:00',NULL),(8755,51,8610,'2026-02-09 08:00:00','2026-02-09 08:15:00','2026-02-09','08:00:00','08:15:00',NULL),(8756,51,8610,'2026-02-10 08:00:00','2026-02-10 08:15:00','2026-02-10','08:00:00','08:15:00',NULL),(8757,51,8610,'2026-02-11 08:00:00','2026-02-11 08:15:00','2026-02-11','08:00:00','08:15:00',NULL),(8758,51,8610,'2026-02-12 08:00:00','2026-02-12 08:15:00','2026-02-12','08:00:00','08:15:00',NULL),(8759,51,8610,'2026-02-13 08:00:00','2026-02-13 08:15:00','2026-02-13','08:00:00','08:15:00',NULL),(8760,51,8610,'2026-02-16 08:00:00','2026-02-16 08:15:00','2026-02-16','08:00:00','08:15:00',NULL),(8761,51,8610,'2026-02-17 08:00:00','2026-02-17 08:15:00','2026-02-17','08:00:00','08:15:00',NULL),(8762,51,8610,'2026-02-18 08:00:00','2026-02-18 08:15:00','2026-02-18','08:00:00','08:15:00',NULL),(8763,51,8610,'2026-02-19 08:00:00','2026-02-19 08:15:00','2026-02-19','08:00:00','08:15:00',NULL),(8764,51,8610,'2026-02-20 08:00:00','2026-02-20 08:15:00','2026-02-20','08:00:00','08:15:00',NULL),(8765,51,8610,'2026-02-23 08:00:00','2026-02-23 08:15:00','2026-02-23','08:00:00','08:15:00',NULL),(8766,51,8610,'2026-02-24 08:00:00','2026-02-24 08:15:00','2026-02-24','08:00:00','08:15:00',NULL),(8767,51,8610,'2026-02-25 08:00:00','2026-02-25 08:15:00','2026-02-25','08:00:00','08:15:00',NULL),(8768,51,8610,'2026-02-26 08:00:00','2026-02-26 08:15:00','2026-02-26','08:00:00','08:15:00',NULL),(8769,51,8610,'2026-02-27 08:00:00','2026-02-27 08:15:00','2026-02-27','08:00:00','08:15:00',NULL),(8770,51,8610,'2026-03-02 08:00:00','2026-03-02 08:15:00','2026-03-02','08:00:00','08:15:00',NULL),(8771,51,8610,'2026-03-03 08:00:00','2026-03-03 08:15:00','2026-03-03','08:00:00','08:15:00',NULL),(8772,51,8610,'2026-03-04 08:00:00','2026-03-04 08:15:00','2026-03-04','08:00:00','08:15:00',NULL),(8773,51,8610,'2026-03-05 08:00:00','2026-03-05 08:15:00','2026-03-05','08:00:00','08:15:00',NULL),(8774,51,8610,'2026-03-06 08:00:00','2026-03-06 08:15:00','2026-03-06','08:00:00','08:15:00',NULL),(8775,51,8610,'2026-03-09 08:00:00','2026-03-09 08:15:00','2026-03-09','08:00:00','08:15:00',NULL),(8776,51,8610,'2026-03-10 08:00:00','2026-03-10 08:15:00','2026-03-10','08:00:00','08:15:00',NULL),(8777,51,8610,'2026-03-11 08:00:00','2026-03-11 08:15:00','2026-03-11','08:00:00','08:15:00',NULL),(8778,51,8610,'2026-03-12 08:00:00','2026-03-12 08:15:00','2026-03-12','08:00:00','08:15:00',NULL),(8779,51,8610,'2026-03-13 08:00:00','2026-03-13 08:15:00','2026-03-13','08:00:00','08:15:00',NULL),(8780,51,8610,'2026-03-16 08:00:00','2026-03-16 08:15:00','2026-03-16','08:00:00','08:15:00',NULL),(8781,51,8610,'2026-03-17 08:00:00','2026-03-17 08:15:00','2026-03-17','08:00:00','08:15:00',NULL),(8782,51,8610,'2026-03-18 08:00:00','2026-03-18 08:15:00','2026-03-18','08:00:00','08:15:00',NULL),(8783,51,8610,'2026-03-19 08:00:00','2026-03-19 08:15:00','2026-03-19','08:00:00','08:15:00',NULL),(8784,51,8610,'2026-03-20 08:00:00','2026-03-20 08:15:00','2026-03-20','08:00:00','08:15:00',NULL),(8785,51,8610,'2026-03-23 08:00:00','2026-03-23 08:15:00','2026-03-23','08:00:00','08:15:00',NULL),(8786,51,8610,'2026-03-24 08:00:00','2026-03-24 08:15:00','2026-03-24','08:00:00','08:15:00',NULL),(8787,51,8610,'2026-03-25 08:00:00','2026-03-25 08:15:00','2026-03-25','08:00:00','08:15:00',NULL),(8788,51,8610,'2026-03-26 08:00:00','2026-03-26 08:15:00','2026-03-26','08:00:00','08:15:00',NULL),(8789,51,8610,'2026-03-27 08:00:00','2026-03-27 08:15:00','2026-03-27','08:00:00','08:15:00',NULL),(8790,51,8610,'2026-03-30 08:00:00','2026-03-30 08:15:00','2026-03-30','08:00:00','08:15:00',NULL),(8791,51,8610,'2026-03-31 08:00:00','2026-03-31 08:15:00','2026-03-31','08:00:00','08:15:00',NULL),(8792,51,8610,'2026-04-01 08:00:00','2026-04-01 08:15:00','2026-04-01','08:00:00','08:15:00',NULL),(8793,51,8610,'2026-04-02 08:00:00','2026-04-02 08:15:00','2026-04-02','08:00:00','08:15:00',NULL),(8794,51,8610,'2026-04-03 08:00:00','2026-04-03 08:15:00','2026-04-03','08:00:00','08:15:00',NULL),(8795,51,8610,'2026-04-06 08:00:00','2026-04-06 08:15:00','2026-04-06','08:00:00','08:15:00',NULL),(8796,51,8610,'2026-04-07 08:00:00','2026-04-07 08:15:00','2026-04-07','08:00:00','08:15:00',NULL),(8797,51,8610,'2026-04-08 08:00:00','2026-04-08 08:15:00','2026-04-08','08:00:00','08:15:00',NULL),(8798,51,8610,'2026-04-09 08:00:00','2026-04-09 08:15:00','2026-04-09','08:00:00','08:15:00',NULL),(8799,51,8610,'2026-04-10 08:00:00','2026-04-10 08:15:00','2026-04-10','08:00:00','08:15:00',NULL),(8800,51,8610,'2026-04-13 08:00:00','2026-04-13 08:15:00','2026-04-13','08:00:00','08:15:00',NULL),(8801,51,8610,'2026-04-14 08:00:00','2026-04-14 08:15:00','2026-04-14','08:00:00','08:15:00',NULL),(8802,51,8610,'2026-04-15 08:00:00','2026-04-15 08:15:00','2026-04-15','08:00:00','08:15:00',NULL),(8803,51,8610,'2026-04-16 08:00:00','2026-04-16 08:15:00','2026-04-16','08:00:00','08:15:00',NULL),(8804,51,8610,'2026-04-17 08:00:00','2026-04-17 08:15:00','2026-04-17','08:00:00','08:15:00',NULL),(8805,51,8610,'2026-04-20 08:00:00','2026-04-20 08:15:00','2026-04-20','08:00:00','08:15:00',NULL),(8806,51,8610,'2026-04-21 08:00:00','2026-04-21 08:15:00','2026-04-21','08:00:00','08:15:00',NULL),(8807,51,8610,'2026-04-22 08:00:00','2026-04-22 08:15:00','2026-04-22','08:00:00','08:15:00',NULL),(8808,51,8610,'2026-04-23 08:00:00','2026-04-23 08:15:00','2026-04-23','08:00:00','08:15:00',NULL),(8809,51,8610,'2026-04-24 08:00:00','2026-04-24 08:15:00','2026-04-24','08:00:00','08:15:00',NULL),(8810,51,8610,'2026-04-27 08:00:00','2026-04-27 08:15:00','2026-04-27','08:00:00','08:15:00',NULL),(8811,51,8610,'2026-04-28 08:00:00','2026-04-28 08:15:00','2026-04-28','08:00:00','08:15:00',NULL),(8812,51,8610,'2026-04-29 08:00:00','2026-04-29 08:15:00','2026-04-29','08:00:00','08:15:00',NULL),(8813,51,8610,'2026-04-30 08:00:00','2026-04-30 08:15:00','2026-04-30','08:00:00','08:15:00',NULL),(8814,51,8610,'2026-05-01 08:00:00','2026-05-01 08:15:00','2026-05-01','08:00:00','08:15:00',NULL),(8815,51,8610,'2026-05-04 08:00:00','2026-05-04 08:15:00','2026-05-04','08:00:00','08:15:00',NULL),(8816,51,8610,'2026-05-05 08:00:00','2026-05-05 08:15:00','2026-05-05','08:00:00','08:15:00',NULL),(8817,51,8610,'2026-05-06 08:00:00','2026-05-06 08:15:00','2026-05-06','08:00:00','08:15:00',NULL),(8818,51,8610,'2026-05-07 08:00:00','2026-05-07 08:15:00','2026-05-07','08:00:00','08:15:00',NULL),(8819,51,8610,'2026-05-08 08:00:00','2026-05-08 08:15:00','2026-05-08','08:00:00','08:15:00',NULL),(8820,51,8610,'2026-05-11 08:00:00','2026-05-11 08:15:00','2026-05-11','08:00:00','08:15:00',NULL),(8821,51,8610,'2026-05-12 08:00:00','2026-05-12 08:15:00','2026-05-12','08:00:00','08:15:00',NULL),(8822,51,8610,'2026-05-13 08:00:00','2026-05-13 08:15:00','2026-05-13','08:00:00','08:15:00',NULL),(8823,51,8610,'2026-05-14 08:00:00','2026-05-14 08:15:00','2026-05-14','08:00:00','08:15:00',NULL),(8824,51,8610,'2026-05-15 08:00:00','2026-05-15 08:15:00','2026-05-15','08:00:00','08:15:00',NULL),(8825,51,8610,'2026-05-18 08:00:00','2026-05-18 08:15:00','2026-05-18','08:00:00','08:15:00',NULL),(8826,51,8610,'2026-05-19 08:00:00','2026-05-19 08:15:00','2026-05-19','08:00:00','08:15:00',NULL),(8827,51,8610,'2026-05-20 08:00:00','2026-05-20 08:15:00','2026-05-20','08:00:00','08:15:00',NULL),(8828,51,8610,'2026-05-21 08:00:00','2026-05-21 08:15:00','2026-05-21','08:00:00','08:15:00',NULL),(8829,51,8610,'2026-05-22 08:00:00','2026-05-22 08:15:00','2026-05-22','08:00:00','08:15:00',NULL),(8830,51,8610,'2026-05-25 08:00:00','2026-05-25 08:15:00','2026-05-25','08:00:00','08:15:00',NULL),(8831,51,8610,'2026-05-26 08:00:00','2026-05-26 08:15:00','2026-05-26','08:00:00','08:15:00',NULL),(8832,51,8610,'2026-05-27 08:00:00','2026-05-27 08:15:00','2026-05-27','08:00:00','08:15:00',NULL),(8833,51,8610,'2026-05-28 08:00:00','2026-05-28 08:15:00','2026-05-28','08:00:00','08:15:00',NULL),(8834,51,8610,'2026-05-29 08:00:00','2026-05-29 08:15:00','2026-05-29','08:00:00','08:15:00',NULL),(8835,51,8610,'2026-06-01 08:00:00','2026-06-01 08:15:00','2026-06-01','08:00:00','08:15:00',NULL),(8836,51,8610,'2026-06-02 08:00:00','2026-06-02 08:15:00','2026-06-02','08:00:00','08:15:00',NULL),(8837,51,8610,'2026-06-03 08:00:00','2026-06-03 08:15:00','2026-06-03','08:00:00','08:15:00',NULL),(8838,51,8610,'2026-06-04 08:00:00','2026-06-04 08:15:00','2026-06-04','08:00:00','08:15:00',NULL),(8839,51,8610,'2026-06-05 08:00:00','2026-06-05 08:15:00','2026-06-05','08:00:00','08:15:00',NULL),(8840,51,8610,'2026-06-08 08:00:00','2026-06-08 08:15:00','2026-06-08','08:00:00','08:15:00',NULL),(8841,51,8610,'2026-06-09 08:00:00','2026-06-09 08:15:00','2026-06-09','08:00:00','08:15:00',NULL),(8842,51,8610,'2026-06-10 08:00:00','2026-06-10 08:15:00','2026-06-10','08:00:00','08:15:00',NULL),(8843,51,8610,'2026-06-11 08:00:00','2026-06-11 08:15:00','2026-06-11','08:00:00','08:15:00',NULL),(8844,51,8610,'2026-06-12 08:00:00','2026-06-12 08:15:00','2026-06-12','08:00:00','08:15:00',NULL),(8845,51,8610,'2026-06-15 08:00:00','2026-06-15 08:15:00','2026-06-15','08:00:00','08:15:00',NULL),(8846,51,8610,'2026-06-16 08:00:00','2026-06-16 08:15:00','2026-06-16','08:00:00','08:15:00',NULL),(8847,51,8610,'2026-06-17 08:00:00','2026-06-17 08:15:00','2026-06-17','08:00:00','08:15:00',NULL),(8848,51,8610,'2026-06-18 08:00:00','2026-06-18 08:15:00','2026-06-18','08:00:00','08:15:00',NULL),(8849,51,8610,'2026-06-19 08:00:00','2026-06-19 08:15:00','2026-06-19','08:00:00','08:15:00',NULL),(8850,51,8610,'2026-06-22 08:00:00','2026-06-22 08:15:00','2026-06-22','08:00:00','08:15:00',NULL),(8851,51,8610,'2026-06-23 08:00:00','2026-06-23 08:15:00','2026-06-23','08:00:00','08:15:00',NULL),(8852,51,8610,'2026-06-24 08:00:00','2026-06-24 08:15:00','2026-06-24','08:00:00','08:15:00',NULL),(8853,51,8610,'2026-06-25 08:00:00','2026-06-25 08:15:00','2026-06-25','08:00:00','08:15:00',NULL),(8854,51,8610,'2026-06-26 08:00:00','2026-06-26 08:15:00','2026-06-26','08:00:00','08:15:00',NULL),(8855,51,8610,'2026-06-29 08:00:00','2026-06-29 08:15:00','2026-06-29','08:00:00','08:15:00',NULL),(8856,51,8610,'2026-06-30 08:00:00','2026-06-30 08:15:00','2026-06-30','08:00:00','08:15:00',NULL),(8857,51,8610,'2026-07-01 08:00:00','2026-07-01 08:15:00','2026-07-01','08:00:00','08:15:00',NULL),(8858,51,8610,'2026-07-02 08:00:00','2026-07-02 08:15:00','2026-07-02','08:00:00','08:15:00',NULL),(8859,51,8610,'2026-07-03 08:00:00','2026-07-03 08:15:00','2026-07-03','08:00:00','08:15:00',NULL),(8860,51,8610,'2026-07-06 08:00:00','2026-07-06 08:15:00','2026-07-06','08:00:00','08:15:00',NULL),(8861,51,8610,'2026-07-07 08:00:00','2026-07-07 08:15:00','2026-07-07','08:00:00','08:15:00',NULL),(8862,51,8610,'2026-07-08 08:00:00','2026-07-08 08:15:00','2026-07-08','08:00:00','08:15:00',NULL),(8863,51,8610,'2026-07-09 08:00:00','2026-07-09 08:15:00','2026-07-09','08:00:00','08:15:00',NULL),(8864,51,8610,'2026-07-10 08:00:00','2026-07-10 08:15:00','2026-07-10','08:00:00','08:15:00',NULL),(8865,51,8610,'2026-07-13 08:00:00','2026-07-13 08:15:00','2026-07-13','08:00:00','08:15:00',NULL),(8866,51,8610,'2026-07-14 08:00:00','2026-07-14 08:15:00','2026-07-14','08:00:00','08:15:00',NULL),(8867,51,8610,'2026-07-15 08:00:00','2026-07-15 08:15:00','2026-07-15','08:00:00','08:15:00',NULL),(8868,51,8610,'2026-07-16 08:00:00','2026-07-16 08:15:00','2026-07-16','08:00:00','08:15:00',NULL),(8869,51,8610,'2026-07-17 08:00:00','2026-07-17 08:15:00','2026-07-17','08:00:00','08:15:00',NULL),(8870,51,8610,'2026-07-20 08:00:00','2026-07-20 08:15:00','2026-07-20','08:00:00','08:15:00',NULL),(8871,51,8610,'2026-07-21 08:00:00','2026-07-21 08:15:00','2026-07-21','08:00:00','08:15:00',NULL),(8872,51,8610,'2026-07-22 08:00:00','2026-07-22 08:15:00','2026-07-22','08:00:00','08:15:00',NULL),(8873,51,8610,'2026-07-23 08:00:00','2026-07-23 08:15:00','2026-07-23','08:00:00','08:15:00',NULL),(8874,51,8610,'2026-07-24 08:00:00','2026-07-24 08:15:00','2026-07-24','08:00:00','08:15:00',NULL),(8875,51,8610,'2026-07-27 08:00:00','2026-07-27 08:15:00','2026-07-27','08:00:00','08:15:00',NULL),(8876,51,8610,'2026-07-28 08:00:00','2026-07-28 08:15:00','2026-07-28','08:00:00','08:15:00',NULL),(8877,51,8610,'2026-07-29 08:00:00','2026-07-29 08:15:00','2026-07-29','08:00:00','08:15:00',NULL),(8878,51,8610,'2026-07-30 08:00:00','2026-07-30 08:15:00','2026-07-30','08:00:00','08:15:00',NULL),(8879,51,8610,'2026-07-31 08:00:00','2026-07-31 08:15:00','2026-07-31','08:00:00','08:15:00',NULL),(8880,51,8610,'2026-08-03 08:00:00','2026-08-03 08:15:00','2026-08-03','08:00:00','08:15:00',NULL),(8881,51,8610,'2026-08-04 08:00:00','2026-08-04 08:15:00','2026-08-04','08:00:00','08:15:00',NULL),(8882,51,8610,'2026-08-05 08:00:00','2026-08-05 08:15:00','2026-08-05','08:00:00','08:15:00',NULL),(8883,51,8610,'2026-08-06 08:00:00','2026-08-06 08:15:00','2026-08-06','08:00:00','08:15:00',NULL),(8884,51,8610,'2026-08-07 08:00:00','2026-08-07 08:15:00','2026-08-07','08:00:00','08:15:00',NULL),(8885,51,8610,'2026-08-10 08:00:00','2026-08-10 08:15:00','2026-08-10','08:00:00','08:15:00',NULL),(8886,51,8610,'2026-08-11 08:00:00','2026-08-11 08:15:00','2026-08-11','08:00:00','08:15:00',NULL),(8887,51,8610,'2026-08-12 08:00:00','2026-08-12 08:15:00','2026-08-12','08:00:00','08:15:00',NULL),(8888,51,8610,'2026-08-13 08:00:00','2026-08-13 08:15:00','2026-08-13','08:00:00','08:15:00',NULL),(8889,51,8610,'2026-08-14 08:00:00','2026-08-14 08:15:00','2026-08-14','08:00:00','08:15:00',NULL),(8890,51,8610,'2026-08-17 08:00:00','2026-08-17 08:15:00','2026-08-17','08:00:00','08:15:00',NULL),(8891,51,8610,'2026-08-18 08:00:00','2026-08-18 08:15:00','2026-08-18','08:00:00','08:15:00',NULL),(8892,51,8610,'2026-08-19 08:00:00','2026-08-19 08:15:00','2026-08-19','08:00:00','08:15:00',NULL),(8893,51,8610,'2026-08-20 08:00:00','2026-08-20 08:15:00','2026-08-20','08:00:00','08:15:00',NULL),(8894,51,8610,'2026-08-21 08:00:00','2026-08-21 08:15:00','2026-08-21','08:00:00','08:15:00',NULL),(8895,51,8610,'2026-08-24 08:00:00','2026-08-24 08:15:00','2026-08-24','08:00:00','08:15:00',NULL),(8896,51,8610,'2026-08-25 08:00:00','2026-08-25 08:15:00','2026-08-25','08:00:00','08:15:00',NULL),(8897,51,8610,'2026-08-26 08:00:00','2026-08-26 08:15:00','2026-08-26','08:00:00','08:15:00',NULL),(8898,51,8610,'2026-08-27 08:00:00','2026-08-27 08:15:00','2026-08-27','08:00:00','08:15:00',NULL),(8899,51,8610,'2026-08-28 08:00:00','2026-08-28 08:15:00','2026-08-28','08:00:00','08:15:00',NULL),(8900,51,8610,'2026-08-31 08:00:00','2026-08-31 08:15:00','2026-08-31','08:00:00','08:15:00',NULL),(8901,51,8610,'2026-09-01 08:00:00','2026-09-01 08:15:00','2026-09-01','08:00:00','08:15:00',NULL),(8902,51,8610,'2026-09-02 08:00:00','2026-09-02 08:15:00','2026-09-02','08:00:00','08:15:00',NULL),(8903,51,8610,'2026-09-03 08:00:00','2026-09-03 08:15:00','2026-09-03','08:00:00','08:15:00',NULL),(8904,51,8610,'2026-09-04 08:00:00','2026-09-04 08:15:00','2026-09-04','08:00:00','08:15:00',NULL),(8905,51,8610,'2026-09-07 08:00:00','2026-09-07 08:15:00','2026-09-07','08:00:00','08:15:00',NULL),(8906,51,8610,'2026-09-08 08:00:00','2026-09-08 08:15:00','2026-09-08','08:00:00','08:15:00',NULL),(8907,51,8610,'2026-09-09 08:00:00','2026-09-09 08:15:00','2026-09-09','08:00:00','08:15:00',NULL),(8908,51,8610,'2026-09-10 08:00:00','2026-09-10 08:15:00','2026-09-10','08:00:00','08:15:00',NULL),(8909,51,8610,'2026-09-11 08:00:00','2026-09-11 08:15:00','2026-09-11','08:00:00','08:15:00',NULL),(8910,51,8610,'2026-09-14 08:00:00','2026-09-14 08:15:00','2026-09-14','08:00:00','08:15:00',NULL),(8911,51,8610,'2026-09-15 08:00:00','2026-09-15 08:15:00','2026-09-15','08:00:00','08:15:00',NULL),(8912,51,8610,'2026-09-16 08:00:00','2026-09-16 08:15:00','2026-09-16','08:00:00','08:15:00',NULL),(8913,51,8610,'2026-09-17 08:00:00','2026-09-17 08:15:00','2026-09-17','08:00:00','08:15:00',NULL),(8914,51,8610,'2026-09-18 08:00:00','2026-09-18 08:15:00','2026-09-18','08:00:00','08:15:00',NULL),(8915,51,8610,'2026-09-21 08:00:00','2026-09-21 08:15:00','2026-09-21','08:00:00','08:15:00',NULL),(8916,51,8610,'2026-09-22 08:00:00','2026-09-22 08:15:00','2026-09-22','08:00:00','08:15:00',NULL),(8917,51,8610,'2026-09-23 08:00:00','2026-09-23 08:15:00','2026-09-23','08:00:00','08:15:00',NULL),(8918,51,8610,'2026-09-24 08:00:00','2026-09-24 08:15:00','2026-09-24','08:00:00','08:15:00',NULL),(8919,51,8610,'2026-09-25 08:00:00','2026-09-25 08:15:00','2026-09-25','08:00:00','08:15:00',NULL),(8920,51,8610,'2026-09-28 08:00:00','2026-09-28 08:15:00','2026-09-28','08:00:00','08:15:00',NULL),(8921,51,8610,'2026-09-29 08:00:00','2026-09-29 08:15:00','2026-09-29','08:00:00','08:15:00',NULL),(8922,51,8610,'2026-09-30 08:00:00','2026-09-30 08:15:00','2026-09-30','08:00:00','08:15:00',NULL),(8923,51,8610,'2026-10-01 08:00:00','2026-10-01 08:15:00','2026-10-01','08:00:00','08:15:00',NULL),(8924,51,8610,'2026-10-02 08:00:00','2026-10-02 08:15:00','2026-10-02','08:00:00','08:15:00',NULL),(8925,51,8610,'2026-10-05 08:00:00','2026-10-05 08:15:00','2026-10-05','08:00:00','08:15:00',NULL),(8926,51,8610,'2026-10-06 08:00:00','2026-10-06 08:15:00','2026-10-06','08:00:00','08:15:00',NULL),(8927,51,8610,'2026-10-07 08:00:00','2026-10-07 08:15:00','2026-10-07','08:00:00','08:15:00',NULL),(8928,51,8610,'2026-10-08 08:00:00','2026-10-08 08:15:00','2026-10-08','08:00:00','08:15:00',NULL),(8929,51,8610,'2026-10-09 08:00:00','2026-10-09 08:15:00','2026-10-09','08:00:00','08:15:00',NULL),(8930,51,8610,'2026-10-12 08:00:00','2026-10-12 08:15:00','2026-10-12','08:00:00','08:15:00',NULL),(8931,51,8610,'2026-10-13 08:00:00','2026-10-13 08:15:00','2026-10-13','08:00:00','08:15:00',NULL),(8932,51,8610,'2026-10-14 08:00:00','2026-10-14 08:15:00','2026-10-14','08:00:00','08:15:00',NULL),(8933,51,8610,'2026-10-15 08:00:00','2026-10-15 08:15:00','2026-10-15','08:00:00','08:15:00',NULL),(8934,51,8610,'2026-10-16 08:00:00','2026-10-16 08:15:00','2026-10-16','08:00:00','08:15:00',NULL),(8935,51,8610,'2026-10-19 08:00:00','2026-10-19 08:15:00','2026-10-19','08:00:00','08:15:00',NULL),(8936,51,8610,'2026-10-20 08:00:00','2026-10-20 08:15:00','2026-10-20','08:00:00','08:15:00',NULL),(8937,51,8610,'2026-10-21 08:00:00','2026-10-21 08:15:00','2026-10-21','08:00:00','08:15:00',NULL),(8938,51,8610,'2026-10-22 08:00:00','2026-10-22 08:15:00','2026-10-22','08:00:00','08:15:00',NULL),(8939,51,8610,'2026-10-23 08:00:00','2026-10-23 08:15:00','2026-10-23','08:00:00','08:15:00',NULL),(8940,51,8610,'2026-10-26 08:00:00','2026-10-26 08:15:00','2026-10-26','08:00:00','08:15:00',NULL),(8941,51,8610,'2026-10-27 08:00:00','2026-10-27 08:15:00','2026-10-27','08:00:00','08:15:00',NULL),(8942,51,8610,'2026-10-28 08:00:00','2026-10-28 08:15:00','2026-10-28','08:00:00','08:15:00',NULL),(8943,51,8610,'2026-10-29 08:00:00','2026-10-29 08:15:00','2026-10-29','08:00:00','08:15:00',NULL),(8944,51,8610,'2026-10-30 08:00:00','2026-10-30 08:15:00','2026-10-30','08:00:00','08:15:00',NULL),(8945,51,8610,'2026-11-02 08:00:00','2026-11-02 08:15:00','2026-11-02','08:00:00','08:15:00',NULL),(8946,51,8610,'2026-11-03 08:00:00','2026-11-03 08:15:00','2026-11-03','08:00:00','08:15:00',NULL),(8947,51,8610,'2026-11-04 08:00:00','2026-11-04 08:15:00','2026-11-04','08:00:00','08:15:00',NULL),(8948,51,8610,'2026-11-05 08:00:00','2026-11-05 08:15:00','2026-11-05','08:00:00','08:15:00',NULL),(8949,51,8610,'2026-11-06 08:00:00','2026-11-06 08:15:00','2026-11-06','08:00:00','08:15:00',NULL),(8950,51,8610,'2026-11-09 08:00:00','2026-11-09 08:15:00','2026-11-09','08:00:00','08:15:00',NULL),(8951,51,8610,'2026-11-10 08:00:00','2026-11-10 08:15:00','2026-11-10','08:00:00','08:15:00',NULL),(8952,51,8610,'2026-11-11 08:00:00','2026-11-11 08:15:00','2026-11-11','08:00:00','08:15:00',NULL),(8953,51,8610,'2026-11-12 08:00:00','2026-11-12 08:15:00','2026-11-12','08:00:00','08:15:00',NULL),(8954,51,8610,'2026-11-13 08:00:00','2026-11-13 08:15:00','2026-11-13','08:00:00','08:15:00',NULL),(8955,51,8610,'2026-11-16 08:00:00','2026-11-16 08:15:00','2026-11-16','08:00:00','08:15:00',NULL),(8956,51,8610,'2026-11-17 08:00:00','2026-11-17 08:15:00','2026-11-17','08:00:00','08:15:00',NULL),(8957,51,8610,'2026-11-18 08:00:00','2026-11-18 08:15:00','2026-11-18','08:00:00','08:15:00',NULL),(8958,51,8610,'2026-11-19 08:00:00','2026-11-19 08:15:00','2026-11-19','08:00:00','08:15:00',NULL),(8959,51,8610,'2026-11-20 08:00:00','2026-11-20 08:15:00','2026-11-20','08:00:00','08:15:00',NULL),(8960,51,8610,'2026-11-23 08:00:00','2026-11-23 08:15:00','2026-11-23','08:00:00','08:15:00',NULL),(8961,51,8610,'2026-11-24 08:00:00','2026-11-24 08:15:00','2026-11-24','08:00:00','08:15:00',NULL),(8962,51,8610,'2026-11-25 08:00:00','2026-11-25 08:15:00','2026-11-25','08:00:00','08:15:00',NULL),(8963,51,8610,'2026-11-26 08:00:00','2026-11-26 08:15:00','2026-11-26','08:00:00','08:15:00',NULL),(8964,51,8610,'2026-11-27 08:00:00','2026-11-27 08:15:00','2026-11-27','08:00:00','08:15:00',NULL),(8965,51,8610,'2026-11-30 08:00:00','2026-11-30 08:15:00','2026-11-30','08:00:00','08:15:00',NULL),(8966,51,8610,'2026-12-01 08:00:00','2026-12-01 08:15:00','2026-12-01','08:00:00','08:15:00',NULL),(8967,51,8610,'2026-12-02 08:00:00','2026-12-02 08:15:00','2026-12-02','08:00:00','08:15:00',NULL),(8968,51,8610,'2026-12-03 08:00:00','2026-12-03 08:15:00','2026-12-03','08:00:00','08:15:00',NULL),(8969,51,8610,'2026-12-04 08:00:00','2026-12-04 08:15:00','2026-12-04','08:00:00','08:15:00',NULL),(8970,51,8610,'2026-12-07 08:00:00','2026-12-07 08:15:00','2026-12-07','08:00:00','08:15:00',NULL),(8971,51,8610,'2026-12-08 08:00:00','2026-12-08 08:15:00','2026-12-08','08:00:00','08:15:00',NULL),(8972,51,8610,'2026-12-09 08:00:00','2026-12-09 08:15:00','2026-12-09','08:00:00','08:15:00',NULL),(8973,51,8610,'2026-12-10 08:00:00','2026-12-10 08:15:00','2026-12-10','08:00:00','08:15:00',NULL),(8974,51,8610,'2026-12-11 08:00:00','2026-12-11 08:15:00','2026-12-11','08:00:00','08:15:00',NULL),(8975,51,8610,'2026-12-14 08:00:00','2026-12-14 08:15:00','2026-12-14','08:00:00','08:15:00',NULL),(8976,51,8610,'2026-12-15 08:00:00','2026-12-15 08:15:00','2026-12-15','08:00:00','08:15:00',NULL),(8977,51,8610,'2026-12-16 08:00:00','2026-12-16 08:15:00','2026-12-16','08:00:00','08:15:00',NULL),(8978,51,8610,'2026-12-17 08:00:00','2026-12-17 08:15:00','2026-12-17','08:00:00','08:15:00',NULL),(8979,51,8610,'2026-12-18 08:00:00','2026-12-18 08:15:00','2026-12-18','08:00:00','08:15:00',NULL),(8980,51,8610,'2026-12-21 08:00:00','2026-12-21 08:15:00','2026-12-21','08:00:00','08:15:00',NULL),(8981,51,8610,'2026-12-22 08:00:00','2026-12-22 08:15:00','2026-12-22','08:00:00','08:15:00',NULL),(8982,51,8610,'2026-12-23 08:00:00','2026-12-23 08:15:00','2026-12-23','08:00:00','08:15:00',NULL),(8983,51,8610,'2026-12-24 08:00:00','2026-12-24 08:15:00','2026-12-24','08:00:00','08:15:00',NULL),(8984,51,8610,'2026-12-25 08:00:00','2026-12-25 08:15:00','2026-12-25','08:00:00','08:15:00',NULL),(8985,51,8610,'2026-12-28 08:00:00','2026-12-28 08:15:00','2026-12-28','08:00:00','08:15:00',NULL),(8986,51,8610,'2026-12-29 08:00:00','2026-12-29 08:15:00','2026-12-29','08:00:00','08:15:00',NULL),(8987,51,8610,'2026-12-30 08:00:00','2026-12-30 08:15:00','2026-12-30','08:00:00','08:15:00',NULL),(8988,51,8610,'2026-12-31 08:00:00','2026-12-31 08:15:00','2026-12-31','08:00:00','08:15:00',NULL),(8989,51,8610,'2027-01-01 08:00:00','2027-01-01 08:15:00','2027-01-01','08:00:00','08:15:00',NULL),(8990,51,8610,'2027-01-04 08:00:00','2027-01-04 08:15:00','2027-01-04','08:00:00','08:15:00',NULL),(8991,51,8610,'2027-01-05 08:00:00','2027-01-05 08:15:00','2027-01-05','08:00:00','08:15:00',NULL),(8992,51,8610,'2027-01-06 08:00:00','2027-01-06 08:15:00','2027-01-06','08:00:00','08:15:00',NULL),(8993,51,8610,'2027-01-07 08:00:00','2027-01-07 08:15:00','2027-01-07','08:00:00','08:15:00',NULL),(8994,51,8610,'2027-01-08 08:00:00','2027-01-08 08:15:00','2027-01-08','08:00:00','08:15:00',NULL),(8995,51,8610,'2027-01-11 08:00:00','2027-01-11 08:15:00','2027-01-11','08:00:00','08:15:00',NULL),(8996,51,8610,'2027-01-12 08:00:00','2027-01-12 08:15:00','2027-01-12','08:00:00','08:15:00',NULL),(8997,51,8610,'2027-01-13 08:00:00','2027-01-13 08:15:00','2027-01-13','08:00:00','08:15:00',NULL),(8998,51,8610,'2027-01-14 08:00:00','2027-01-14 08:15:00','2027-01-14','08:00:00','08:15:00',NULL),(8999,51,8610,'2027-01-15 08:00:00','2027-01-15 08:15:00','2027-01-15','08:00:00','08:15:00',NULL),(9000,51,8610,'2027-01-18 08:00:00','2027-01-18 08:15:00','2027-01-18','08:00:00','08:15:00',NULL),(9001,51,8610,'2027-01-19 08:00:00','2027-01-19 08:15:00','2027-01-19','08:00:00','08:15:00',NULL),(9002,51,8610,'2027-01-20 08:00:00','2027-01-20 08:15:00','2027-01-20','08:00:00','08:15:00',NULL),(9003,51,8610,'2027-01-21 08:00:00','2027-01-21 08:15:00','2027-01-21','08:00:00','08:15:00',NULL),(9004,51,8610,'2027-01-22 08:00:00','2027-01-22 08:15:00','2027-01-22','08:00:00','08:15:00',NULL),(9005,51,8610,'2027-01-25 08:00:00','2027-01-25 08:15:00','2027-01-25','08:00:00','08:15:00',NULL),(9006,51,8610,'2027-01-26 08:00:00','2027-01-26 08:15:00','2027-01-26','08:00:00','08:15:00',NULL),(9007,51,8610,'2027-01-27 08:00:00','2027-01-27 08:15:00','2027-01-27','08:00:00','08:15:00',NULL),(9008,51,8610,'2027-01-28 08:00:00','2027-01-28 08:15:00','2027-01-28','08:00:00','08:15:00',NULL),(9009,51,8610,'2027-01-29 08:00:00','2027-01-29 08:15:00','2027-01-29','08:00:00','08:15:00',NULL),(9010,51,8610,'2027-02-01 08:00:00','2027-02-01 08:15:00','2027-02-01','08:00:00','08:15:00',NULL),(9011,51,8610,'2027-02-02 08:00:00','2027-02-02 08:15:00','2027-02-02','08:00:00','08:15:00',NULL),(9012,51,8610,'2027-02-03 08:00:00','2027-02-03 08:15:00','2027-02-03','08:00:00','08:15:00',NULL),(9013,51,8610,'2027-02-04 08:00:00','2027-02-04 08:15:00','2027-02-04','08:00:00','08:15:00',NULL),(9014,51,8610,'2027-02-05 08:00:00','2027-02-05 08:15:00','2027-02-05','08:00:00','08:15:00',NULL),(9015,51,8610,'2027-02-08 08:00:00','2027-02-08 08:15:00','2027-02-08','08:00:00','08:15:00',NULL),(9016,51,8610,'2027-02-09 08:00:00','2027-02-09 08:15:00','2027-02-09','08:00:00','08:15:00',NULL),(9017,51,8610,'2027-02-10 08:00:00','2027-02-10 08:15:00','2027-02-10','08:00:00','08:15:00',NULL),(9018,51,8610,'2027-02-11 08:00:00','2027-02-11 08:15:00','2027-02-11','08:00:00','08:15:00',NULL),(9019,51,8610,'2027-02-12 08:00:00','2027-02-12 08:15:00','2027-02-12','08:00:00','08:15:00',NULL),(9020,51,8610,'2027-02-15 08:00:00','2027-02-15 08:15:00','2027-02-15','08:00:00','08:15:00',NULL),(9021,51,8610,'2027-02-16 08:00:00','2027-02-16 08:15:00','2027-02-16','08:00:00','08:15:00',NULL),(9022,51,8610,'2027-02-17 08:00:00','2027-02-17 08:15:00','2027-02-17','08:00:00','08:15:00',NULL),(9023,51,8610,'2027-02-18 08:00:00','2027-02-18 08:15:00','2027-02-18','08:00:00','08:15:00',NULL),(9024,51,8610,'2027-02-19 08:00:00','2027-02-19 08:15:00','2027-02-19','08:00:00','08:15:00',NULL),(9025,51,8610,'2027-02-22 08:00:00','2027-02-22 08:15:00','2027-02-22','08:00:00','08:15:00',NULL),(9026,51,8610,'2027-02-23 08:00:00','2027-02-23 08:15:00','2027-02-23','08:00:00','08:15:00',NULL),(9027,51,8610,'2027-02-24 08:00:00','2027-02-24 08:15:00','2027-02-24','08:00:00','08:15:00',NULL),(9028,51,8610,'2027-02-25 08:00:00','2027-02-25 08:15:00','2027-02-25','08:00:00','08:15:00',NULL),(9029,51,8610,'2027-02-26 08:00:00','2027-02-26 08:15:00','2027-02-26','08:00:00','08:15:00',NULL),(9030,51,8610,'2027-03-01 08:00:00','2027-03-01 08:15:00','2027-03-01','08:00:00','08:15:00',NULL),(9031,51,8610,'2027-03-02 08:00:00','2027-03-02 08:15:00','2027-03-02','08:00:00','08:15:00',NULL),(9032,51,8610,'2027-03-03 08:00:00','2027-03-03 08:15:00','2027-03-03','08:00:00','08:15:00',NULL),(9033,51,8610,'2027-03-04 08:00:00','2027-03-04 08:15:00','2027-03-04','08:00:00','08:15:00',NULL),(9034,51,8610,'2027-03-05 08:00:00','2027-03-05 08:15:00','2027-03-05','08:00:00','08:15:00',NULL),(9035,51,8610,'2027-03-08 08:00:00','2027-03-08 08:15:00','2027-03-08','08:00:00','08:15:00',NULL),(9036,51,8610,'2027-03-09 08:00:00','2027-03-09 08:15:00','2027-03-09','08:00:00','08:15:00',NULL),(9037,51,8610,'2027-03-10 08:00:00','2027-03-10 08:15:00','2027-03-10','08:00:00','08:15:00',NULL),(9038,51,8610,'2027-03-11 08:00:00','2027-03-11 08:15:00','2027-03-11','08:00:00','08:15:00',NULL),(9039,51,8610,'2027-03-12 08:00:00','2027-03-12 08:15:00','2027-03-12','08:00:00','08:15:00',NULL),(9040,51,8610,'2027-03-15 08:00:00','2027-03-15 08:15:00','2027-03-15','08:00:00','08:15:00',NULL),(9041,51,8610,'2027-03-16 08:00:00','2027-03-16 08:15:00','2027-03-16','08:00:00','08:15:00',NULL),(9042,51,8610,'2027-03-17 08:00:00','2027-03-17 08:15:00','2027-03-17','08:00:00','08:15:00',NULL),(9043,51,8610,'2027-03-18 08:00:00','2027-03-18 08:15:00','2027-03-18','08:00:00','08:15:00',NULL),(9044,51,8610,'2027-03-19 08:00:00','2027-03-19 08:15:00','2027-03-19','08:00:00','08:15:00',NULL),(9045,51,8610,'2027-03-22 08:00:00','2027-03-22 08:15:00','2027-03-22','08:00:00','08:15:00',NULL),(9046,51,8610,'2027-03-23 08:00:00','2027-03-23 08:15:00','2027-03-23','08:00:00','08:15:00',NULL),(9047,51,8610,'2027-03-24 08:00:00','2027-03-24 08:15:00','2027-03-24','08:00:00','08:15:00',NULL),(9048,51,8610,'2027-03-25 08:00:00','2027-03-25 08:15:00','2027-03-25','08:00:00','08:15:00',NULL),(9049,51,8610,'2027-03-26 08:00:00','2027-03-26 08:15:00','2027-03-26','08:00:00','08:15:00',NULL),(9050,51,8610,'2027-03-29 08:00:00','2027-03-29 08:15:00','2027-03-29','08:00:00','08:15:00',NULL),(9051,51,8610,'2027-03-30 08:00:00','2027-03-30 08:15:00','2027-03-30','08:00:00','08:15:00',NULL),(9052,51,8610,'2027-03-31 08:00:00','2027-03-31 08:15:00','2027-03-31','08:00:00','08:15:00',NULL),(9053,51,8610,'2027-04-01 08:00:00','2027-04-01 08:15:00','2027-04-01','08:00:00','08:15:00',NULL),(9054,51,8610,'2027-04-02 08:00:00','2027-04-02 08:15:00','2027-04-02','08:00:00','08:15:00',NULL),(9055,51,8610,'2027-04-05 08:00:00','2027-04-05 08:15:00','2027-04-05','08:00:00','08:15:00',NULL),(9056,51,8610,'2027-04-06 08:00:00','2027-04-06 08:15:00','2027-04-06','08:00:00','08:15:00',NULL),(9057,51,8610,'2027-04-07 08:00:00','2027-04-07 08:15:00','2027-04-07','08:00:00','08:15:00',NULL),(9058,51,8610,'2027-04-08 08:00:00','2027-04-08 08:15:00','2027-04-08','08:00:00','08:15:00',NULL),(9059,51,8610,'2027-04-09 08:00:00','2027-04-09 08:15:00','2027-04-09','08:00:00','08:15:00',NULL),(9060,51,8610,'2027-04-12 08:00:00','2027-04-12 08:15:00','2027-04-12','08:00:00','08:15:00',NULL),(9061,51,8610,'2027-04-13 08:00:00','2027-04-13 08:15:00','2027-04-13','08:00:00','08:15:00',NULL),(9062,51,8610,'2027-04-14 08:00:00','2027-04-14 08:15:00','2027-04-14','08:00:00','08:15:00',NULL),(9063,51,8610,'2027-04-15 08:00:00','2027-04-15 08:15:00','2027-04-15','08:00:00','08:15:00',NULL),(9064,51,8610,'2027-04-16 08:00:00','2027-04-16 08:15:00','2027-04-16','08:00:00','08:15:00',NULL),(9065,51,8610,'2027-04-19 08:00:00','2027-04-19 08:15:00','2027-04-19','08:00:00','08:15:00',NULL),(9066,51,8610,'2027-04-20 08:00:00','2027-04-20 08:15:00','2027-04-20','08:00:00','08:15:00',NULL),(9067,51,8610,'2027-04-21 08:00:00','2027-04-21 08:15:00','2027-04-21','08:00:00','08:15:00',NULL),(9068,51,8610,'2027-04-22 08:00:00','2027-04-22 08:15:00','2027-04-22','08:00:00','08:15:00',NULL),(9069,51,8610,'2027-04-23 08:00:00','2027-04-23 08:15:00','2027-04-23','08:00:00','08:15:00',NULL),(9070,51,8610,'2027-04-26 08:00:00','2027-04-26 08:15:00','2027-04-26','08:00:00','08:15:00',NULL),(9071,51,8610,'2027-04-27 08:00:00','2027-04-27 08:15:00','2027-04-27','08:00:00','08:15:00',NULL),(9072,51,8610,'2027-04-28 08:00:00','2027-04-28 08:15:00','2027-04-28','08:00:00','08:15:00',NULL),(9073,51,8610,'2027-04-29 08:00:00','2027-04-29 08:15:00','2027-04-29','08:00:00','08:15:00',NULL),(9074,51,8610,'2027-04-30 08:00:00','2027-04-30 08:15:00','2027-04-30','08:00:00','08:15:00',NULL),(9075,51,8610,'2027-05-03 08:00:00','2027-05-03 08:15:00','2027-05-03','08:00:00','08:15:00',NULL),(9076,51,8610,'2027-05-04 08:00:00','2027-05-04 08:15:00','2027-05-04','08:00:00','08:15:00',NULL),(9077,51,8610,'2027-05-05 08:00:00','2027-05-05 08:15:00','2027-05-05','08:00:00','08:15:00',NULL),(9078,51,8610,'2027-05-06 08:00:00','2027-05-06 08:15:00','2027-05-06','08:00:00','08:15:00',NULL),(9079,51,8610,'2027-05-07 08:00:00','2027-05-07 08:15:00','2027-05-07','08:00:00','08:15:00',NULL),(9080,51,8610,'2027-05-10 08:00:00','2027-05-10 08:15:00','2027-05-10','08:00:00','08:15:00',NULL),(9081,51,8610,'2027-05-11 08:00:00','2027-05-11 08:15:00','2027-05-11','08:00:00','08:15:00',NULL),(9082,51,8610,'2027-05-12 08:00:00','2027-05-12 08:15:00','2027-05-12','08:00:00','08:15:00',NULL),(9083,51,8610,'2027-05-13 08:00:00','2027-05-13 08:15:00','2027-05-13','08:00:00','08:15:00',NULL),(9084,51,8610,'2027-05-14 08:00:00','2027-05-14 08:15:00','2027-05-14','08:00:00','08:15:00',NULL),(9085,51,8610,'2027-05-17 08:00:00','2027-05-17 08:15:00','2027-05-17','08:00:00','08:15:00',NULL),(9086,51,8610,'2027-05-18 08:00:00','2027-05-18 08:15:00','2027-05-18','08:00:00','08:15:00',NULL),(9087,51,8610,'2027-05-19 08:00:00','2027-05-19 08:15:00','2027-05-19','08:00:00','08:15:00',NULL),(9088,51,8610,'2027-05-20 08:00:00','2027-05-20 08:15:00','2027-05-20','08:00:00','08:15:00',NULL),(9089,51,8610,'2027-05-21 08:00:00','2027-05-21 08:15:00','2027-05-21','08:00:00','08:15:00',NULL),(9090,51,8610,'2027-05-24 08:00:00','2027-05-24 08:15:00','2027-05-24','08:00:00','08:15:00',NULL),(9091,51,8610,'2027-05-25 08:00:00','2027-05-25 08:15:00','2027-05-25','08:00:00','08:15:00',NULL),(9092,51,8610,'2027-05-26 08:00:00','2027-05-26 08:15:00','2027-05-26','08:00:00','08:15:00',NULL),(9093,51,8610,'2027-05-27 08:00:00','2027-05-27 08:15:00','2027-05-27','08:00:00','08:15:00',NULL),(9094,51,8610,'2027-05-28 08:00:00','2027-05-28 08:15:00','2027-05-28','08:00:00','08:15:00',NULL),(9095,51,8610,'2027-05-31 08:00:00','2027-05-31 08:15:00','2027-05-31','08:00:00','08:15:00',NULL),(9096,51,8610,'2027-06-01 08:00:00','2027-06-01 08:15:00','2027-06-01','08:00:00','08:15:00',NULL),(9097,51,8610,'2027-06-02 08:00:00','2027-06-02 08:15:00','2027-06-02','08:00:00','08:15:00',NULL),(9098,51,8610,'2027-06-03 08:00:00','2027-06-03 08:15:00','2027-06-03','08:00:00','08:15:00',NULL),(9099,51,8610,'2027-06-04 08:00:00','2027-06-04 08:15:00','2027-06-04','08:00:00','08:15:00',NULL),(9100,51,8610,'2027-06-07 08:00:00','2027-06-07 08:15:00','2027-06-07','08:00:00','08:15:00',NULL),(9101,51,8610,'2027-06-08 08:00:00','2027-06-08 08:15:00','2027-06-08','08:00:00','08:15:00',NULL),(9102,51,8610,'2027-06-09 08:00:00','2027-06-09 08:15:00','2027-06-09','08:00:00','08:15:00',NULL),(9103,51,8610,'2027-06-10 08:00:00','2027-06-10 08:15:00','2027-06-10','08:00:00','08:15:00',NULL),(9104,51,8610,'2027-06-11 08:00:00','2027-06-11 08:15:00','2027-06-11','08:00:00','08:15:00',NULL),(9105,51,8610,'2027-06-14 08:00:00','2027-06-14 08:15:00','2027-06-14','08:00:00','08:15:00',NULL),(9106,51,8610,'2027-06-15 08:00:00','2027-06-15 08:15:00','2027-06-15','08:00:00','08:15:00',NULL),(9107,51,8610,'2027-06-16 08:00:00','2027-06-16 08:15:00','2027-06-16','08:00:00','08:15:00',NULL),(9108,51,8610,'2027-06-17 08:00:00','2027-06-17 08:15:00','2027-06-17','08:00:00','08:15:00',NULL),(9109,51,8610,'2027-06-18 08:00:00','2027-06-18 08:15:00','2027-06-18','08:00:00','08:15:00',NULL),(9110,51,8610,'2027-06-21 08:00:00','2027-06-21 08:15:00','2027-06-21','08:00:00','08:15:00',NULL),(9111,51,8610,'2027-06-22 08:00:00','2027-06-22 08:15:00','2027-06-22','08:00:00','08:15:00',NULL),(9112,51,8610,'2027-06-23 08:00:00','2027-06-23 08:15:00','2027-06-23','08:00:00','08:15:00',NULL),(9113,51,8610,'2027-06-24 08:00:00','2027-06-24 08:15:00','2027-06-24','08:00:00','08:15:00',NULL),(9114,51,8610,'2027-06-25 08:00:00','2027-06-25 08:15:00','2027-06-25','08:00:00','08:15:00',NULL),(9115,51,8610,'2027-06-28 08:00:00','2027-06-28 08:15:00','2027-06-28','08:00:00','08:15:00',NULL),(9116,51,8610,'2027-06-29 08:00:00','2027-06-29 08:15:00','2027-06-29','08:00:00','08:15:00',NULL),(9117,51,8610,'2027-06-30 08:00:00','2027-06-30 08:15:00','2027-06-30','08:00:00','08:15:00',NULL),(9118,51,8610,'2027-07-01 08:00:00','2027-07-01 08:15:00','2027-07-01','08:00:00','08:15:00',NULL),(9119,51,8610,'2027-07-02 08:00:00','2027-07-02 08:15:00','2027-07-02','08:00:00','08:15:00',NULL),(9120,51,8610,'2027-07-05 08:00:00','2027-07-05 08:15:00','2027-07-05','08:00:00','08:15:00',NULL),(9121,51,8610,'2027-07-06 08:00:00','2027-07-06 08:15:00','2027-07-06','08:00:00','08:15:00',NULL),(9122,51,8610,'2027-07-07 08:00:00','2027-07-07 08:15:00','2027-07-07','08:00:00','08:15:00',NULL),(9123,51,8610,'2027-07-08 08:00:00','2027-07-08 08:15:00','2027-07-08','08:00:00','08:15:00',NULL),(9124,51,8610,'2027-07-09 08:00:00','2027-07-09 08:15:00','2027-07-09','08:00:00','08:15:00',NULL),(9125,51,8610,'2027-07-12 08:00:00','2027-07-12 08:15:00','2027-07-12','08:00:00','08:15:00',NULL),(9126,51,8610,'2027-07-13 08:00:00','2027-07-13 08:15:00','2027-07-13','08:00:00','08:15:00',NULL),(9127,51,8610,'2027-07-14 08:00:00','2027-07-14 08:15:00','2027-07-14','08:00:00','08:15:00',NULL),(9128,51,8610,'2027-07-15 08:00:00','2027-07-15 08:15:00','2027-07-15','08:00:00','08:15:00',NULL),(9129,51,8610,'2027-07-16 08:00:00','2027-07-16 08:15:00','2027-07-16','08:00:00','08:15:00',NULL),(9130,51,8610,'2027-07-19 08:00:00','2027-07-19 08:15:00','2027-07-19','08:00:00','08:15:00',NULL),(9131,51,8610,'2027-07-20 08:00:00','2027-07-20 08:15:00','2027-07-20','08:00:00','08:15:00',NULL),(9132,51,8610,'2027-07-21 08:00:00','2027-07-21 08:15:00','2027-07-21','08:00:00','08:15:00',NULL),(9133,51,8610,'2027-07-22 08:00:00','2027-07-22 08:15:00','2027-07-22','08:00:00','08:15:00',NULL),(9134,51,8610,'2027-07-23 08:00:00','2027-07-23 08:15:00','2027-07-23','08:00:00','08:15:00',NULL),(9135,51,8610,'2027-07-26 08:00:00','2027-07-26 08:15:00','2027-07-26','08:00:00','08:15:00',NULL),(9136,51,8610,'2027-07-27 08:00:00','2027-07-27 08:15:00','2027-07-27','08:00:00','08:15:00',NULL),(9137,51,8610,'2027-07-28 08:00:00','2027-07-28 08:15:00','2027-07-28','08:00:00','08:15:00',NULL),(9138,51,8610,'2027-07-29 08:00:00','2027-07-29 08:15:00','2027-07-29','08:00:00','08:15:00',NULL),(9139,51,8610,'2027-07-30 08:00:00','2027-07-30 08:15:00','2027-07-30','08:00:00','08:15:00',NULL),(9140,51,8610,'2027-08-02 08:00:00','2027-08-02 08:15:00','2027-08-02','08:00:00','08:15:00',NULL),(9141,51,8610,'2027-08-03 08:00:00','2027-08-03 08:15:00','2027-08-03','08:00:00','08:15:00',NULL),(9142,51,8610,'2027-08-04 08:00:00','2027-08-04 08:15:00','2027-08-04','08:00:00','08:15:00',NULL),(9143,51,8610,'2027-08-05 08:00:00','2027-08-05 08:15:00','2027-08-05','08:00:00','08:15:00',NULL),(9144,51,8610,'2027-08-06 08:00:00','2027-08-06 08:15:00','2027-08-06','08:00:00','08:15:00',NULL),(9145,51,8610,'2027-08-09 08:00:00','2027-08-09 08:15:00','2027-08-09','08:00:00','08:15:00',NULL),(9146,51,8610,'2027-08-10 08:00:00','2027-08-10 08:15:00','2027-08-10','08:00:00','08:15:00',NULL),(9147,51,8610,'2027-08-11 08:00:00','2027-08-11 08:15:00','2027-08-11','08:00:00','08:15:00',NULL),(9148,51,8610,'2027-08-12 08:00:00','2027-08-12 08:15:00','2027-08-12','08:00:00','08:15:00',NULL),(9149,51,8610,'2027-08-13 08:00:00','2027-08-13 08:15:00','2027-08-13','08:00:00','08:15:00',NULL),(9150,51,8610,'2027-08-16 08:00:00','2027-08-16 08:15:00','2027-08-16','08:00:00','08:15:00',NULL),(9151,51,8610,'2027-08-17 08:00:00','2027-08-17 08:15:00','2027-08-17','08:00:00','08:15:00',NULL),(9152,51,8610,'2027-08-18 08:00:00','2027-08-18 08:15:00','2027-08-18','08:00:00','08:15:00',NULL),(9153,51,8610,'2027-08-19 08:00:00','2027-08-19 08:15:00','2027-08-19','08:00:00','08:15:00',NULL),(9154,51,8610,'2027-08-20 08:00:00','2027-08-20 08:15:00','2027-08-20','08:00:00','08:15:00',NULL),(9155,51,8610,'2027-08-23 08:00:00','2027-08-23 08:15:00','2027-08-23','08:00:00','08:15:00',NULL),(9156,51,8610,'2027-08-24 08:00:00','2027-08-24 08:15:00','2027-08-24','08:00:00','08:15:00',NULL),(9157,51,8610,'2027-08-25 08:00:00','2027-08-25 08:15:00','2027-08-25','08:00:00','08:15:00',NULL),(9158,51,8610,'2027-08-26 08:00:00','2027-08-26 08:15:00','2027-08-26','08:00:00','08:15:00',NULL),(9159,51,8610,'2027-08-27 08:00:00','2027-08-27 08:15:00','2027-08-27','08:00:00','08:15:00',NULL),(9160,51,8610,'2027-08-30 08:00:00','2027-08-30 08:15:00','2027-08-30','08:00:00','08:15:00',NULL),(9161,51,8610,'2027-08-31 08:00:00','2027-08-31 08:15:00','2027-08-31','08:00:00','08:15:00',NULL),(9162,51,8610,'2027-09-01 08:00:00','2027-09-01 08:15:00','2027-09-01','08:00:00','08:15:00',NULL),(9163,51,8610,'2027-09-02 08:00:00','2027-09-02 08:15:00','2027-09-02','08:00:00','08:15:00',NULL),(9164,51,8610,'2027-09-03 08:00:00','2027-09-03 08:15:00','2027-09-03','08:00:00','08:15:00',NULL),(9165,51,8610,'2027-09-06 08:00:00','2027-09-06 08:15:00','2027-09-06','08:00:00','08:15:00',NULL),(9166,51,8610,'2027-09-07 08:00:00','2027-09-07 08:15:00','2027-09-07','08:00:00','08:15:00',NULL),(9167,51,8610,'2027-09-08 08:00:00','2027-09-08 08:15:00','2027-09-08','08:00:00','08:15:00',NULL),(9168,51,8610,'2027-09-09 08:00:00','2027-09-09 08:15:00','2027-09-09','08:00:00','08:15:00',NULL),(9169,51,8610,'2027-09-10 08:00:00','2027-09-10 08:15:00','2027-09-10','08:00:00','08:15:00',NULL),(9170,51,8610,'2027-09-13 08:00:00','2027-09-13 08:15:00','2027-09-13','08:00:00','08:15:00',NULL),(9171,51,8610,'2027-09-14 08:00:00','2027-09-14 08:15:00','2027-09-14','08:00:00','08:15:00',NULL),(9172,51,8610,'2027-09-15 08:00:00','2027-09-15 08:15:00','2027-09-15','08:00:00','08:15:00',NULL),(9173,51,8610,'2027-09-16 08:00:00','2027-09-16 08:15:00','2027-09-16','08:00:00','08:15:00',NULL),(9174,51,8610,'2027-09-17 08:00:00','2027-09-17 08:15:00','2027-09-17','08:00:00','08:15:00',NULL),(9175,51,8610,'2027-09-20 08:00:00','2027-09-20 08:15:00','2027-09-20','08:00:00','08:15:00',NULL),(9176,51,8610,'2027-09-21 08:00:00','2027-09-21 08:15:00','2027-09-21','08:00:00','08:15:00',NULL),(9177,51,8610,'2027-09-22 08:00:00','2027-09-22 08:15:00','2027-09-22','08:00:00','08:15:00',NULL),(9178,51,8610,'2027-09-23 08:00:00','2027-09-23 08:15:00','2027-09-23','08:00:00','08:15:00',NULL),(9179,51,8610,'2027-09-24 08:00:00','2027-09-24 08:15:00','2027-09-24','08:00:00','08:15:00',NULL),(9180,51,8610,'2027-09-27 08:00:00','2027-09-27 08:15:00','2027-09-27','08:00:00','08:15:00',NULL),(9181,51,8610,'2027-09-28 08:00:00','2027-09-28 08:15:00','2027-09-28','08:00:00','08:15:00',NULL),(9182,51,8610,'2027-09-29 08:00:00','2027-09-29 08:15:00','2027-09-29','08:00:00','08:15:00',NULL),(9183,51,8610,'2027-09-30 08:00:00','2027-09-30 08:15:00','2027-09-30','08:00:00','08:15:00',NULL),(9184,51,8610,'2027-10-01 08:00:00','2027-10-01 08:15:00','2027-10-01','08:00:00','08:15:00',NULL),(9185,51,8610,'2027-10-04 08:00:00','2027-10-04 08:15:00','2027-10-04','08:00:00','08:15:00',NULL),(9186,51,8610,'2027-10-05 08:00:00','2027-10-05 08:15:00','2027-10-05','08:00:00','08:15:00',NULL),(9187,51,8610,'2027-10-06 08:00:00','2027-10-06 08:15:00','2027-10-06','08:00:00','08:15:00',NULL),(9188,51,8610,'2027-10-07 08:00:00','2027-10-07 08:15:00','2027-10-07','08:00:00','08:15:00',NULL),(9189,51,8610,'2027-10-08 08:00:00','2027-10-08 08:15:00','2027-10-08','08:00:00','08:15:00',NULL),(9190,51,8610,'2027-10-11 08:00:00','2027-10-11 08:15:00','2027-10-11','08:00:00','08:15:00',NULL),(9191,51,8610,'2027-10-12 08:00:00','2027-10-12 08:15:00','2027-10-12','08:00:00','08:15:00',NULL),(9192,51,8610,'2027-10-13 08:00:00','2027-10-13 08:15:00','2027-10-13','08:00:00','08:15:00',NULL),(9193,51,8610,'2027-10-14 08:00:00','2027-10-14 08:15:00','2027-10-14','08:00:00','08:15:00',NULL),(9194,51,8610,'2027-10-15 08:00:00','2027-10-15 08:15:00','2027-10-15','08:00:00','08:15:00',NULL),(9195,51,8610,'2027-10-18 08:00:00','2027-10-18 08:15:00','2027-10-18','08:00:00','08:15:00',NULL),(9196,51,8610,'2027-10-19 08:00:00','2027-10-19 08:15:00','2027-10-19','08:00:00','08:15:00',NULL),(9197,51,8610,'2027-10-20 08:00:00','2027-10-20 08:15:00','2027-10-20','08:00:00','08:15:00',NULL),(9198,51,8610,'2027-10-21 08:00:00','2027-10-21 08:15:00','2027-10-21','08:00:00','08:15:00',NULL),(9199,51,8610,'2027-10-22 08:00:00','2027-10-22 08:15:00','2027-10-22','08:00:00','08:15:00',NULL),(9200,51,8610,'2027-10-25 08:00:00','2027-10-25 08:15:00','2027-10-25','08:00:00','08:15:00',NULL),(9201,51,8610,'2027-10-26 08:00:00','2027-10-26 08:15:00','2027-10-26','08:00:00','08:15:00',NULL),(9202,51,8610,'2027-10-27 08:00:00','2027-10-27 08:15:00','2027-10-27','08:00:00','08:15:00',NULL),(9203,51,8610,'2027-10-28 08:00:00','2027-10-28 08:15:00','2027-10-28','08:00:00','08:15:00',NULL),(9204,51,8610,'2027-10-29 08:00:00','2027-10-29 08:15:00','2027-10-29','08:00:00','08:15:00',NULL),(9205,51,8610,'2027-11-01 08:00:00','2027-11-01 08:15:00','2027-11-01','08:00:00','08:15:00',NULL),(9206,51,8610,'2027-11-02 08:00:00','2027-11-02 08:15:00','2027-11-02','08:00:00','08:15:00',NULL),(9207,51,8610,'2027-11-03 08:00:00','2027-11-03 08:15:00','2027-11-03','08:00:00','08:15:00',NULL),(9208,51,8610,'2027-11-04 08:00:00','2027-11-04 08:15:00','2027-11-04','08:00:00','08:15:00',NULL),(9209,51,8610,'2027-11-05 08:00:00','2027-11-05 08:15:00','2027-11-05','08:00:00','08:15:00',NULL),(9210,51,8610,'2027-11-08 08:00:00','2027-11-08 08:15:00','2027-11-08','08:00:00','08:15:00',NULL),(9211,51,8610,'2027-11-09 08:00:00','2027-11-09 08:15:00','2027-11-09','08:00:00','08:15:00',NULL),(9212,51,8610,'2027-11-10 08:00:00','2027-11-10 08:15:00','2027-11-10','08:00:00','08:15:00',NULL),(9213,51,8610,'2027-11-11 08:00:00','2027-11-11 08:15:00','2027-11-11','08:00:00','08:15:00',NULL),(9214,51,8610,'2027-11-12 08:00:00','2027-11-12 08:15:00','2027-11-12','08:00:00','08:15:00',NULL),(9215,51,8610,'2027-11-15 08:00:00','2027-11-15 08:15:00','2027-11-15','08:00:00','08:15:00',NULL),(9216,51,8610,'2027-11-16 08:00:00','2027-11-16 08:15:00','2027-11-16','08:00:00','08:15:00',NULL),(9217,51,8610,'2027-11-17 08:00:00','2027-11-17 08:15:00','2027-11-17','08:00:00','08:15:00',NULL),(9218,51,8610,'2027-11-18 08:00:00','2027-11-18 08:15:00','2027-11-18','08:00:00','08:15:00',NULL),(9219,51,8610,'2027-11-19 08:00:00','2027-11-19 08:15:00','2027-11-19','08:00:00','08:15:00',NULL),(9220,51,8610,'2027-11-22 08:00:00','2027-11-22 08:15:00','2027-11-22','08:00:00','08:15:00',NULL),(9221,51,8610,'2027-11-23 08:00:00','2027-11-23 08:15:00','2027-11-23','08:00:00','08:15:00',NULL),(9222,51,8610,'2027-11-24 08:00:00','2027-11-24 08:15:00','2027-11-24','08:00:00','08:15:00',NULL),(9223,51,8610,'2027-11-25 08:00:00','2027-11-25 08:15:00','2027-11-25','08:00:00','08:15:00',NULL),(9224,51,8610,'2027-11-26 08:00:00','2027-11-26 08:15:00','2027-11-26','08:00:00','08:15:00',NULL),(9225,51,8610,'2027-11-29 08:00:00','2027-11-29 08:15:00','2027-11-29','08:00:00','08:15:00',NULL),(9226,51,8610,'2027-11-30 08:00:00','2027-11-30 08:15:00','2027-11-30','08:00:00','08:15:00',NULL),(9227,51,8610,'2027-12-01 08:00:00','2027-12-01 08:15:00','2027-12-01','08:00:00','08:15:00',NULL),(9228,51,8610,'2027-12-02 08:00:00','2027-12-02 08:15:00','2027-12-02','08:00:00','08:15:00',NULL),(9229,51,8610,'2027-12-03 08:00:00','2027-12-03 08:15:00','2027-12-03','08:00:00','08:15:00',NULL),(9230,51,8610,'2027-12-06 08:00:00','2027-12-06 08:15:00','2027-12-06','08:00:00','08:15:00',NULL),(9231,51,8610,'2027-12-07 08:00:00','2027-12-07 08:15:00','2027-12-07','08:00:00','08:15:00',NULL),(9232,51,8610,'2027-12-08 08:00:00','2027-12-08 08:15:00','2027-12-08','08:00:00','08:15:00',NULL),(9233,51,8610,'2027-12-09 08:00:00','2027-12-09 08:15:00','2027-12-09','08:00:00','08:15:00',NULL),(9234,51,8610,'2027-12-10 08:00:00','2027-12-10 08:15:00','2027-12-10','08:00:00','08:15:00',NULL),(9235,51,8610,'2027-12-13 08:00:00','2027-12-13 08:15:00','2027-12-13','08:00:00','08:15:00',NULL),(9236,51,8610,'2027-12-14 08:00:00','2027-12-14 08:15:00','2027-12-14','08:00:00','08:15:00',NULL),(9237,51,8610,'2027-12-15 08:00:00','2027-12-15 08:15:00','2027-12-15','08:00:00','08:15:00',NULL),(9238,51,8610,'2027-12-16 08:00:00','2027-12-16 08:15:00','2027-12-16','08:00:00','08:15:00',NULL),(9239,51,8610,'2027-12-17 08:00:00','2027-12-17 08:15:00','2027-12-17','08:00:00','08:15:00',NULL),(9240,51,8610,'2027-12-20 08:00:00','2027-12-20 08:15:00','2027-12-20','08:00:00','08:15:00',NULL),(9241,51,8610,'2027-12-21 08:00:00','2027-12-21 08:15:00','2027-12-21','08:00:00','08:15:00',NULL),(9242,51,8610,'2027-12-22 08:00:00','2027-12-22 08:15:00','2027-12-22','08:00:00','08:15:00',NULL),(9243,51,8610,'2027-12-23 08:00:00','2027-12-23 08:15:00','2027-12-23','08:00:00','08:15:00',NULL),(9244,51,8610,'2027-12-24 08:00:00','2027-12-24 08:15:00','2027-12-24','08:00:00','08:15:00',NULL),(9245,51,8610,'2027-12-27 08:00:00','2027-12-27 08:15:00','2027-12-27','08:00:00','08:15:00',NULL),(9246,51,8610,'2027-12-28 08:00:00','2027-12-28 08:15:00','2027-12-28','08:00:00','08:15:00',NULL),(9247,51,8610,'2027-12-29 08:00:00','2027-12-29 08:15:00','2027-12-29','08:00:00','08:15:00',NULL),(9248,51,8610,'2027-12-30 08:00:00','2027-12-30 08:15:00','2027-12-30','08:00:00','08:15:00',NULL),(9249,51,8610,'2027-12-31 08:00:00','2027-12-31 08:15:00','2027-12-31','08:00:00','08:15:00',NULL),(9250,51,8610,'2028-01-03 08:00:00','2028-01-03 08:15:00','2028-01-03','08:00:00','08:15:00',NULL),(9251,51,8610,'2028-01-04 08:00:00','2028-01-04 08:15:00','2028-01-04','08:00:00','08:15:00',NULL),(9252,51,8610,'2028-01-05 08:00:00','2028-01-05 08:15:00','2028-01-05','08:00:00','08:15:00',NULL),(9253,51,8610,'2028-01-06 08:00:00','2028-01-06 08:15:00','2028-01-06','08:00:00','08:15:00',NULL),(9254,51,8610,'2028-01-07 08:00:00','2028-01-07 08:15:00','2028-01-07','08:00:00','08:15:00',NULL),(9255,51,8610,'2028-01-10 08:00:00','2028-01-10 08:15:00','2028-01-10','08:00:00','08:15:00',NULL),(9256,51,8610,'2028-01-11 08:00:00','2028-01-11 08:15:00','2028-01-11','08:00:00','08:15:00',NULL),(9257,51,8610,'2028-01-12 08:00:00','2028-01-12 08:15:00','2028-01-12','08:00:00','08:15:00',NULL),(9258,51,8610,'2028-01-13 08:00:00','2028-01-13 08:15:00','2028-01-13','08:00:00','08:15:00',NULL),(9259,51,8610,'2028-01-14 08:00:00','2028-01-14 08:15:00','2028-01-14','08:00:00','08:15:00',NULL),(9260,51,8610,'2028-01-17 08:00:00','2028-01-17 08:15:00','2028-01-17','08:00:00','08:15:00',NULL),(9261,51,8610,'2028-01-18 08:00:00','2028-01-18 08:15:00','2028-01-18','08:00:00','08:15:00',NULL),(9262,51,8610,'2028-01-19 08:00:00','2028-01-19 08:15:00','2028-01-19','08:00:00','08:15:00',NULL),(9263,51,8610,'2028-01-20 08:00:00','2028-01-20 08:15:00','2028-01-20','08:00:00','08:15:00',NULL),(9264,51,8610,'2028-01-21 08:00:00','2028-01-21 08:15:00','2028-01-21','08:00:00','08:15:00',NULL),(9265,51,8610,'2028-01-24 08:00:00','2028-01-24 08:15:00','2028-01-24','08:00:00','08:15:00',NULL),(9266,51,8610,'2028-01-25 08:00:00','2028-01-25 08:15:00','2028-01-25','08:00:00','08:15:00',NULL),(9267,51,8610,'2028-01-26 08:00:00','2028-01-26 08:15:00','2028-01-26','08:00:00','08:15:00',NULL),(9268,51,8610,'2028-01-27 08:00:00','2028-01-27 08:15:00','2028-01-27','08:00:00','08:15:00',NULL),(9269,51,8610,'2028-01-28 08:00:00','2028-01-28 08:15:00','2028-01-28','08:00:00','08:15:00',NULL),(9270,51,8610,'2028-01-31 08:00:00','2028-01-31 08:15:00','2028-01-31','08:00:00','08:15:00',NULL),(9271,51,8610,'2028-02-01 08:00:00','2028-02-01 08:15:00','2028-02-01','08:00:00','08:15:00',NULL),(9272,51,8610,'2028-02-02 08:00:00','2028-02-02 08:15:00','2028-02-02','08:00:00','08:15:00',NULL),(9273,51,8610,'2028-02-03 08:00:00','2028-02-03 08:15:00','2028-02-03','08:00:00','08:15:00',NULL),(9274,51,8610,'2028-02-04 08:00:00','2028-02-04 08:15:00','2028-02-04','08:00:00','08:15:00',NULL),(9275,51,8610,'2028-02-07 08:00:00','2028-02-07 08:15:00','2028-02-07','08:00:00','08:15:00',NULL),(9276,51,8610,'2028-02-08 08:00:00','2028-02-08 08:15:00','2028-02-08','08:00:00','08:15:00',NULL),(9277,51,8610,'2028-02-09 08:00:00','2028-02-09 08:15:00','2028-02-09','08:00:00','08:15:00',NULL),(9278,51,8610,'2028-02-10 08:00:00','2028-02-10 08:15:00','2028-02-10','08:00:00','08:15:00',NULL),(9279,51,8610,'2028-02-11 08:00:00','2028-02-11 08:15:00','2028-02-11','08:00:00','08:15:00',NULL),(9280,51,8610,'2028-02-14 08:00:00','2028-02-14 08:15:00','2028-02-14','08:00:00','08:15:00',NULL),(9281,51,8610,'2028-02-15 08:00:00','2028-02-15 08:15:00','2028-02-15','08:00:00','08:15:00',NULL),(9282,51,8610,'2028-02-16 08:00:00','2028-02-16 08:15:00','2028-02-16','08:00:00','08:15:00',NULL),(9283,51,8610,'2028-02-17 08:00:00','2028-02-17 08:15:00','2028-02-17','08:00:00','08:15:00',NULL),(9284,51,8610,'2028-02-18 08:00:00','2028-02-18 08:15:00','2028-02-18','08:00:00','08:15:00',NULL),(9285,51,8610,'2028-02-21 08:00:00','2028-02-21 08:15:00','2028-02-21','08:00:00','08:15:00',NULL),(9286,51,8610,'2028-02-22 08:00:00','2028-02-22 08:15:00','2028-02-22','08:00:00','08:15:00',NULL),(9287,51,8610,'2028-02-23 08:00:00','2028-02-23 08:15:00','2028-02-23','08:00:00','08:15:00',NULL),(9288,51,8610,'2028-02-24 08:00:00','2028-02-24 08:15:00','2028-02-24','08:00:00','08:15:00',NULL),(9289,51,8610,'2028-02-25 08:00:00','2028-02-25 08:15:00','2028-02-25','08:00:00','08:15:00',NULL),(9290,51,8610,'2028-02-28 08:00:00','2028-02-28 08:15:00','2028-02-28','08:00:00','08:15:00',NULL),(9291,51,8610,'2028-02-29 08:00:00','2028-02-29 08:15:00','2028-02-29','08:00:00','08:15:00',NULL),(9292,51,8610,'2028-03-01 08:00:00','2028-03-01 08:15:00','2028-03-01','08:00:00','08:15:00',NULL),(9293,51,8610,'2028-03-02 08:00:00','2028-03-02 08:15:00','2028-03-02','08:00:00','08:15:00',NULL),(9294,51,8610,'2028-03-03 08:00:00','2028-03-03 08:15:00','2028-03-03','08:00:00','08:15:00',NULL),(9295,51,8610,'2028-03-06 08:00:00','2028-03-06 08:15:00','2028-03-06','08:00:00','08:15:00',NULL),(9296,51,8610,'2028-03-07 08:00:00','2028-03-07 08:15:00','2028-03-07','08:00:00','08:15:00',NULL),(9297,51,8610,'2028-03-08 08:00:00','2028-03-08 08:15:00','2028-03-08','08:00:00','08:15:00',NULL),(9298,51,8610,'2028-03-09 08:00:00','2028-03-09 08:15:00','2028-03-09','08:00:00','08:15:00',NULL),(9299,51,8610,'2028-03-10 08:00:00','2028-03-10 08:15:00','2028-03-10','08:00:00','08:15:00',NULL),(9300,51,8610,'2028-03-13 08:00:00','2028-03-13 08:15:00','2028-03-13','08:00:00','08:15:00',NULL),(9301,51,8610,'2028-03-14 08:00:00','2028-03-14 08:15:00','2028-03-14','08:00:00','08:15:00',NULL),(9302,51,8610,'2028-03-15 08:00:00','2028-03-15 08:15:00','2028-03-15','08:00:00','08:15:00',NULL),(9303,51,8610,'2028-03-16 08:00:00','2028-03-16 08:15:00','2028-03-16','08:00:00','08:15:00',NULL),(9304,51,8610,'2028-03-17 08:00:00','2028-03-17 08:15:00','2028-03-17','08:00:00','08:15:00',NULL),(9305,51,8610,'2028-03-20 08:00:00','2028-03-20 08:15:00','2028-03-20','08:00:00','08:15:00',NULL),(9306,51,8610,'2028-03-21 08:00:00','2028-03-21 08:15:00','2028-03-21','08:00:00','08:15:00',NULL),(9307,51,8610,'2028-03-22 08:00:00','2028-03-22 08:15:00','2028-03-22','08:00:00','08:15:00',NULL),(9308,51,8610,'2028-03-23 08:00:00','2028-03-23 08:15:00','2028-03-23','08:00:00','08:15:00',NULL),(9309,51,8610,'2028-03-24 08:00:00','2028-03-24 08:15:00','2028-03-24','08:00:00','08:15:00',NULL),(9310,51,8610,'2028-03-27 08:00:00','2028-03-27 08:15:00','2028-03-27','08:00:00','08:15:00',NULL),(9311,51,8610,'2028-03-28 08:00:00','2028-03-28 08:15:00','2028-03-28','08:00:00','08:15:00',NULL),(9312,51,8610,'2028-03-29 08:00:00','2028-03-29 08:15:00','2028-03-29','08:00:00','08:15:00',NULL),(9313,51,8610,'2028-03-30 08:00:00','2028-03-30 08:15:00','2028-03-30','08:00:00','08:15:00',NULL),(9314,51,8610,'2028-03-31 08:00:00','2028-03-31 08:15:00','2028-03-31','08:00:00','08:15:00',NULL),(9315,51,8610,'2028-04-03 08:00:00','2028-04-03 08:15:00','2028-04-03','08:00:00','08:15:00',NULL),(9316,51,8610,'2028-04-04 08:00:00','2028-04-04 08:15:00','2028-04-04','08:00:00','08:15:00',NULL),(9317,51,8610,'2028-04-05 08:00:00','2028-04-05 08:15:00','2028-04-05','08:00:00','08:15:00',NULL),(9318,51,8610,'2028-04-06 08:00:00','2028-04-06 08:15:00','2028-04-06','08:00:00','08:15:00',NULL),(9319,51,8610,'2028-04-07 08:00:00','2028-04-07 08:15:00','2028-04-07','08:00:00','08:15:00',NULL),(9320,51,8610,'2028-04-10 08:00:00','2028-04-10 08:15:00','2028-04-10','08:00:00','08:15:00',NULL),(9321,51,8610,'2028-04-11 08:00:00','2028-04-11 08:15:00','2028-04-11','08:00:00','08:15:00',NULL),(9322,51,8610,'2028-04-12 08:00:00','2028-04-12 08:15:00','2028-04-12','08:00:00','08:15:00',NULL),(9323,51,8610,'2028-04-13 08:00:00','2028-04-13 08:15:00','2028-04-13','08:00:00','08:15:00',NULL),(9324,51,8610,'2028-04-14 08:00:00','2028-04-14 08:15:00','2028-04-14','08:00:00','08:15:00',NULL),(9325,51,8610,'2028-04-17 08:00:00','2028-04-17 08:15:00','2028-04-17','08:00:00','08:15:00',NULL),(9326,51,8610,'2028-04-18 08:00:00','2028-04-18 08:15:00','2028-04-18','08:00:00','08:15:00',NULL),(9327,51,8610,'2028-04-19 08:00:00','2028-04-19 08:15:00','2028-04-19','08:00:00','08:15:00',NULL),(9328,51,8610,'2028-04-20 08:00:00','2028-04-20 08:15:00','2028-04-20','08:00:00','08:15:00',NULL),(9329,51,8610,'2028-04-21 08:00:00','2028-04-21 08:15:00','2028-04-21','08:00:00','08:15:00',NULL),(9330,51,8610,'2028-04-24 08:00:00','2028-04-24 08:15:00','2028-04-24','08:00:00','08:15:00',NULL),(9331,51,8610,'2028-04-25 08:00:00','2028-04-25 08:15:00','2028-04-25','08:00:00','08:15:00',NULL),(9332,51,8610,'2028-04-26 08:00:00','2028-04-26 08:15:00','2028-04-26','08:00:00','08:15:00',NULL),(9333,51,8610,'2028-04-27 08:00:00','2028-04-27 08:15:00','2028-04-27','08:00:00','08:15:00',NULL),(9334,51,8610,'2028-04-28 08:00:00','2028-04-28 08:15:00','2028-04-28','08:00:00','08:15:00',NULL),(9335,51,8610,'2028-05-01 08:00:00','2028-05-01 08:15:00','2028-05-01','08:00:00','08:15:00',NULL),(9336,51,8610,'2028-05-02 08:00:00','2028-05-02 08:15:00','2028-05-02','08:00:00','08:15:00',NULL),(9337,51,8610,'2028-05-03 08:00:00','2028-05-03 08:15:00','2028-05-03','08:00:00','08:15:00',NULL),(9338,51,8610,'2028-05-04 08:00:00','2028-05-04 08:15:00','2028-05-04','08:00:00','08:15:00',NULL),(9339,51,8610,'2028-05-05 08:00:00','2028-05-05 08:15:00','2028-05-05','08:00:00','08:15:00',NULL),(9340,51,8610,'2028-05-08 08:00:00','2028-05-08 08:15:00','2028-05-08','08:00:00','08:15:00',NULL),(9341,51,8610,'2028-05-09 08:00:00','2028-05-09 08:15:00','2028-05-09','08:00:00','08:15:00',NULL),(9342,51,8610,'2028-05-10 08:00:00','2028-05-10 08:15:00','2028-05-10','08:00:00','08:15:00',NULL),(9343,51,8610,'2028-05-11 08:00:00','2028-05-11 08:15:00','2028-05-11','08:00:00','08:15:00',NULL),(9344,51,8610,'2028-05-12 08:00:00','2028-05-12 08:15:00','2028-05-12','08:00:00','08:15:00',NULL),(9345,51,8610,'2028-05-15 08:00:00','2028-05-15 08:15:00','2028-05-15','08:00:00','08:15:00',NULL),(9346,51,8610,'2028-05-16 08:00:00','2028-05-16 08:15:00','2028-05-16','08:00:00','08:15:00',NULL),(9347,51,8610,'2028-05-17 08:00:00','2028-05-17 08:15:00','2028-05-17','08:00:00','08:15:00',NULL),(9348,51,8610,'2028-05-18 08:00:00','2028-05-18 08:15:00','2028-05-18','08:00:00','08:15:00',NULL),(9349,51,8610,'2028-05-19 08:00:00','2028-05-19 08:15:00','2028-05-19','08:00:00','08:15:00',NULL),(9350,51,8610,'2028-05-22 08:00:00','2028-05-22 08:15:00','2028-05-22','08:00:00','08:15:00',NULL),(9351,51,8610,'2028-05-23 08:00:00','2028-05-23 08:15:00','2028-05-23','08:00:00','08:15:00',NULL),(9352,51,8610,'2028-05-24 08:00:00','2028-05-24 08:15:00','2028-05-24','08:00:00','08:15:00',NULL),(9353,51,8610,'2028-05-25 08:00:00','2028-05-25 08:15:00','2028-05-25','08:00:00','08:15:00',NULL),(9354,51,8610,'2028-05-26 08:00:00','2028-05-26 08:15:00','2028-05-26','08:00:00','08:15:00',NULL),(9355,51,8610,'2028-05-29 08:00:00','2028-05-29 08:15:00','2028-05-29','08:00:00','08:15:00',NULL),(9356,51,8610,'2028-05-30 08:00:00','2028-05-30 08:15:00','2028-05-30','08:00:00','08:15:00',NULL),(9357,51,8610,'2028-05-31 08:00:00','2028-05-31 08:15:00','2028-05-31','08:00:00','08:15:00',NULL),(9358,51,8610,'2028-06-01 08:00:00','2028-06-01 08:15:00','2028-06-01','08:00:00','08:15:00',NULL),(9359,51,8610,'2028-06-02 08:00:00','2028-06-02 08:15:00','2028-06-02','08:00:00','08:15:00',NULL),(9360,51,8610,'2028-06-05 08:00:00','2028-06-05 08:15:00','2028-06-05','08:00:00','08:15:00',NULL),(9361,51,8610,'2028-06-06 08:00:00','2028-06-06 08:15:00','2028-06-06','08:00:00','08:15:00',NULL),(9362,51,8610,'2028-06-07 08:00:00','2028-06-07 08:15:00','2028-06-07','08:00:00','08:15:00',NULL),(9363,51,8610,'2028-06-08 08:00:00','2028-06-08 08:15:00','2028-06-08','08:00:00','08:15:00',NULL),(9364,51,8610,'2028-06-09 08:00:00','2028-06-09 08:15:00','2028-06-09','08:00:00','08:15:00',NULL),(9365,51,8610,'2028-06-12 08:00:00','2028-06-12 08:15:00','2028-06-12','08:00:00','08:15:00',NULL),(9366,51,8610,'2028-06-13 08:00:00','2028-06-13 08:15:00','2028-06-13','08:00:00','08:15:00',NULL),(9367,51,8610,'2028-06-14 08:00:00','2028-06-14 08:15:00','2028-06-14','08:00:00','08:15:00',NULL),(9368,51,8610,'2028-06-15 08:00:00','2028-06-15 08:15:00','2028-06-15','08:00:00','08:15:00',NULL),(9369,51,8610,'2028-06-16 08:00:00','2028-06-16 08:15:00','2028-06-16','08:00:00','08:15:00',NULL),(9370,51,8610,'2028-06-19 08:00:00','2028-06-19 08:15:00','2028-06-19','08:00:00','08:15:00',NULL),(9371,51,8610,'2028-06-20 08:00:00','2028-06-20 08:15:00','2028-06-20','08:00:00','08:15:00',NULL),(9372,51,8610,'2028-06-21 08:00:00','2028-06-21 08:15:00','2028-06-21','08:00:00','08:15:00',NULL),(9373,51,8610,'2028-06-22 08:00:00','2028-06-22 08:15:00','2028-06-22','08:00:00','08:15:00',NULL),(9374,51,8610,'2028-06-23 08:00:00','2028-06-23 08:15:00','2028-06-23','08:00:00','08:15:00',NULL),(9375,51,8610,'2028-06-26 08:00:00','2028-06-26 08:15:00','2028-06-26','08:00:00','08:15:00',NULL),(9376,51,8610,'2028-06-27 08:00:00','2028-06-27 08:15:00','2028-06-27','08:00:00','08:15:00',NULL),(9377,51,8610,'2028-06-28 08:00:00','2028-06-28 08:15:00','2028-06-28','08:00:00','08:15:00',NULL),(9378,51,8610,'2028-06-29 08:00:00','2028-06-29 08:15:00','2028-06-29','08:00:00','08:15:00',NULL),(9379,51,8610,'2028-06-30 08:00:00','2028-06-30 08:15:00','2028-06-30','08:00:00','08:15:00',NULL),(9380,51,8610,'2028-07-03 08:00:00','2028-07-03 08:15:00','2028-07-03','08:00:00','08:15:00',NULL),(9381,51,8610,'2028-07-04 08:00:00','2028-07-04 08:15:00','2028-07-04','08:00:00','08:15:00',NULL),(9382,51,8610,'2028-07-05 08:00:00','2028-07-05 08:15:00','2028-07-05','08:00:00','08:15:00',NULL),(9383,51,8610,'2028-07-06 08:00:00','2028-07-06 08:15:00','2028-07-06','08:00:00','08:15:00',NULL),(9384,51,8610,'2028-07-07 08:00:00','2028-07-07 08:15:00','2028-07-07','08:00:00','08:15:00',NULL),(9385,51,8610,'2028-07-10 08:00:00','2028-07-10 08:15:00','2028-07-10','08:00:00','08:15:00',NULL),(9386,51,8610,'2028-07-11 08:00:00','2028-07-11 08:15:00','2028-07-11','08:00:00','08:15:00',NULL),(9387,51,8610,'2028-07-12 08:00:00','2028-07-12 08:15:00','2028-07-12','08:00:00','08:15:00',NULL),(9388,51,8610,'2028-07-13 08:00:00','2028-07-13 08:15:00','2028-07-13','08:00:00','08:15:00',NULL),(9389,51,8610,'2028-07-14 08:00:00','2028-07-14 08:15:00','2028-07-14','08:00:00','08:15:00',NULL),(9390,51,8610,'2028-07-17 08:00:00','2028-07-17 08:15:00','2028-07-17','08:00:00','08:15:00',NULL),(9391,51,8610,'2028-07-18 08:00:00','2028-07-18 08:15:00','2028-07-18','08:00:00','08:15:00',NULL),(9392,51,8610,'2028-07-19 08:00:00','2028-07-19 08:15:00','2028-07-19','08:00:00','08:15:00',NULL),(9393,51,8610,'2028-07-20 08:00:00','2028-07-20 08:15:00','2028-07-20','08:00:00','08:15:00',NULL),(9394,51,8610,'2028-07-21 08:00:00','2028-07-21 08:15:00','2028-07-21','08:00:00','08:15:00',NULL),(9395,51,8610,'2028-07-24 08:00:00','2028-07-24 08:15:00','2028-07-24','08:00:00','08:15:00',NULL),(9396,51,8610,'2028-07-25 08:00:00','2028-07-25 08:15:00','2028-07-25','08:00:00','08:15:00',NULL),(9397,51,8610,'2028-07-26 08:00:00','2028-07-26 08:15:00','2028-07-26','08:00:00','08:15:00',NULL),(9398,51,8610,'2028-07-27 08:00:00','2028-07-27 08:15:00','2028-07-27','08:00:00','08:15:00',NULL),(9399,51,8610,'2028-07-28 08:00:00','2028-07-28 08:15:00','2028-07-28','08:00:00','08:15:00',NULL),(9400,51,8610,'2028-07-31 08:00:00','2028-07-31 08:15:00','2028-07-31','08:00:00','08:15:00',NULL),(9401,51,8610,'2028-08-01 08:00:00','2028-08-01 08:15:00','2028-08-01','08:00:00','08:15:00',NULL),(9402,51,8610,'2028-08-02 08:00:00','2028-08-02 08:15:00','2028-08-02','08:00:00','08:15:00',NULL),(9403,51,8610,'2028-08-03 08:00:00','2028-08-03 08:15:00','2028-08-03','08:00:00','08:15:00',NULL),(9404,51,8610,'2028-08-04 08:00:00','2028-08-04 08:15:00','2028-08-04','08:00:00','08:15:00',NULL),(9405,51,8610,'2028-08-07 08:00:00','2028-08-07 08:15:00','2028-08-07','08:00:00','08:15:00',NULL),(9406,51,8610,'2028-08-08 08:00:00','2028-08-08 08:15:00','2028-08-08','08:00:00','08:15:00',NULL),(9407,51,8610,'2028-08-09 08:00:00','2028-08-09 08:15:00','2028-08-09','08:00:00','08:15:00',NULL),(9408,51,8610,'2028-08-10 08:00:00','2028-08-10 08:15:00','2028-08-10','08:00:00','08:15:00',NULL),(9409,51,8610,'2028-08-11 08:00:00','2028-08-11 08:15:00','2028-08-11','08:00:00','08:15:00',NULL),(9410,51,8610,'2028-08-14 08:00:00','2028-08-14 08:15:00','2028-08-14','08:00:00','08:15:00',NULL),(9411,51,8610,'2028-08-15 08:00:00','2028-08-15 08:15:00','2028-08-15','08:00:00','08:15:00',NULL),(9412,51,8610,'2028-08-16 08:00:00','2028-08-16 08:15:00','2028-08-16','08:00:00','08:15:00',NULL),(9413,51,8610,'2028-08-17 08:00:00','2028-08-17 08:15:00','2028-08-17','08:00:00','08:15:00',NULL),(9414,51,8610,'2028-08-18 08:00:00','2028-08-18 08:15:00','2028-08-18','08:00:00','08:15:00',NULL),(9415,51,8610,'2028-08-21 08:00:00','2028-08-21 08:15:00','2028-08-21','08:00:00','08:15:00',NULL),(9416,51,8610,'2028-08-22 08:00:00','2028-08-22 08:15:00','2028-08-22','08:00:00','08:15:00',NULL),(9417,51,8610,'2028-08-23 08:00:00','2028-08-23 08:15:00','2028-08-23','08:00:00','08:15:00',NULL),(9418,51,8610,'2028-08-24 08:00:00','2028-08-24 08:15:00','2028-08-24','08:00:00','08:15:00',NULL),(9419,51,8610,'2028-08-25 08:00:00','2028-08-25 08:15:00','2028-08-25','08:00:00','08:15:00',NULL),(9420,51,8610,'2028-08-28 08:00:00','2028-08-28 08:15:00','2028-08-28','08:00:00','08:15:00',NULL),(9421,51,8610,'2028-08-29 08:00:00','2028-08-29 08:15:00','2028-08-29','08:00:00','08:15:00',NULL),(9422,51,8610,'2028-08-30 08:00:00','2028-08-30 08:15:00','2028-08-30','08:00:00','08:15:00',NULL),(9423,51,8610,'2028-08-31 08:00:00','2028-08-31 08:15:00','2028-08-31','08:00:00','08:15:00',NULL),(9424,51,8610,'2028-09-01 08:00:00','2028-09-01 08:15:00','2028-09-01','08:00:00','08:15:00',NULL),(9425,51,8610,'2028-09-04 08:00:00','2028-09-04 08:15:00','2028-09-04','08:00:00','08:15:00',NULL),(9426,51,8610,'2028-09-05 08:00:00','2028-09-05 08:15:00','2028-09-05','08:00:00','08:15:00',NULL),(9427,51,8610,'2028-09-06 08:00:00','2028-09-06 08:15:00','2028-09-06','08:00:00','08:15:00',NULL),(9428,51,8610,'2028-09-07 08:00:00','2028-09-07 08:15:00','2028-09-07','08:00:00','08:15:00',NULL),(9429,51,8610,'2028-09-08 08:00:00','2028-09-08 08:15:00','2028-09-08','08:00:00','08:15:00',NULL),(9430,51,8610,'2028-09-11 08:00:00','2028-09-11 08:15:00','2028-09-11','08:00:00','08:15:00',NULL),(9431,51,8610,'2028-09-12 08:00:00','2028-09-12 08:15:00','2028-09-12','08:00:00','08:15:00',NULL),(9432,51,8610,'2028-09-13 08:00:00','2028-09-13 08:15:00','2028-09-13','08:00:00','08:15:00',NULL),(9433,51,8610,'2028-09-14 08:00:00','2028-09-14 08:15:00','2028-09-14','08:00:00','08:15:00',NULL),(9434,51,8610,'2028-09-15 08:00:00','2028-09-15 08:15:00','2028-09-15','08:00:00','08:15:00',NULL),(9435,51,8610,'2028-09-18 08:00:00','2028-09-18 08:15:00','2028-09-18','08:00:00','08:15:00',NULL),(9436,51,8610,'2028-09-19 08:00:00','2028-09-19 08:15:00','2028-09-19','08:00:00','08:15:00',NULL),(9437,51,8610,'2028-09-20 08:00:00','2028-09-20 08:15:00','2028-09-20','08:00:00','08:15:00',NULL),(9438,51,8610,'2028-09-21 08:00:00','2028-09-21 08:15:00','2028-09-21','08:00:00','08:15:00',NULL),(9439,51,8610,'2028-09-22 08:00:00','2028-09-22 08:15:00','2028-09-22','08:00:00','08:15:00',NULL),(9440,51,8610,'2028-09-25 08:00:00','2028-09-25 08:15:00','2028-09-25','08:00:00','08:15:00',NULL),(9441,51,8610,'2028-09-26 08:00:00','2028-09-26 08:15:00','2028-09-26','08:00:00','08:15:00',NULL),(9442,51,8610,'2028-09-27 08:00:00','2028-09-27 08:15:00','2028-09-27','08:00:00','08:15:00',NULL),(9443,51,8610,'2028-09-28 08:00:00','2028-09-28 08:15:00','2028-09-28','08:00:00','08:15:00',NULL),(9444,51,8610,'2028-09-29 08:00:00','2028-09-29 08:15:00','2028-09-29','08:00:00','08:15:00',NULL),(9445,51,8610,'2028-10-02 08:00:00','2028-10-02 08:15:00','2028-10-02','08:00:00','08:15:00',NULL),(9446,51,8610,'2028-10-03 08:00:00','2028-10-03 08:15:00','2028-10-03','08:00:00','08:15:00',NULL),(9447,51,8610,'2028-10-04 08:00:00','2028-10-04 08:15:00','2028-10-04','08:00:00','08:15:00',NULL),(9448,51,8610,'2028-10-05 08:00:00','2028-10-05 08:15:00','2028-10-05','08:00:00','08:15:00',NULL),(9449,51,8610,'2028-10-06 08:00:00','2028-10-06 08:15:00','2028-10-06','08:00:00','08:15:00',NULL),(9450,51,8610,'2028-10-09 08:00:00','2028-10-09 08:15:00','2028-10-09','08:00:00','08:15:00',NULL),(9451,51,8610,'2028-10-10 08:00:00','2028-10-10 08:15:00','2028-10-10','08:00:00','08:15:00',NULL),(9452,51,8610,'2028-10-11 08:00:00','2028-10-11 08:15:00','2028-10-11','08:00:00','08:15:00',NULL),(9453,51,8610,'2028-10-12 08:00:00','2028-10-12 08:15:00','2028-10-12','08:00:00','08:15:00',NULL),(9454,51,8610,'2028-10-13 08:00:00','2028-10-13 08:15:00','2028-10-13','08:00:00','08:15:00',NULL),(9455,51,8610,'2028-10-16 08:00:00','2028-10-16 08:15:00','2028-10-16','08:00:00','08:15:00',NULL),(9456,51,8610,'2028-10-17 08:00:00','2028-10-17 08:15:00','2028-10-17','08:00:00','08:15:00',NULL),(9457,51,8610,'2028-10-18 08:00:00','2028-10-18 08:15:00','2028-10-18','08:00:00','08:15:00',NULL),(9458,51,8610,'2028-10-19 08:00:00','2028-10-19 08:15:00','2028-10-19','08:00:00','08:15:00',NULL),(9459,51,8610,'2028-10-20 08:00:00','2028-10-20 08:15:00','2028-10-20','08:00:00','08:15:00',NULL),(9460,51,8610,'2028-10-23 08:00:00','2028-10-23 08:15:00','2028-10-23','08:00:00','08:15:00',NULL),(9461,51,8610,'2028-10-24 08:00:00','2028-10-24 08:15:00','2028-10-24','08:00:00','08:15:00',NULL),(9462,51,8610,'2028-10-25 08:00:00','2028-10-25 08:15:00','2028-10-25','08:00:00','08:15:00',NULL),(9463,51,8610,'2028-10-26 08:00:00','2028-10-26 08:15:00','2028-10-26','08:00:00','08:15:00',NULL),(9464,51,8610,'2028-10-27 08:00:00','2028-10-27 08:15:00','2028-10-27','08:00:00','08:15:00',NULL),(9465,51,8610,'2028-10-30 08:00:00','2028-10-30 08:15:00','2028-10-30','08:00:00','08:15:00',NULL),(9466,51,8610,'2028-10-31 08:00:00','2028-10-31 08:15:00','2028-10-31','08:00:00','08:15:00',NULL),(9467,51,8610,'2028-11-01 08:00:00','2028-11-01 08:15:00','2028-11-01','08:00:00','08:15:00',NULL),(9468,51,8610,'2028-11-02 08:00:00','2028-11-02 08:15:00','2028-11-02','08:00:00','08:15:00',NULL),(9469,51,8610,'2028-11-03 08:00:00','2028-11-03 08:15:00','2028-11-03','08:00:00','08:15:00',NULL),(9470,51,8610,'2028-11-06 08:00:00','2028-11-06 08:15:00','2028-11-06','08:00:00','08:15:00',NULL),(9471,51,8610,'2028-11-07 08:00:00','2028-11-07 08:15:00','2028-11-07','08:00:00','08:15:00',NULL),(9472,51,8610,'2028-11-08 08:00:00','2028-11-08 08:15:00','2028-11-08','08:00:00','08:15:00',NULL),(9473,51,8610,'2028-11-09 08:00:00','2028-11-09 08:15:00','2028-11-09','08:00:00','08:15:00',NULL),(9474,51,8610,'2028-11-10 08:00:00','2028-11-10 08:15:00','2028-11-10','08:00:00','08:15:00',NULL),(9475,51,8610,'2028-11-13 08:00:00','2028-11-13 08:15:00','2028-11-13','08:00:00','08:15:00',NULL),(9476,51,8610,'2028-11-14 08:00:00','2028-11-14 08:15:00','2028-11-14','08:00:00','08:15:00',NULL),(9477,51,8610,'2028-11-15 08:00:00','2028-11-15 08:15:00','2028-11-15','08:00:00','08:15:00',NULL),(9478,51,8610,'2028-11-16 08:00:00','2028-11-16 08:15:00','2028-11-16','08:00:00','08:15:00',NULL),(9479,51,8610,'2028-11-17 08:00:00','2028-11-17 08:15:00','2028-11-17','08:00:00','08:15:00',NULL),(9480,51,8610,'2028-11-20 08:00:00','2028-11-20 08:15:00','2028-11-20','08:00:00','08:15:00',NULL),(9481,51,8610,'2028-11-21 08:00:00','2028-11-21 08:15:00','2028-11-21','08:00:00','08:15:00',NULL),(9482,51,8610,'2028-11-22 08:00:00','2028-11-22 08:15:00','2028-11-22','08:00:00','08:15:00',NULL),(9483,51,8610,'2028-11-23 08:00:00','2028-11-23 08:15:00','2028-11-23','08:00:00','08:15:00',NULL),(9484,51,8610,'2028-11-24 08:00:00','2028-11-24 08:15:00','2028-11-24','08:00:00','08:15:00',NULL),(9485,51,8610,'2028-11-27 08:00:00','2028-11-27 08:15:00','2028-11-27','08:00:00','08:15:00',NULL),(9486,51,8610,'2028-11-28 08:00:00','2028-11-28 08:15:00','2028-11-28','08:00:00','08:15:00',NULL),(9487,51,8610,'2028-11-29 08:00:00','2028-11-29 08:15:00','2028-11-29','08:00:00','08:15:00',NULL),(9488,51,8610,'2028-11-30 08:00:00','2028-11-30 08:15:00','2028-11-30','08:00:00','08:15:00',NULL),(9489,51,8610,'2028-12-01 08:00:00','2028-12-01 08:15:00','2028-12-01','08:00:00','08:15:00',NULL),(9490,51,8610,'2028-12-04 08:00:00','2028-12-04 08:15:00','2028-12-04','08:00:00','08:15:00',NULL),(9491,51,8610,'2028-12-05 08:00:00','2028-12-05 08:15:00','2028-12-05','08:00:00','08:15:00',NULL),(9492,51,8610,'2028-12-06 08:00:00','2028-12-06 08:15:00','2028-12-06','08:00:00','08:15:00',NULL),(9493,51,8610,'2028-12-07 08:00:00','2028-12-07 08:15:00','2028-12-07','08:00:00','08:15:00',NULL),(9494,51,8610,'2028-12-08 08:00:00','2028-12-08 08:15:00','2028-12-08','08:00:00','08:15:00',NULL),(9495,51,8610,'2028-12-11 08:00:00','2028-12-11 08:15:00','2028-12-11','08:00:00','08:15:00',NULL),(9496,51,8610,'2028-12-12 08:00:00','2028-12-12 08:15:00','2028-12-12','08:00:00','08:15:00',NULL),(9497,51,8610,'2028-12-13 08:00:00','2028-12-13 08:15:00','2028-12-13','08:00:00','08:15:00',NULL),(9498,51,8610,'2028-12-14 08:00:00','2028-12-14 08:15:00','2028-12-14','08:00:00','08:15:00',NULL),(9499,51,8610,'2028-12-15 08:00:00','2028-12-15 08:15:00','2028-12-15','08:00:00','08:15:00',NULL),(9500,51,8610,'2028-12-18 08:00:00','2028-12-18 08:15:00','2028-12-18','08:00:00','08:15:00',NULL),(9501,51,8610,'2028-12-19 08:00:00','2028-12-19 08:15:00','2028-12-19','08:00:00','08:15:00',NULL),(9502,51,8610,'2028-12-20 08:00:00','2028-12-20 08:15:00','2028-12-20','08:00:00','08:15:00',NULL),(9503,51,8610,'2028-12-21 08:00:00','2028-12-21 08:15:00','2028-12-21','08:00:00','08:15:00',NULL),(9504,51,8610,'2028-12-22 08:00:00','2028-12-22 08:15:00','2028-12-22','08:00:00','08:15:00',NULL),(9505,51,8610,'2028-12-25 08:00:00','2028-12-25 08:15:00','2028-12-25','08:00:00','08:15:00',NULL),(9506,51,8610,'2028-12-26 08:00:00','2028-12-26 08:15:00','2028-12-26','08:00:00','08:15:00',NULL),(9507,51,8610,'2028-12-27 08:00:00','2028-12-27 08:15:00','2028-12-27','08:00:00','08:15:00',NULL),(9508,51,8610,'2028-12-28 08:00:00','2028-12-28 08:15:00','2028-12-28','08:00:00','08:15:00',NULL),(9509,51,8610,'2028-12-29 08:00:00','2028-12-29 08:15:00','2028-12-29','08:00:00','08:15:00',NULL),(9510,51,8610,'2029-01-01 08:00:00','2029-01-01 08:15:00','2029-01-01','08:00:00','08:15:00',NULL),(9511,51,8610,'2029-01-02 08:00:00','2029-01-02 08:15:00','2029-01-02','08:00:00','08:15:00',NULL),(9512,51,8610,'2029-01-03 08:00:00','2029-01-03 08:15:00','2029-01-03','08:00:00','08:15:00',NULL),(9513,51,8610,'2029-01-04 08:00:00','2029-01-04 08:15:00','2029-01-04','08:00:00','08:15:00',NULL),(9514,51,8610,'2029-01-05 08:00:00','2029-01-05 08:15:00','2029-01-05','08:00:00','08:15:00',NULL),(9515,51,8610,'2029-01-08 08:00:00','2029-01-08 08:15:00','2029-01-08','08:00:00','08:15:00',NULL),(9516,51,8610,'2029-01-09 08:00:00','2029-01-09 08:15:00','2029-01-09','08:00:00','08:15:00',NULL),(9517,51,8610,'2029-01-10 08:00:00','2029-01-10 08:15:00','2029-01-10','08:00:00','08:15:00',NULL),(9518,51,8610,'2029-01-11 08:00:00','2029-01-11 08:15:00','2029-01-11','08:00:00','08:15:00',NULL),(9519,51,8610,'2029-01-12 08:00:00','2029-01-12 08:15:00','2029-01-12','08:00:00','08:15:00',NULL),(9520,51,8610,'2029-01-15 08:00:00','2029-01-15 08:15:00','2029-01-15','08:00:00','08:15:00',NULL),(9521,51,8610,'2029-01-16 08:00:00','2029-01-16 08:15:00','2029-01-16','08:00:00','08:15:00',NULL),(9522,51,8610,'2029-01-17 08:00:00','2029-01-17 08:15:00','2029-01-17','08:00:00','08:15:00',NULL),(9523,51,8610,'2029-01-18 08:00:00','2029-01-18 08:15:00','2029-01-18','08:00:00','08:15:00',NULL),(9524,51,8610,'2029-01-19 08:00:00','2029-01-19 08:15:00','2029-01-19','08:00:00','08:15:00',NULL),(9525,51,8610,'2029-01-22 08:00:00','2029-01-22 08:15:00','2029-01-22','08:00:00','08:15:00',NULL),(9526,51,8610,'2029-01-23 08:00:00','2029-01-23 08:15:00','2029-01-23','08:00:00','08:15:00',NULL),(9527,51,8610,'2029-01-24 08:00:00','2029-01-24 08:15:00','2029-01-24','08:00:00','08:15:00',NULL),(9528,51,8610,'2029-01-25 08:00:00','2029-01-25 08:15:00','2029-01-25','08:00:00','08:15:00',NULL),(9529,51,8610,'2029-01-26 08:00:00','2029-01-26 08:15:00','2029-01-26','08:00:00','08:15:00',NULL),(9530,51,8610,'2029-01-29 08:00:00','2029-01-29 08:15:00','2029-01-29','08:00:00','08:15:00',NULL),(9531,51,8610,'2029-01-30 08:00:00','2029-01-30 08:15:00','2029-01-30','08:00:00','08:15:00',NULL),(9532,51,8610,'2029-01-31 08:00:00','2029-01-31 08:15:00','2029-01-31','08:00:00','08:15:00',NULL),(9533,51,8610,'2029-02-01 08:00:00','2029-02-01 08:15:00','2029-02-01','08:00:00','08:15:00',NULL),(9534,51,8610,'2029-02-02 08:00:00','2029-02-02 08:15:00','2029-02-02','08:00:00','08:15:00',NULL),(9535,51,8610,'2029-02-05 08:00:00','2029-02-05 08:15:00','2029-02-05','08:00:00','08:15:00',NULL),(9536,51,8610,'2029-02-06 08:00:00','2029-02-06 08:15:00','2029-02-06','08:00:00','08:15:00',NULL),(9537,51,8610,'2029-02-07 08:00:00','2029-02-07 08:15:00','2029-02-07','08:00:00','08:15:00',NULL),(9538,51,8610,'2029-02-08 08:00:00','2029-02-08 08:15:00','2029-02-08','08:00:00','08:15:00',NULL),(9539,51,8610,'2029-02-09 08:00:00','2029-02-09 08:15:00','2029-02-09','08:00:00','08:15:00',NULL),(9540,51,8610,'2029-02-12 08:00:00','2029-02-12 08:15:00','2029-02-12','08:00:00','08:15:00',NULL),(9541,51,8610,'2029-02-13 08:00:00','2029-02-13 08:15:00','2029-02-13','08:00:00','08:15:00',NULL),(9542,51,8610,'2029-02-14 08:00:00','2029-02-14 08:15:00','2029-02-14','08:00:00','08:15:00',NULL),(9543,51,8610,'2029-02-15 08:00:00','2029-02-15 08:15:00','2029-02-15','08:00:00','08:15:00',NULL),(9544,51,8610,'2029-02-16 08:00:00','2029-02-16 08:15:00','2029-02-16','08:00:00','08:15:00',NULL),(9545,51,8610,'2029-02-19 08:00:00','2029-02-19 08:15:00','2029-02-19','08:00:00','08:15:00',NULL),(9546,51,8610,'2029-02-20 08:00:00','2029-02-20 08:15:00','2029-02-20','08:00:00','08:15:00',NULL),(9547,51,8610,'2029-02-21 08:00:00','2029-02-21 08:15:00','2029-02-21','08:00:00','08:15:00',NULL),(9548,51,8610,'2029-02-22 08:00:00','2029-02-22 08:15:00','2029-02-22','08:00:00','08:15:00',NULL),(9549,51,8610,'2029-02-23 08:00:00','2029-02-23 08:15:00','2029-02-23','08:00:00','08:15:00',NULL),(9550,51,8610,'2029-02-26 08:00:00','2029-02-26 08:15:00','2029-02-26','08:00:00','08:15:00',NULL),(9551,51,8610,'2029-02-27 08:00:00','2029-02-27 08:15:00','2029-02-27','08:00:00','08:15:00',NULL),(9552,51,8610,'2029-02-28 08:00:00','2029-02-28 08:15:00','2029-02-28','08:00:00','08:15:00',NULL),(9553,51,8610,'2029-03-01 08:00:00','2029-03-01 08:15:00','2029-03-01','08:00:00','08:15:00',NULL),(9554,51,8610,'2029-03-02 08:00:00','2029-03-02 08:15:00','2029-03-02','08:00:00','08:15:00',NULL),(9555,51,8610,'2029-03-05 08:00:00','2029-03-05 08:15:00','2029-03-05','08:00:00','08:15:00',NULL),(9556,51,8610,'2029-03-06 08:00:00','2029-03-06 08:15:00','2029-03-06','08:00:00','08:15:00',NULL),(9557,51,8610,'2029-03-07 08:00:00','2029-03-07 08:15:00','2029-03-07','08:00:00','08:15:00',NULL),(9558,51,8610,'2029-03-08 08:00:00','2029-03-08 08:15:00','2029-03-08','08:00:00','08:15:00',NULL),(9559,51,8610,'2029-03-09 08:00:00','2029-03-09 08:15:00','2029-03-09','08:00:00','08:15:00',NULL),(9560,51,8610,'2029-03-12 08:00:00','2029-03-12 08:15:00','2029-03-12','08:00:00','08:15:00',NULL),(9561,51,8610,'2029-03-13 08:00:00','2029-03-13 08:15:00','2029-03-13','08:00:00','08:15:00',NULL),(9562,51,8610,'2029-03-14 08:00:00','2029-03-14 08:15:00','2029-03-14','08:00:00','08:15:00',NULL),(9563,51,8610,'2029-03-15 08:00:00','2029-03-15 08:15:00','2029-03-15','08:00:00','08:15:00',NULL),(9564,51,8610,'2029-03-16 08:00:00','2029-03-16 08:15:00','2029-03-16','08:00:00','08:15:00',NULL),(9565,51,8610,'2029-03-19 08:00:00','2029-03-19 08:15:00','2029-03-19','08:00:00','08:15:00',NULL),(9566,51,8610,'2029-03-20 08:00:00','2029-03-20 08:15:00','2029-03-20','08:00:00','08:15:00',NULL),(9567,51,8610,'2029-03-21 08:00:00','2029-03-21 08:15:00','2029-03-21','08:00:00','08:15:00',NULL),(9568,51,8610,'2029-03-22 08:00:00','2029-03-22 08:15:00','2029-03-22','08:00:00','08:15:00',NULL),(9569,51,8610,'2029-03-23 08:00:00','2029-03-23 08:15:00','2029-03-23','08:00:00','08:15:00',NULL),(9570,51,8610,'2029-03-26 08:00:00','2029-03-26 08:15:00','2029-03-26','08:00:00','08:15:00',NULL),(9571,51,8610,'2029-03-27 08:00:00','2029-03-27 08:15:00','2029-03-27','08:00:00','08:15:00',NULL),(9572,51,8610,'2029-03-28 08:00:00','2029-03-28 08:15:00','2029-03-28','08:00:00','08:15:00',NULL),(9573,51,8610,'2029-03-29 08:00:00','2029-03-29 08:15:00','2029-03-29','08:00:00','08:15:00',NULL),(9574,51,8610,'2029-03-30 08:00:00','2029-03-30 08:15:00','2029-03-30','08:00:00','08:15:00',NULL),(9575,51,8610,'2029-04-02 08:00:00','2029-04-02 08:15:00','2029-04-02','08:00:00','08:15:00',NULL),(9576,51,8610,'2029-04-03 08:00:00','2029-04-03 08:15:00','2029-04-03','08:00:00','08:15:00',NULL),(9577,51,8610,'2029-04-04 08:00:00','2029-04-04 08:15:00','2029-04-04','08:00:00','08:15:00',NULL),(9578,51,8610,'2029-04-05 08:00:00','2029-04-05 08:15:00','2029-04-05','08:00:00','08:15:00',NULL),(9579,51,8610,'2029-04-06 08:00:00','2029-04-06 08:15:00','2029-04-06','08:00:00','08:15:00',NULL),(9580,51,8610,'2029-04-09 08:00:00','2029-04-09 08:15:00','2029-04-09','08:00:00','08:15:00',NULL),(9581,51,8610,'2029-04-10 08:00:00','2029-04-10 08:15:00','2029-04-10','08:00:00','08:15:00',NULL),(9582,51,8610,'2029-04-11 08:00:00','2029-04-11 08:15:00','2029-04-11','08:00:00','08:15:00',NULL),(9583,51,8610,'2029-04-12 08:00:00','2029-04-12 08:15:00','2029-04-12','08:00:00','08:15:00',NULL),(9584,51,8610,'2029-04-13 08:00:00','2029-04-13 08:15:00','2029-04-13','08:00:00','08:15:00',NULL),(9585,51,8610,'2029-04-16 08:00:00','2029-04-16 08:15:00','2029-04-16','08:00:00','08:15:00',NULL),(9586,51,8610,'2029-04-17 08:00:00','2029-04-17 08:15:00','2029-04-17','08:00:00','08:15:00',NULL),(9587,51,8610,'2029-04-18 08:00:00','2029-04-18 08:15:00','2029-04-18','08:00:00','08:15:00',NULL),(9588,51,8610,'2029-04-19 08:00:00','2029-04-19 08:15:00','2029-04-19','08:00:00','08:15:00',NULL),(9589,51,8610,'2029-04-20 08:00:00','2029-04-20 08:15:00','2029-04-20','08:00:00','08:15:00',NULL),(9590,51,8610,'2029-04-23 08:00:00','2029-04-23 08:15:00','2029-04-23','08:00:00','08:15:00',NULL),(9591,51,8610,'2029-04-24 08:00:00','2029-04-24 08:15:00','2029-04-24','08:00:00','08:15:00',NULL),(9592,51,8610,'2029-04-25 08:00:00','2029-04-25 08:15:00','2029-04-25','08:00:00','08:15:00',NULL),(9593,51,8610,'2029-04-26 08:00:00','2029-04-26 08:15:00','2029-04-26','08:00:00','08:15:00',NULL),(9594,51,8610,'2029-04-27 08:00:00','2029-04-27 08:15:00','2029-04-27','08:00:00','08:15:00',NULL),(9595,51,8610,'2029-04-30 08:00:00','2029-04-30 08:15:00','2029-04-30','08:00:00','08:15:00',NULL),(9596,51,8610,'2029-05-01 08:00:00','2029-05-01 08:15:00','2029-05-01','08:00:00','08:15:00',NULL),(9597,51,8610,'2029-05-02 08:00:00','2029-05-02 08:15:00','2029-05-02','08:00:00','08:15:00',NULL),(9598,51,8610,'2029-05-03 08:00:00','2029-05-03 08:15:00','2029-05-03','08:00:00','08:15:00',NULL),(9599,51,8610,'2029-05-04 08:00:00','2029-05-04 08:15:00','2029-05-04','08:00:00','08:15:00',NULL),(9600,51,8610,'2029-05-07 08:00:00','2029-05-07 08:15:00','2029-05-07','08:00:00','08:15:00',NULL),(9601,51,8610,'2029-05-08 08:00:00','2029-05-08 08:15:00','2029-05-08','08:00:00','08:15:00',NULL),(9602,51,8610,'2029-05-09 08:00:00','2029-05-09 08:15:00','2029-05-09','08:00:00','08:15:00',NULL),(9603,51,8610,'2029-05-10 08:00:00','2029-05-10 08:15:00','2029-05-10','08:00:00','08:15:00',NULL),(9604,51,8610,'2029-05-11 08:00:00','2029-05-11 08:15:00','2029-05-11','08:00:00','08:15:00',NULL),(9605,51,8610,'2029-05-14 08:00:00','2029-05-14 08:15:00','2029-05-14','08:00:00','08:15:00',NULL),(9606,51,8610,'2029-05-15 08:00:00','2029-05-15 08:15:00','2029-05-15','08:00:00','08:15:00',NULL),(9607,51,8610,'2029-05-16 08:00:00','2029-05-16 08:15:00','2029-05-16','08:00:00','08:15:00',NULL),(9608,51,8610,'2029-05-17 08:00:00','2029-05-17 08:15:00','2029-05-17','08:00:00','08:15:00',NULL),(9609,51,8610,'2029-05-18 08:00:00','2029-05-18 08:15:00','2029-05-18','08:00:00','08:15:00',NULL),(9610,51,8610,'2029-05-21 08:00:00','2029-05-21 08:15:00','2029-05-21','08:00:00','08:15:00',NULL),(9611,51,8610,'2029-05-22 08:00:00','2029-05-22 08:15:00','2029-05-22','08:00:00','08:15:00',NULL),(9612,51,8610,'2029-05-23 08:00:00','2029-05-23 08:15:00','2029-05-23','08:00:00','08:15:00',NULL),(9613,51,8610,'2029-05-24 08:00:00','2029-05-24 08:15:00','2029-05-24','08:00:00','08:15:00',NULL),(9614,51,8610,'2029-05-25 08:00:00','2029-05-25 08:15:00','2029-05-25','08:00:00','08:15:00',NULL),(9615,51,8610,'2029-05-28 08:00:00','2029-05-28 08:15:00','2029-05-28','08:00:00','08:15:00',NULL),(9616,51,8610,'2029-05-29 08:00:00','2029-05-29 08:15:00','2029-05-29','08:00:00','08:15:00',NULL),(9617,51,8610,'2029-05-30 08:00:00','2029-05-30 08:15:00','2029-05-30','08:00:00','08:15:00',NULL),(9618,51,8610,'2029-05-31 08:00:00','2029-05-31 08:15:00','2029-05-31','08:00:00','08:15:00',NULL),(9619,51,8610,'2029-06-01 08:00:00','2029-06-01 08:15:00','2029-06-01','08:00:00','08:15:00',NULL),(9620,51,8610,'2029-06-04 08:00:00','2029-06-04 08:15:00','2029-06-04','08:00:00','08:15:00',NULL),(9621,51,8610,'2029-06-05 08:00:00','2029-06-05 08:15:00','2029-06-05','08:00:00','08:15:00',NULL),(9622,51,8610,'2029-06-06 08:00:00','2029-06-06 08:15:00','2029-06-06','08:00:00','08:15:00',NULL),(9623,51,8610,'2029-06-07 08:00:00','2029-06-07 08:15:00','2029-06-07','08:00:00','08:15:00',NULL),(9624,51,8610,'2029-06-08 08:00:00','2029-06-08 08:15:00','2029-06-08','08:00:00','08:15:00',NULL),(9625,51,8610,'2029-06-11 08:00:00','2029-06-11 08:15:00','2029-06-11','08:00:00','08:15:00',NULL),(9626,51,8610,'2029-06-12 08:00:00','2029-06-12 08:15:00','2029-06-12','08:00:00','08:15:00',NULL),(9627,51,8610,'2029-06-13 08:00:00','2029-06-13 08:15:00','2029-06-13','08:00:00','08:15:00',NULL),(9628,51,8610,'2029-06-14 08:00:00','2029-06-14 08:15:00','2029-06-14','08:00:00','08:15:00',NULL),(9629,51,8610,'2029-06-15 08:00:00','2029-06-15 08:15:00','2029-06-15','08:00:00','08:15:00',NULL),(9630,51,8610,'2029-06-18 08:00:00','2029-06-18 08:15:00','2029-06-18','08:00:00','08:15:00',NULL),(9631,51,8610,'2029-06-19 08:00:00','2029-06-19 08:15:00','2029-06-19','08:00:00','08:15:00',NULL),(9632,51,8610,'2029-06-20 08:00:00','2029-06-20 08:15:00','2029-06-20','08:00:00','08:15:00',NULL),(9633,51,8610,'2029-06-21 08:00:00','2029-06-21 08:15:00','2029-06-21','08:00:00','08:15:00',NULL),(9634,51,8610,'2029-06-22 08:00:00','2029-06-22 08:15:00','2029-06-22','08:00:00','08:15:00',NULL),(9635,51,8610,'2029-06-25 08:00:00','2029-06-25 08:15:00','2029-06-25','08:00:00','08:15:00',NULL),(9636,51,8610,'2029-06-26 08:00:00','2029-06-26 08:15:00','2029-06-26','08:00:00','08:15:00',NULL),(9637,51,8610,'2029-06-27 08:00:00','2029-06-27 08:15:00','2029-06-27','08:00:00','08:15:00',NULL),(9638,51,8610,'2029-06-28 08:00:00','2029-06-28 08:15:00','2029-06-28','08:00:00','08:15:00',NULL),(9639,51,8610,'2029-06-29 08:00:00','2029-06-29 08:15:00','2029-06-29','08:00:00','08:15:00',NULL),(9640,51,8610,'2029-07-02 08:00:00','2029-07-02 08:15:00','2029-07-02','08:00:00','08:15:00',NULL),(9641,51,8610,'2029-07-03 08:00:00','2029-07-03 08:15:00','2029-07-03','08:00:00','08:15:00',NULL),(9642,51,8610,'2029-07-04 08:00:00','2029-07-04 08:15:00','2029-07-04','08:00:00','08:15:00',NULL),(9643,51,8610,'2029-07-05 08:00:00','2029-07-05 08:15:00','2029-07-05','08:00:00','08:15:00',NULL),(9644,51,8610,'2029-07-06 08:00:00','2029-07-06 08:15:00','2029-07-06','08:00:00','08:15:00',NULL),(9645,51,8610,'2029-07-09 08:00:00','2029-07-09 08:15:00','2029-07-09','08:00:00','08:15:00',NULL),(9646,51,8610,'2029-07-10 08:00:00','2029-07-10 08:15:00','2029-07-10','08:00:00','08:15:00',NULL),(9647,51,8610,'2029-07-11 08:00:00','2029-07-11 08:15:00','2029-07-11','08:00:00','08:15:00',NULL),(9648,51,8610,'2029-07-12 08:00:00','2029-07-12 08:15:00','2029-07-12','08:00:00','08:15:00',NULL),(9649,51,8610,'2029-07-13 08:00:00','2029-07-13 08:15:00','2029-07-13','08:00:00','08:15:00',NULL),(9650,51,8610,'2029-07-16 08:00:00','2029-07-16 08:15:00','2029-07-16','08:00:00','08:15:00',NULL),(9651,51,8610,'2029-07-17 08:00:00','2029-07-17 08:15:00','2029-07-17','08:00:00','08:15:00',NULL),(9652,51,8610,'2029-07-18 08:00:00','2029-07-18 08:15:00','2029-07-18','08:00:00','08:15:00',NULL),(9653,51,8610,'2029-07-19 08:00:00','2029-07-19 08:15:00','2029-07-19','08:00:00','08:15:00',NULL),(9654,51,8610,'2029-07-20 08:00:00','2029-07-20 08:15:00','2029-07-20','08:00:00','08:15:00',NULL),(9655,51,8610,'2029-07-23 08:00:00','2029-07-23 08:15:00','2029-07-23','08:00:00','08:15:00',NULL),(9656,51,8610,'2029-07-24 08:00:00','2029-07-24 08:15:00','2029-07-24','08:00:00','08:15:00',NULL),(9657,51,8610,'2029-07-25 08:00:00','2029-07-25 08:15:00','2029-07-25','08:00:00','08:15:00',NULL),(9658,51,8610,'2029-07-26 08:00:00','2029-07-26 08:15:00','2029-07-26','08:00:00','08:15:00',NULL),(9659,51,8610,'2029-07-27 08:00:00','2029-07-27 08:15:00','2029-07-27','08:00:00','08:15:00',NULL),(9660,51,8610,'2029-07-30 08:00:00','2029-07-30 08:15:00','2029-07-30','08:00:00','08:15:00',NULL),(9661,51,8610,'2029-07-31 08:00:00','2029-07-31 08:15:00','2029-07-31','08:00:00','08:15:00',NULL),(9662,51,8610,'2029-08-01 08:00:00','2029-08-01 08:15:00','2029-08-01','08:00:00','08:15:00',NULL),(9663,51,8610,'2029-08-02 08:00:00','2029-08-02 08:15:00','2029-08-02','08:00:00','08:15:00',NULL),(9664,51,8610,'2029-08-03 08:00:00','2029-08-03 08:15:00','2029-08-03','08:00:00','08:15:00',NULL),(9665,51,8610,'2029-08-06 08:00:00','2029-08-06 08:15:00','2029-08-06','08:00:00','08:15:00',NULL),(9666,51,8610,'2029-08-07 08:00:00','2029-08-07 08:15:00','2029-08-07','08:00:00','08:15:00',NULL),(9667,51,8610,'2029-08-08 08:00:00','2029-08-08 08:15:00','2029-08-08','08:00:00','08:15:00',NULL),(9668,51,8610,'2029-08-09 08:00:00','2029-08-09 08:15:00','2029-08-09','08:00:00','08:15:00',NULL),(9669,51,8610,'2029-08-10 08:00:00','2029-08-10 08:15:00','2029-08-10','08:00:00','08:15:00',NULL),(9670,51,8610,'2029-08-13 08:00:00','2029-08-13 08:15:00','2029-08-13','08:00:00','08:15:00',NULL),(9671,51,8610,'2029-08-14 08:00:00','2029-08-14 08:15:00','2029-08-14','08:00:00','08:15:00',NULL),(9672,51,8610,'2029-08-15 08:00:00','2029-08-15 08:15:00','2029-08-15','08:00:00','08:15:00',NULL),(9673,51,8610,'2029-08-16 08:00:00','2029-08-16 08:15:00','2029-08-16','08:00:00','08:15:00',NULL),(9674,51,8610,'2029-08-17 08:00:00','2029-08-17 08:15:00','2029-08-17','08:00:00','08:15:00',NULL),(9675,51,8610,'2029-08-20 08:00:00','2029-08-20 08:15:00','2029-08-20','08:00:00','08:15:00',NULL),(9676,51,8610,'2029-08-21 08:00:00','2029-08-21 08:15:00','2029-08-21','08:00:00','08:15:00',NULL),(9677,51,8610,'2029-08-22 08:00:00','2029-08-22 08:15:00','2029-08-22','08:00:00','08:15:00',NULL),(9678,51,8610,'2029-08-23 08:00:00','2029-08-23 08:15:00','2029-08-23','08:00:00','08:15:00',NULL),(9679,51,8610,'2029-08-24 08:00:00','2029-08-24 08:15:00','2029-08-24','08:00:00','08:15:00',NULL),(9680,51,8610,'2029-08-27 08:00:00','2029-08-27 08:15:00','2029-08-27','08:00:00','08:15:00',NULL),(9681,51,8610,'2029-08-28 08:00:00','2029-08-28 08:15:00','2029-08-28','08:00:00','08:15:00',NULL),(9682,51,8610,'2029-08-29 08:00:00','2029-08-29 08:15:00','2029-08-29','08:00:00','08:15:00',NULL),(9683,51,8610,'2029-08-30 08:00:00','2029-08-30 08:15:00','2029-08-30','08:00:00','08:15:00',NULL),(9684,51,8610,'2029-08-31 08:00:00','2029-08-31 08:15:00','2029-08-31','08:00:00','08:15:00',NULL),(9685,51,8610,'2029-09-03 08:00:00','2029-09-03 08:15:00','2029-09-03','08:00:00','08:15:00',NULL),(9686,51,8610,'2029-09-04 08:00:00','2029-09-04 08:15:00','2029-09-04','08:00:00','08:15:00',NULL),(9687,51,8610,'2029-09-05 08:00:00','2029-09-05 08:15:00','2029-09-05','08:00:00','08:15:00',NULL),(9688,51,8610,'2029-09-06 08:00:00','2029-09-06 08:15:00','2029-09-06','08:00:00','08:15:00',NULL),(9689,51,8610,'2029-09-07 08:00:00','2029-09-07 08:15:00','2029-09-07','08:00:00','08:15:00',NULL),(9690,51,8610,'2029-09-10 08:00:00','2029-09-10 08:15:00','2029-09-10','08:00:00','08:15:00',NULL),(9691,51,8610,'2029-09-11 08:00:00','2029-09-11 08:15:00','2029-09-11','08:00:00','08:15:00',NULL),(9692,51,8610,'2029-09-12 08:00:00','2029-09-12 08:15:00','2029-09-12','08:00:00','08:15:00',NULL),(9693,51,8610,'2029-09-13 08:00:00','2029-09-13 08:15:00','2029-09-13','08:00:00','08:15:00',NULL),(9694,51,8610,'2029-09-14 08:00:00','2029-09-14 08:15:00','2029-09-14','08:00:00','08:15:00',NULL),(9695,51,8610,'2029-09-17 08:00:00','2029-09-17 08:15:00','2029-09-17','08:00:00','08:15:00',NULL),(9696,51,8610,'2029-09-18 08:00:00','2029-09-18 08:15:00','2029-09-18','08:00:00','08:15:00',NULL),(9697,51,8610,'2029-09-19 08:00:00','2029-09-19 08:15:00','2029-09-19','08:00:00','08:15:00',NULL),(9698,51,8610,'2029-09-20 08:00:00','2029-09-20 08:15:00','2029-09-20','08:00:00','08:15:00',NULL),(9699,51,8610,'2029-09-21 08:00:00','2029-09-21 08:15:00','2029-09-21','08:00:00','08:15:00',NULL),(9700,51,8610,'2029-09-24 08:00:00','2029-09-24 08:15:00','2029-09-24','08:00:00','08:15:00',NULL),(9701,51,8610,'2029-09-25 08:00:00','2029-09-25 08:15:00','2029-09-25','08:00:00','08:15:00',NULL),(9702,51,8610,'2029-09-26 08:00:00','2029-09-26 08:15:00','2029-09-26','08:00:00','08:15:00',NULL),(9703,51,8610,'2029-09-27 08:00:00','2029-09-27 08:15:00','2029-09-27','08:00:00','08:15:00',NULL),(9704,51,8610,'2029-09-28 08:00:00','2029-09-28 08:15:00','2029-09-28','08:00:00','08:15:00',NULL),(9705,51,8610,'2029-10-01 08:00:00','2029-10-01 08:15:00','2029-10-01','08:00:00','08:15:00',NULL),(9706,51,8610,'2029-10-02 08:00:00','2029-10-02 08:15:00','2029-10-02','08:00:00','08:15:00',NULL),(9707,51,8610,'2029-10-03 08:00:00','2029-10-03 08:15:00','2029-10-03','08:00:00','08:15:00',NULL),(9708,51,8610,'2029-10-04 08:00:00','2029-10-04 08:15:00','2029-10-04','08:00:00','08:15:00',NULL),(9709,51,8610,'2029-10-05 08:00:00','2029-10-05 08:15:00','2029-10-05','08:00:00','08:15:00',NULL),(9710,51,8610,'2029-10-08 08:00:00','2029-10-08 08:15:00','2029-10-08','08:00:00','08:15:00',NULL),(9711,51,8610,'2029-10-09 08:00:00','2029-10-09 08:15:00','2029-10-09','08:00:00','08:15:00',NULL),(9712,51,8610,'2029-10-10 08:00:00','2029-10-10 08:15:00','2029-10-10','08:00:00','08:15:00',NULL),(9713,51,8610,'2029-10-11 08:00:00','2029-10-11 08:15:00','2029-10-11','08:00:00','08:15:00',NULL),(9714,51,8610,'2029-10-12 08:00:00','2029-10-12 08:15:00','2029-10-12','08:00:00','08:15:00',NULL),(9715,51,8610,'2029-10-15 08:00:00','2029-10-15 08:15:00','2029-10-15','08:00:00','08:15:00',NULL),(9716,51,8610,'2029-10-16 08:00:00','2029-10-16 08:15:00','2029-10-16','08:00:00','08:15:00',NULL),(9717,51,8610,'2029-10-17 08:00:00','2029-10-17 08:15:00','2029-10-17','08:00:00','08:15:00',NULL),(9718,51,8610,'2029-10-18 08:00:00','2029-10-18 08:15:00','2029-10-18','08:00:00','08:15:00',NULL),(9719,51,8610,'2029-10-19 08:00:00','2029-10-19 08:15:00','2029-10-19','08:00:00','08:15:00',NULL),(9720,51,8610,'2029-10-22 08:00:00','2029-10-22 08:15:00','2029-10-22','08:00:00','08:15:00',NULL),(9721,51,8610,'2029-10-23 08:00:00','2029-10-23 08:15:00','2029-10-23','08:00:00','08:15:00',NULL),(9722,51,8610,'2029-10-24 08:00:00','2029-10-24 08:15:00','2029-10-24','08:00:00','08:15:00',NULL),(9723,51,8610,'2029-10-25 08:00:00','2029-10-25 08:15:00','2029-10-25','08:00:00','08:15:00',NULL),(9724,51,8610,'2029-10-26 08:00:00','2029-10-26 08:15:00','2029-10-26','08:00:00','08:15:00',NULL),(9725,51,8610,'2029-10-29 08:00:00','2029-10-29 08:15:00','2029-10-29','08:00:00','08:15:00',NULL),(9726,51,8610,'2029-10-30 08:00:00','2029-10-30 08:15:00','2029-10-30','08:00:00','08:15:00',NULL),(9727,51,8610,'2029-10-31 08:00:00','2029-10-31 08:15:00','2029-10-31','08:00:00','08:15:00',NULL),(9728,51,8610,'2029-11-01 08:00:00','2029-11-01 08:15:00','2029-11-01','08:00:00','08:15:00',NULL),(9729,51,8610,'2029-11-02 08:00:00','2029-11-02 08:15:00','2029-11-02','08:00:00','08:15:00',NULL),(9730,51,8610,'2029-11-05 08:00:00','2029-11-05 08:15:00','2029-11-05','08:00:00','08:15:00',NULL),(9731,51,8610,'2029-11-06 08:00:00','2029-11-06 08:15:00','2029-11-06','08:00:00','08:15:00',NULL),(9732,51,8610,'2029-11-07 08:00:00','2029-11-07 08:15:00','2029-11-07','08:00:00','08:15:00',NULL),(9733,51,8610,'2029-11-08 08:00:00','2029-11-08 08:15:00','2029-11-08','08:00:00','08:15:00',NULL),(9734,51,8610,'2029-11-09 08:00:00','2029-11-09 08:15:00','2029-11-09','08:00:00','08:15:00',NULL),(9735,51,8610,'2029-11-12 08:00:00','2029-11-12 08:15:00','2029-11-12','08:00:00','08:15:00',NULL),(9736,51,8610,'2029-11-13 08:00:00','2029-11-13 08:15:00','2029-11-13','08:00:00','08:15:00',NULL),(9737,51,8610,'2029-11-14 08:00:00','2029-11-14 08:15:00','2029-11-14','08:00:00','08:15:00',NULL),(9738,51,8610,'2029-11-15 08:00:00','2029-11-15 08:15:00','2029-11-15','08:00:00','08:15:00',NULL),(9739,51,8610,'2029-11-16 08:00:00','2029-11-16 08:15:00','2029-11-16','08:00:00','08:15:00',NULL),(9740,51,8610,'2029-11-19 08:00:00','2029-11-19 08:15:00','2029-11-19','08:00:00','08:15:00',NULL),(9741,51,8610,'2029-11-20 08:00:00','2029-11-20 08:15:00','2029-11-20','08:00:00','08:15:00',NULL),(9742,51,8610,'2029-11-21 08:00:00','2029-11-21 08:15:00','2029-11-21','08:00:00','08:15:00',NULL),(9743,51,8610,'2029-11-22 08:00:00','2029-11-22 08:15:00','2029-11-22','08:00:00','08:15:00',NULL),(9744,51,8610,'2029-11-23 08:00:00','2029-11-23 08:15:00','2029-11-23','08:00:00','08:15:00',NULL),(9745,51,8610,'2029-11-26 08:00:00','2029-11-26 08:15:00','2029-11-26','08:00:00','08:15:00',NULL),(9746,51,8610,'2029-11-27 08:00:00','2029-11-27 08:15:00','2029-11-27','08:00:00','08:15:00',NULL),(9747,51,8610,'2029-11-28 08:00:00','2029-11-28 08:15:00','2029-11-28','08:00:00','08:15:00',NULL),(9748,51,8610,'2029-11-29 08:00:00','2029-11-29 08:15:00','2029-11-29','08:00:00','08:15:00',NULL),(9749,51,8610,'2029-11-30 08:00:00','2029-11-30 08:15:00','2029-11-30','08:00:00','08:15:00',NULL),(9750,51,8610,'2029-12-03 08:00:00','2029-12-03 08:15:00','2029-12-03','08:00:00','08:15:00',NULL),(9751,51,8610,'2029-12-04 08:00:00','2029-12-04 08:15:00','2029-12-04','08:00:00','08:15:00',NULL),(9752,51,8610,'2029-12-05 08:00:00','2029-12-05 08:15:00','2029-12-05','08:00:00','08:15:00',NULL),(9753,51,8610,'2029-12-06 08:00:00','2029-12-06 08:15:00','2029-12-06','08:00:00','08:15:00',NULL),(9754,51,8610,'2029-12-07 08:00:00','2029-12-07 08:15:00','2029-12-07','08:00:00','08:15:00',NULL),(9755,51,8610,'2029-12-10 08:00:00','2029-12-10 08:15:00','2029-12-10','08:00:00','08:15:00',NULL),(9756,51,8610,'2029-12-11 08:00:00','2029-12-11 08:15:00','2029-12-11','08:00:00','08:15:00',NULL),(9757,51,8610,'2029-12-12 08:00:00','2029-12-12 08:15:00','2029-12-12','08:00:00','08:15:00',NULL),(9758,51,8610,'2029-12-13 08:00:00','2029-12-13 08:15:00','2029-12-13','08:00:00','08:15:00',NULL),(9759,51,8610,'2029-12-14 08:00:00','2029-12-14 08:15:00','2029-12-14','08:00:00','08:15:00',NULL),(9760,51,8610,'2029-12-17 08:00:00','2029-12-17 08:15:00','2029-12-17','08:00:00','08:15:00',NULL),(9761,51,8610,'2029-12-18 08:00:00','2029-12-18 08:15:00','2029-12-18','08:00:00','08:15:00',NULL),(9762,51,8610,'2029-12-19 08:00:00','2029-12-19 08:15:00','2029-12-19','08:00:00','08:15:00',NULL),(9763,51,8610,'2029-12-20 08:00:00','2029-12-20 08:15:00','2029-12-20','08:00:00','08:15:00',NULL),(9764,51,8610,'2029-12-21 08:00:00','2029-12-21 08:15:00','2029-12-21','08:00:00','08:15:00',NULL),(9765,51,8610,'2029-12-24 08:00:00','2029-12-24 08:15:00','2029-12-24','08:00:00','08:15:00',NULL),(9766,51,8610,'2029-12-25 08:00:00','2029-12-25 08:15:00','2029-12-25','08:00:00','08:15:00',NULL),(9767,51,8610,'2029-12-26 08:00:00','2029-12-26 08:15:00','2029-12-26','08:00:00','08:15:00',NULL),(9768,51,8610,'2029-12-27 08:00:00','2029-12-27 08:15:00','2029-12-27','08:00:00','08:15:00',NULL),(9769,51,8610,'2029-12-28 08:00:00','2029-12-28 08:15:00','2029-12-28','08:00:00','08:15:00',NULL),(9770,51,8610,'2029-12-31 08:00:00','2029-12-31 08:15:00','2029-12-31','08:00:00','08:15:00',NULL),(9771,51,8610,'2030-01-01 08:00:00','2030-01-01 08:15:00','2030-01-01','08:00:00','08:15:00',NULL),(9772,51,8610,'2030-01-02 08:00:00','2030-01-02 08:15:00','2030-01-02','08:00:00','08:15:00',NULL),(9773,51,8610,'2030-01-03 08:00:00','2030-01-03 08:15:00','2030-01-03','08:00:00','08:15:00',NULL),(9774,51,8610,'2030-01-04 08:00:00','2030-01-04 08:15:00','2030-01-04','08:00:00','08:15:00',NULL),(9775,51,8610,'2030-01-07 08:00:00','2030-01-07 08:15:00','2030-01-07','08:00:00','08:15:00',NULL),(9776,51,8610,'2030-01-08 08:00:00','2030-01-08 08:15:00','2030-01-08','08:00:00','08:15:00',NULL),(9777,51,8610,'2030-01-09 08:00:00','2030-01-09 08:15:00','2030-01-09','08:00:00','08:15:00',NULL),(9778,51,8610,'2030-01-10 08:00:00','2030-01-10 08:15:00','2030-01-10','08:00:00','08:15:00',NULL),(9779,51,8610,'2030-01-11 08:00:00','2030-01-11 08:15:00','2030-01-11','08:00:00','08:15:00',NULL),(9780,51,8610,'2030-01-14 08:00:00','2030-01-14 08:15:00','2030-01-14','08:00:00','08:15:00',NULL),(9781,51,8610,'2030-01-15 08:00:00','2030-01-15 08:15:00','2030-01-15','08:00:00','08:15:00',NULL),(9782,51,8610,'2030-01-16 08:00:00','2030-01-16 08:15:00','2030-01-16','08:00:00','08:15:00',NULL),(9783,51,8610,'2030-01-17 08:00:00','2030-01-17 08:15:00','2030-01-17','08:00:00','08:15:00',NULL),(9784,51,8610,'2030-01-18 08:00:00','2030-01-18 08:15:00','2030-01-18','08:00:00','08:15:00',NULL),(9785,51,8610,'2030-01-21 08:00:00','2030-01-21 08:15:00','2030-01-21','08:00:00','08:15:00',NULL),(9786,51,8610,'2030-01-22 08:00:00','2030-01-22 08:15:00','2030-01-22','08:00:00','08:15:00',NULL),(9787,51,8610,'2030-01-23 08:00:00','2030-01-23 08:15:00','2030-01-23','08:00:00','08:15:00',NULL),(9788,51,8610,'2030-01-24 08:00:00','2030-01-24 08:15:00','2030-01-24','08:00:00','08:15:00',NULL),(9789,51,8610,'2030-01-25 08:00:00','2030-01-25 08:15:00','2030-01-25','08:00:00','08:15:00',NULL),(9790,51,8610,'2030-01-28 08:00:00','2030-01-28 08:15:00','2030-01-28','08:00:00','08:15:00',NULL),(9791,51,8610,'2030-01-29 08:00:00','2030-01-29 08:15:00','2030-01-29','08:00:00','08:15:00',NULL),(9792,51,8610,'2030-01-30 08:00:00','2030-01-30 08:15:00','2030-01-30','08:00:00','08:15:00',NULL),(9793,51,8610,'2030-01-31 08:00:00','2030-01-31 08:15:00','2030-01-31','08:00:00','08:15:00',NULL),(9794,51,8610,'2030-02-01 08:00:00','2030-02-01 08:15:00','2030-02-01','08:00:00','08:15:00',NULL),(9795,51,8610,'2030-02-04 08:00:00','2030-02-04 08:15:00','2030-02-04','08:00:00','08:15:00',NULL),(9796,51,8610,'2030-02-05 08:00:00','2030-02-05 08:15:00','2030-02-05','08:00:00','08:15:00',NULL),(9797,51,8610,'2030-02-06 08:00:00','2030-02-06 08:15:00','2030-02-06','08:00:00','08:15:00',NULL),(9798,51,8610,'2030-02-07 08:00:00','2030-02-07 08:15:00','2030-02-07','08:00:00','08:15:00',NULL),(9799,51,8610,'2030-02-08 08:00:00','2030-02-08 08:15:00','2030-02-08','08:00:00','08:15:00',NULL),(9800,51,8610,'2030-02-11 08:00:00','2030-02-11 08:15:00','2030-02-11','08:00:00','08:15:00',NULL),(9801,51,8610,'2030-02-12 08:00:00','2030-02-12 08:15:00','2030-02-12','08:00:00','08:15:00',NULL),(9802,51,8610,'2030-02-13 08:00:00','2030-02-13 08:15:00','2030-02-13','08:00:00','08:15:00',NULL),(9803,51,8610,'2030-02-14 08:00:00','2030-02-14 08:15:00','2030-02-14','08:00:00','08:15:00',NULL),(9804,51,8610,'2030-02-15 08:00:00','2030-02-15 08:15:00','2030-02-15','08:00:00','08:15:00',NULL),(9805,51,8610,'2030-02-18 08:00:00','2030-02-18 08:15:00','2030-02-18','08:00:00','08:15:00',NULL),(9806,51,8610,'2030-02-19 08:00:00','2030-02-19 08:15:00','2030-02-19','08:00:00','08:15:00',NULL),(9807,51,8610,'2030-02-20 08:00:00','2030-02-20 08:15:00','2030-02-20','08:00:00','08:15:00',NULL),(9808,51,8610,'2030-02-21 08:00:00','2030-02-21 08:15:00','2030-02-21','08:00:00','08:15:00',NULL),(9809,51,8610,'2030-02-22 08:00:00','2030-02-22 08:15:00','2030-02-22','08:00:00','08:15:00',NULL),(9810,51,8610,'2030-02-25 08:00:00','2030-02-25 08:15:00','2030-02-25','08:00:00','08:15:00',NULL),(9811,51,8610,'2030-02-26 08:00:00','2030-02-26 08:15:00','2030-02-26','08:00:00','08:15:00',NULL),(9812,51,8610,'2030-02-27 08:00:00','2030-02-27 08:15:00','2030-02-27','08:00:00','08:15:00',NULL),(9813,51,8610,'2030-02-28 08:00:00','2030-02-28 08:15:00','2030-02-28','08:00:00','08:15:00',NULL),(9814,51,8610,'2030-03-01 08:00:00','2030-03-01 08:15:00','2030-03-01','08:00:00','08:15:00',NULL),(9815,51,8610,'2030-03-04 08:00:00','2030-03-04 08:15:00','2030-03-04','08:00:00','08:15:00',NULL),(9816,51,8610,'2030-03-05 08:00:00','2030-03-05 08:15:00','2030-03-05','08:00:00','08:15:00',NULL),(9817,51,8610,'2030-03-06 08:00:00','2030-03-06 08:15:00','2030-03-06','08:00:00','08:15:00',NULL),(9818,51,8610,'2030-03-07 08:00:00','2030-03-07 08:15:00','2030-03-07','08:00:00','08:15:00',NULL),(9819,51,8610,'2030-03-08 08:00:00','2030-03-08 08:15:00','2030-03-08','08:00:00','08:15:00',NULL),(9820,51,8610,'2030-03-11 08:00:00','2030-03-11 08:15:00','2030-03-11','08:00:00','08:15:00',NULL),(9821,51,8610,'2030-03-12 08:00:00','2030-03-12 08:15:00','2030-03-12','08:00:00','08:15:00',NULL),(9822,51,8610,'2030-03-13 08:00:00','2030-03-13 08:15:00','2030-03-13','08:00:00','08:15:00',NULL),(9823,51,8610,'2030-03-14 08:00:00','2030-03-14 08:15:00','2030-03-14','08:00:00','08:15:00',NULL),(9824,51,8610,'2030-03-15 08:00:00','2030-03-15 08:15:00','2030-03-15','08:00:00','08:15:00',NULL),(9825,51,8610,'2030-03-18 08:00:00','2030-03-18 08:15:00','2030-03-18','08:00:00','08:15:00',NULL),(9826,51,8610,'2030-03-19 08:00:00','2030-03-19 08:15:00','2030-03-19','08:00:00','08:15:00',NULL),(9827,51,8610,'2030-03-20 08:00:00','2030-03-20 08:15:00','2030-03-20','08:00:00','08:15:00',NULL),(9828,51,8610,'2030-03-21 08:00:00','2030-03-21 08:15:00','2030-03-21','08:00:00','08:15:00',NULL),(9829,51,8610,'2030-03-22 08:00:00','2030-03-22 08:15:00','2030-03-22','08:00:00','08:15:00',NULL),(9830,51,8610,'2030-03-25 08:00:00','2030-03-25 08:15:00','2030-03-25','08:00:00','08:15:00',NULL),(9831,51,8610,'2030-03-26 08:00:00','2030-03-26 08:15:00','2030-03-26','08:00:00','08:15:00',NULL),(9832,51,8610,'2030-03-27 08:00:00','2030-03-27 08:15:00','2030-03-27','08:00:00','08:15:00',NULL),(9833,51,8610,'2030-03-28 08:00:00','2030-03-28 08:15:00','2030-03-28','08:00:00','08:15:00',NULL),(9834,51,8610,'2030-03-29 08:00:00','2030-03-29 08:15:00','2030-03-29','08:00:00','08:15:00',NULL),(9835,51,8610,'2030-04-01 08:00:00','2030-04-01 08:15:00','2030-04-01','08:00:00','08:15:00',NULL),(9836,51,8610,'2030-04-02 08:00:00','2030-04-02 08:15:00','2030-04-02','08:00:00','08:15:00',NULL),(9837,51,8610,'2030-04-03 08:00:00','2030-04-03 08:15:00','2030-04-03','08:00:00','08:15:00',NULL),(9838,51,8610,'2030-04-04 08:00:00','2030-04-04 08:15:00','2030-04-04','08:00:00','08:15:00',NULL),(9839,51,8610,'2030-04-05 08:00:00','2030-04-05 08:15:00','2030-04-05','08:00:00','08:15:00',NULL),(9840,51,8610,'2030-04-08 08:00:00','2030-04-08 08:15:00','2030-04-08','08:00:00','08:15:00',NULL),(9841,51,8610,'2030-04-09 08:00:00','2030-04-09 08:15:00','2030-04-09','08:00:00','08:15:00',NULL),(9842,51,8610,'2030-04-10 08:00:00','2030-04-10 08:15:00','2030-04-10','08:00:00','08:15:00',NULL),(9843,51,8610,'2030-04-11 08:00:00','2030-04-11 08:15:00','2030-04-11','08:00:00','08:15:00',NULL),(9844,51,8610,'2030-04-12 08:00:00','2030-04-12 08:15:00','2030-04-12','08:00:00','08:15:00',NULL),(9845,51,8610,'2030-04-15 08:00:00','2030-04-15 08:15:00','2030-04-15','08:00:00','08:15:00',NULL),(9846,51,8610,'2030-04-16 08:00:00','2030-04-16 08:15:00','2030-04-16','08:00:00','08:15:00',NULL),(9847,51,8610,'2030-04-17 08:00:00','2030-04-17 08:15:00','2030-04-17','08:00:00','08:15:00',NULL),(9848,51,8610,'2030-04-18 08:00:00','2030-04-18 08:15:00','2030-04-18','08:00:00','08:15:00',NULL),(9849,51,8610,'2030-04-19 08:00:00','2030-04-19 08:15:00','2030-04-19','08:00:00','08:15:00',NULL),(9850,51,8610,'2030-04-22 08:00:00','2030-04-22 08:15:00','2030-04-22','08:00:00','08:15:00',NULL),(9851,51,8610,'2030-04-23 08:00:00','2030-04-23 08:15:00','2030-04-23','08:00:00','08:15:00',NULL),(9852,51,8610,'2030-04-24 08:00:00','2030-04-24 08:15:00','2030-04-24','08:00:00','08:15:00',NULL),(9853,51,8610,'2030-04-25 08:00:00','2030-04-25 08:15:00','2030-04-25','08:00:00','08:15:00',NULL),(9854,51,8610,'2030-04-26 08:00:00','2030-04-26 08:15:00','2030-04-26','08:00:00','08:15:00',NULL),(9855,51,8610,'2030-04-29 08:00:00','2030-04-29 08:15:00','2030-04-29','08:00:00','08:15:00',NULL),(9856,51,8610,'2030-04-30 08:00:00','2030-04-30 08:15:00','2030-04-30','08:00:00','08:15:00',NULL),(9857,51,8610,'2030-05-01 08:00:00','2030-05-01 08:15:00','2030-05-01','08:00:00','08:15:00',NULL),(9858,51,8610,'2030-05-02 08:00:00','2030-05-02 08:15:00','2030-05-02','08:00:00','08:15:00',NULL),(9859,51,8610,'2030-05-03 08:00:00','2030-05-03 08:15:00','2030-05-03','08:00:00','08:15:00',NULL),(9860,51,8610,'2030-05-06 08:00:00','2030-05-06 08:15:00','2030-05-06','08:00:00','08:15:00',NULL),(9861,51,8610,'2030-05-07 08:00:00','2030-05-07 08:15:00','2030-05-07','08:00:00','08:15:00',NULL),(9862,51,8610,'2030-05-08 08:00:00','2030-05-08 08:15:00','2030-05-08','08:00:00','08:15:00',NULL),(9863,51,8610,'2030-05-09 08:00:00','2030-05-09 08:15:00','2030-05-09','08:00:00','08:15:00',NULL),(9864,51,8610,'2030-05-10 08:00:00','2030-05-10 08:15:00','2030-05-10','08:00:00','08:15:00',NULL),(9865,51,8610,'2030-05-13 08:00:00','2030-05-13 08:15:00','2030-05-13','08:00:00','08:15:00',NULL),(9866,51,8610,'2030-05-14 08:00:00','2030-05-14 08:15:00','2030-05-14','08:00:00','08:15:00',NULL),(9867,51,8610,'2030-05-15 08:00:00','2030-05-15 08:15:00','2030-05-15','08:00:00','08:15:00',NULL),(9868,51,8610,'2030-05-16 08:00:00','2030-05-16 08:15:00','2030-05-16','08:00:00','08:15:00',NULL),(9869,51,8610,'2030-05-17 08:00:00','2030-05-17 08:15:00','2030-05-17','08:00:00','08:15:00',NULL),(9870,51,8610,'2030-05-20 08:00:00','2030-05-20 08:15:00','2030-05-20','08:00:00','08:15:00',NULL),(9871,51,8610,'2030-05-21 08:00:00','2030-05-21 08:15:00','2030-05-21','08:00:00','08:15:00',NULL),(9872,51,8610,'2030-05-22 08:00:00','2030-05-22 08:15:00','2030-05-22','08:00:00','08:15:00',NULL),(9873,51,8610,'2030-05-23 08:00:00','2030-05-23 08:15:00','2030-05-23','08:00:00','08:15:00',NULL),(9874,51,8610,'2030-05-24 08:00:00','2030-05-24 08:15:00','2030-05-24','08:00:00','08:15:00',NULL),(9875,51,8610,'2030-05-27 08:00:00','2030-05-27 08:15:00','2030-05-27','08:00:00','08:15:00',NULL),(9876,51,8610,'2030-05-28 08:00:00','2030-05-28 08:15:00','2030-05-28','08:00:00','08:15:00',NULL),(9877,51,8610,'2030-05-29 08:00:00','2030-05-29 08:15:00','2030-05-29','08:00:00','08:15:00',NULL),(9878,51,8610,'2030-05-30 08:00:00','2030-05-30 08:15:00','2030-05-30','08:00:00','08:15:00',NULL),(9879,51,8610,'2030-05-31 08:00:00','2030-05-31 08:15:00','2030-05-31','08:00:00','08:15:00',NULL),(9880,51,8610,'2030-06-03 08:00:00','2030-06-03 08:15:00','2030-06-03','08:00:00','08:15:00',NULL),(9881,51,8610,'2030-06-04 08:00:00','2030-06-04 08:15:00','2030-06-04','08:00:00','08:15:00',NULL),(9882,51,8610,'2030-06-05 08:00:00','2030-06-05 08:15:00','2030-06-05','08:00:00','08:15:00',NULL),(9883,51,8610,'2030-06-06 08:00:00','2030-06-06 08:15:00','2030-06-06','08:00:00','08:15:00',NULL),(9884,51,8610,'2030-06-07 08:00:00','2030-06-07 08:15:00','2030-06-07','08:00:00','08:15:00',NULL),(9885,51,8610,'2030-06-10 08:00:00','2030-06-10 08:15:00','2030-06-10','08:00:00','08:15:00',NULL),(9886,51,8610,'2030-06-11 08:00:00','2030-06-11 08:15:00','2030-06-11','08:00:00','08:15:00',NULL),(9887,51,8610,'2030-06-12 08:00:00','2030-06-12 08:15:00','2030-06-12','08:00:00','08:15:00',NULL),(9888,51,8610,'2030-06-13 08:00:00','2030-06-13 08:15:00','2030-06-13','08:00:00','08:15:00',NULL),(9889,51,8610,'2030-06-14 08:00:00','2030-06-14 08:15:00','2030-06-14','08:00:00','08:15:00',NULL),(9890,51,8610,'2030-06-17 08:00:00','2030-06-17 08:15:00','2030-06-17','08:00:00','08:15:00',NULL),(9891,51,8610,'2030-06-18 08:00:00','2030-06-18 08:15:00','2030-06-18','08:00:00','08:15:00',NULL),(9892,51,8610,'2030-06-19 08:00:00','2030-06-19 08:15:00','2030-06-19','08:00:00','08:15:00',NULL),(9893,51,8610,'2030-06-20 08:00:00','2030-06-20 08:15:00','2030-06-20','08:00:00','08:15:00',NULL),(9894,51,8610,'2030-06-21 08:00:00','2030-06-21 08:15:00','2030-06-21','08:00:00','08:15:00',NULL),(9895,51,8610,'2030-06-24 08:00:00','2030-06-24 08:15:00','2030-06-24','08:00:00','08:15:00',NULL),(9896,51,8610,'2030-06-25 08:00:00','2030-06-25 08:15:00','2030-06-25','08:00:00','08:15:00',NULL),(9897,51,8610,'2030-06-26 08:00:00','2030-06-26 08:15:00','2030-06-26','08:00:00','08:15:00',NULL),(9898,51,8610,'2030-06-27 08:00:00','2030-06-27 08:15:00','2030-06-27','08:00:00','08:15:00',NULL),(9899,51,8610,'2030-06-28 08:00:00','2030-06-28 08:15:00','2030-06-28','08:00:00','08:15:00',NULL),(9900,51,8610,'2030-07-01 08:00:00','2030-07-01 08:15:00','2030-07-01','08:00:00','08:15:00',NULL),(9901,51,8610,'2030-07-02 08:00:00','2030-07-02 08:15:00','2030-07-02','08:00:00','08:15:00',NULL),(9902,51,8610,'2030-07-03 08:00:00','2030-07-03 08:15:00','2030-07-03','08:00:00','08:15:00',NULL),(9903,51,8610,'2030-07-04 08:00:00','2030-07-04 08:15:00','2030-07-04','08:00:00','08:15:00',NULL),(9904,51,8610,'2030-07-05 08:00:00','2030-07-05 08:15:00','2030-07-05','08:00:00','08:15:00',NULL),(9905,51,8610,'2030-07-08 08:00:00','2030-07-08 08:15:00','2030-07-08','08:00:00','08:15:00',NULL),(9906,51,8610,'2030-07-09 08:00:00','2030-07-09 08:15:00','2030-07-09','08:00:00','08:15:00',NULL),(9907,51,8610,'2030-07-10 08:00:00','2030-07-10 08:15:00','2030-07-10','08:00:00','08:15:00',NULL),(9908,51,8610,'2030-07-11 08:00:00','2030-07-11 08:15:00','2030-07-11','08:00:00','08:15:00',NULL),(9909,51,8610,'2030-07-12 08:00:00','2030-07-12 08:15:00','2030-07-12','08:00:00','08:15:00',NULL),(9910,51,8610,'2030-07-15 08:00:00','2030-07-15 08:15:00','2030-07-15','08:00:00','08:15:00',NULL),(9911,51,8610,'2030-07-16 08:00:00','2030-07-16 08:15:00','2030-07-16','08:00:00','08:15:00',NULL),(9912,51,8610,'2030-07-17 08:00:00','2030-07-17 08:15:00','2030-07-17','08:00:00','08:15:00',NULL),(9913,51,8610,'2030-07-18 08:00:00','2030-07-18 08:15:00','2030-07-18','08:00:00','08:15:00',NULL),(9914,51,8610,'2030-07-19 08:00:00','2030-07-19 08:15:00','2030-07-19','08:00:00','08:15:00',NULL),(9915,51,8610,'2030-07-22 08:00:00','2030-07-22 08:15:00','2030-07-22','08:00:00','08:15:00',NULL),(9916,51,8610,'2030-07-23 08:00:00','2030-07-23 08:15:00','2030-07-23','08:00:00','08:15:00',NULL),(9917,51,8610,'2030-07-24 08:00:00','2030-07-24 08:15:00','2030-07-24','08:00:00','08:15:00',NULL),(9918,51,8610,'2030-07-25 08:00:00','2030-07-25 08:15:00','2030-07-25','08:00:00','08:15:00',NULL),(9919,51,8610,'2030-07-26 08:00:00','2030-07-26 08:15:00','2030-07-26','08:00:00','08:15:00',NULL),(9920,51,8610,'2030-07-29 08:00:00','2030-07-29 08:15:00','2030-07-29','08:00:00','08:15:00',NULL),(9921,51,8610,'2030-07-30 08:00:00','2030-07-30 08:15:00','2030-07-30','08:00:00','08:15:00',NULL),(9922,51,8610,'2030-07-31 08:00:00','2030-07-31 08:15:00','2030-07-31','08:00:00','08:15:00',NULL),(9923,51,8610,'2030-08-01 08:00:00','2030-08-01 08:15:00','2030-08-01','08:00:00','08:15:00',NULL),(9924,51,8610,'2030-08-02 08:00:00','2030-08-02 08:15:00','2030-08-02','08:00:00','08:15:00',NULL),(9925,51,8610,'2030-08-05 08:00:00','2030-08-05 08:15:00','2030-08-05','08:00:00','08:15:00',NULL),(9926,51,8610,'2030-08-06 08:00:00','2030-08-06 08:15:00','2030-08-06','08:00:00','08:15:00',NULL),(9927,51,8610,'2030-08-07 08:00:00','2030-08-07 08:15:00','2030-08-07','08:00:00','08:15:00',NULL),(9928,51,8610,'2030-08-08 08:00:00','2030-08-08 08:15:00','2030-08-08','08:00:00','08:15:00',NULL),(9929,51,8610,'2030-08-09 08:00:00','2030-08-09 08:15:00','2030-08-09','08:00:00','08:15:00',NULL),(9930,51,8610,'2030-08-12 08:00:00','2030-08-12 08:15:00','2030-08-12','08:00:00','08:15:00',NULL),(9931,51,8610,'2030-08-13 08:00:00','2030-08-13 08:15:00','2030-08-13','08:00:00','08:15:00',NULL),(9932,51,8610,'2030-08-14 08:00:00','2030-08-14 08:15:00','2030-08-14','08:00:00','08:15:00',NULL),(9933,51,8610,'2030-08-15 08:00:00','2030-08-15 08:15:00','2030-08-15','08:00:00','08:15:00',NULL),(9934,51,8610,'2030-08-16 08:00:00','2030-08-16 08:15:00','2030-08-16','08:00:00','08:15:00',NULL),(9935,51,8610,'2030-08-19 08:00:00','2030-08-19 08:15:00','2030-08-19','08:00:00','08:15:00',NULL),(9936,51,8610,'2030-08-20 08:00:00','2030-08-20 08:15:00','2030-08-20','08:00:00','08:15:00',NULL),(9937,51,8610,'2030-08-21 08:00:00','2030-08-21 08:15:00','2030-08-21','08:00:00','08:15:00',NULL),(9938,51,8610,'2030-08-22 08:00:00','2030-08-22 08:15:00','2030-08-22','08:00:00','08:15:00',NULL),(9939,51,8610,'2030-08-23 08:00:00','2030-08-23 08:15:00','2030-08-23','08:00:00','08:15:00',NULL),(9940,51,8610,'2030-08-26 08:00:00','2030-08-26 08:15:00','2030-08-26','08:00:00','08:15:00',NULL),(9941,51,8610,'2030-08-27 08:00:00','2030-08-27 08:15:00','2030-08-27','08:00:00','08:15:00',NULL),(9942,51,8610,'2030-08-28 08:00:00','2030-08-28 08:15:00','2030-08-28','08:00:00','08:15:00',NULL),(9943,51,8610,'2030-08-29 08:00:00','2030-08-29 08:15:00','2030-08-29','08:00:00','08:15:00',NULL),(9944,51,8610,'2030-08-30 08:00:00','2030-08-30 08:15:00','2030-08-30','08:00:00','08:15:00',NULL),(9945,51,8610,'2030-09-02 08:00:00','2030-09-02 08:15:00','2030-09-02','08:00:00','08:15:00',NULL),(9946,51,8610,'2030-09-03 08:00:00','2030-09-03 08:15:00','2030-09-03','08:00:00','08:15:00',NULL),(9947,51,8610,'2030-09-04 08:00:00','2030-09-04 08:15:00','2030-09-04','08:00:00','08:15:00',NULL),(9948,51,8610,'2030-09-05 08:00:00','2030-09-05 08:15:00','2030-09-05','08:00:00','08:15:00',NULL),(9949,51,8610,'2030-09-06 08:00:00','2030-09-06 08:15:00','2030-09-06','08:00:00','08:15:00',NULL),(9950,51,8610,'2030-09-09 08:00:00','2030-09-09 08:15:00','2030-09-09','08:00:00','08:15:00',NULL),(9951,51,8610,'2030-09-10 08:00:00','2030-09-10 08:15:00','2030-09-10','08:00:00','08:15:00',NULL),(9952,51,8610,'2030-09-11 08:00:00','2030-09-11 08:15:00','2030-09-11','08:00:00','08:15:00',NULL),(9953,51,8610,'2030-09-12 08:00:00','2030-09-12 08:15:00','2030-09-12','08:00:00','08:15:00',NULL),(9954,51,8610,'2030-09-13 08:00:00','2030-09-13 08:15:00','2030-09-13','08:00:00','08:15:00',NULL),(9955,51,8610,'2030-09-16 08:00:00','2030-09-16 08:15:00','2030-09-16','08:00:00','08:15:00',NULL),(9956,51,8610,'2030-09-17 08:00:00','2030-09-17 08:15:00','2030-09-17','08:00:00','08:15:00',NULL),(9957,51,8610,'2030-09-18 08:00:00','2030-09-18 08:15:00','2030-09-18','08:00:00','08:15:00',NULL),(9958,51,8610,'2030-09-19 08:00:00','2030-09-19 08:15:00','2030-09-19','08:00:00','08:15:00',NULL),(9959,51,8610,'2030-09-20 08:00:00','2030-09-20 08:15:00','2030-09-20','08:00:00','08:15:00',NULL),(9960,51,8610,'2030-09-23 08:00:00','2030-09-23 08:15:00','2030-09-23','08:00:00','08:15:00',NULL),(9961,51,8610,'2030-09-24 08:00:00','2030-09-24 08:15:00','2030-09-24','08:00:00','08:15:00',NULL),(9962,51,8610,'2030-09-25 08:00:00','2030-09-25 08:15:00','2030-09-25','08:00:00','08:15:00',NULL),(9963,51,8610,'2030-09-26 08:00:00','2030-09-26 08:15:00','2030-09-26','08:00:00','08:15:00',NULL),(9964,51,8610,'2030-09-27 08:00:00','2030-09-27 08:15:00','2030-09-27','08:00:00','08:15:00',NULL),(9965,51,8610,'2030-09-30 08:00:00','2030-09-30 08:15:00','2030-09-30','08:00:00','08:15:00',NULL),(9966,51,8610,'2030-10-01 08:00:00','2030-10-01 08:15:00','2030-10-01','08:00:00','08:15:00',NULL),(9967,51,8610,'2030-10-02 08:00:00','2030-10-02 08:15:00','2030-10-02','08:00:00','08:15:00',NULL),(9968,51,8610,'2030-10-03 08:00:00','2030-10-03 08:15:00','2030-10-03','08:00:00','08:15:00',NULL),(9969,51,8610,'2030-10-04 08:00:00','2030-10-04 08:15:00','2030-10-04','08:00:00','08:15:00',NULL),(9970,51,8610,'2030-10-07 08:00:00','2030-10-07 08:15:00','2030-10-07','08:00:00','08:15:00',NULL),(9971,51,8610,'2030-10-08 08:00:00','2030-10-08 08:15:00','2030-10-08','08:00:00','08:15:00',NULL),(9972,51,8610,'2030-10-09 08:00:00','2030-10-09 08:15:00','2030-10-09','08:00:00','08:15:00',NULL),(9973,51,8610,'2030-10-10 08:00:00','2030-10-10 08:15:00','2030-10-10','08:00:00','08:15:00',NULL),(9974,51,8610,'2030-10-11 08:00:00','2030-10-11 08:15:00','2030-10-11','08:00:00','08:15:00',NULL),(9975,51,8610,'2030-10-14 08:00:00','2030-10-14 08:15:00','2030-10-14','08:00:00','08:15:00',NULL),(9976,51,8610,'2030-10-15 08:00:00','2030-10-15 08:15:00','2030-10-15','08:00:00','08:15:00',NULL),(9977,51,8610,'2030-10-16 08:00:00','2030-10-16 08:15:00','2030-10-16','08:00:00','08:15:00',NULL),(9978,51,8610,'2030-10-17 08:00:00','2030-10-17 08:15:00','2030-10-17','08:00:00','08:15:00',NULL),(9979,51,8610,'2030-10-18 08:00:00','2030-10-18 08:15:00','2030-10-18','08:00:00','08:15:00',NULL),(9980,51,8610,'2030-10-21 08:00:00','2030-10-21 08:15:00','2030-10-21','08:00:00','08:15:00',NULL),(9981,51,8610,'2030-10-22 08:00:00','2030-10-22 08:15:00','2030-10-22','08:00:00','08:15:00',NULL),(9982,51,8610,'2030-10-23 08:00:00','2030-10-23 08:15:00','2030-10-23','08:00:00','08:15:00',NULL),(9983,51,8610,'2030-10-24 08:00:00','2030-10-24 08:15:00','2030-10-24','08:00:00','08:15:00',NULL),(9984,51,8610,'2030-10-25 08:00:00','2030-10-25 08:15:00','2030-10-25','08:00:00','08:15:00',NULL),(9985,51,8610,'2030-10-28 08:00:00','2030-10-28 08:15:00','2030-10-28','08:00:00','08:15:00',NULL),(9986,51,8610,'2030-10-29 08:00:00','2030-10-29 08:15:00','2030-10-29','08:00:00','08:15:00',NULL),(9987,51,8610,'2030-10-30 08:00:00','2030-10-30 08:15:00','2030-10-30','08:00:00','08:15:00',NULL),(9988,51,8610,'2030-10-31 08:00:00','2030-10-31 08:15:00','2030-10-31','08:00:00','08:15:00',NULL),(9989,51,8610,'2030-11-01 08:00:00','2030-11-01 08:15:00','2030-11-01','08:00:00','08:15:00',NULL),(9990,51,8610,'2030-11-04 08:00:00','2030-11-04 08:15:00','2030-11-04','08:00:00','08:15:00',NULL),(9991,51,8610,'2030-11-05 08:00:00','2030-11-05 08:15:00','2030-11-05','08:00:00','08:15:00',NULL),(9992,51,8610,'2030-11-06 08:00:00','2030-11-06 08:15:00','2030-11-06','08:00:00','08:15:00',NULL),(9993,51,8610,'2030-11-07 08:00:00','2030-11-07 08:15:00','2030-11-07','08:00:00','08:15:00',NULL),(9994,51,8610,'2030-11-08 08:00:00','2030-11-08 08:15:00','2030-11-08','08:00:00','08:15:00',NULL),(9995,51,8610,'2030-11-11 08:00:00','2030-11-11 08:15:00','2030-11-11','08:00:00','08:15:00',NULL),(9996,51,8610,'2030-11-12 08:00:00','2030-11-12 08:15:00','2030-11-12','08:00:00','08:15:00',NULL),(9997,51,8610,'2030-11-13 08:00:00','2030-11-13 08:15:00','2030-11-13','08:00:00','08:15:00',NULL),(9998,51,8610,'2030-11-14 08:00:00','2030-11-14 08:15:00','2030-11-14','08:00:00','08:15:00',NULL),(9999,51,8610,'2030-11-15 08:00:00','2030-11-15 08:15:00','2030-11-15','08:00:00','08:15:00',NULL),(10000,51,8610,'2030-11-18 08:00:00','2030-11-18 08:15:00','2030-11-18','08:00:00','08:15:00',NULL),(10001,51,8610,'2030-11-19 08:00:00','2030-11-19 08:15:00','2030-11-19','08:00:00','08:15:00',NULL),(10002,51,8610,'2030-11-20 08:00:00','2030-11-20 08:15:00','2030-11-20','08:00:00','08:15:00',NULL),(10003,51,8610,'2030-11-21 08:00:00','2030-11-21 08:15:00','2030-11-21','08:00:00','08:15:00',NULL),(10004,51,8610,'2030-11-22 08:00:00','2030-11-22 08:15:00','2030-11-22','08:00:00','08:15:00',NULL),(10005,51,8610,'2030-11-25 08:00:00','2030-11-25 08:15:00','2030-11-25','08:00:00','08:15:00',NULL),(10006,51,8610,'2030-11-26 08:00:00','2030-11-26 08:15:00','2030-11-26','08:00:00','08:15:00',NULL),(10007,51,8610,'2030-11-27 08:00:00','2030-11-27 08:15:00','2030-11-27','08:00:00','08:15:00',NULL),(10008,51,8610,'2030-11-28 08:00:00','2030-11-28 08:15:00','2030-11-28','08:00:00','08:15:00',NULL),(10009,51,8610,'2030-11-29 08:00:00','2030-11-29 08:15:00','2030-11-29','08:00:00','08:15:00',NULL),(10010,51,8610,'2030-12-02 08:00:00','2030-12-02 08:15:00','2030-12-02','08:00:00','08:15:00',NULL),(10011,51,8610,'2030-12-03 08:00:00','2030-12-03 08:15:00','2030-12-03','08:00:00','08:15:00',NULL),(10012,51,8610,'2030-12-04 08:00:00','2030-12-04 08:15:00','2030-12-04','08:00:00','08:15:00',NULL),(10013,51,8610,'2030-12-05 08:00:00','2030-12-05 08:15:00','2030-12-05','08:00:00','08:15:00',NULL),(10014,51,8610,'2030-12-06 08:00:00','2030-12-06 08:15:00','2030-12-06','08:00:00','08:15:00',NULL),(10015,51,8610,'2030-12-09 08:00:00','2030-12-09 08:15:00','2030-12-09','08:00:00','08:15:00',NULL),(10016,51,8610,'2030-12-10 08:00:00','2030-12-10 08:15:00','2030-12-10','08:00:00','08:15:00',NULL),(10017,51,8610,'2030-12-11 08:00:00','2030-12-11 08:15:00','2030-12-11','08:00:00','08:15:00',NULL),(10018,51,8610,'2030-12-12 08:00:00','2030-12-12 08:15:00','2030-12-12','08:00:00','08:15:00',NULL),(10019,51,8610,'2030-12-13 08:00:00','2030-12-13 08:15:00','2030-12-13','08:00:00','08:15:00',NULL),(10020,51,8610,'2030-12-16 08:00:00','2030-12-16 08:15:00','2030-12-16','08:00:00','08:15:00',NULL),(10021,51,8610,'2030-12-17 08:00:00','2030-12-17 08:15:00','2030-12-17','08:00:00','08:15:00',NULL),(10022,51,8610,'2030-12-18 08:00:00','2030-12-18 08:15:00','2030-12-18','08:00:00','08:15:00',NULL),(10023,51,8610,'2030-12-19 08:00:00','2030-12-19 08:15:00','2030-12-19','08:00:00','08:15:00',NULL),(10024,51,8610,'2030-12-20 08:00:00','2030-12-20 08:15:00','2030-12-20','08:00:00','08:15:00',NULL),(10025,51,8610,'2030-12-23 08:00:00','2030-12-23 08:15:00','2030-12-23','08:00:00','08:15:00',NULL),(10026,51,8610,'2030-12-24 08:00:00','2030-12-24 08:15:00','2030-12-24','08:00:00','08:15:00',NULL),(10027,51,8610,'2030-12-25 08:00:00','2030-12-25 08:15:00','2030-12-25','08:00:00','08:15:00',NULL),(10028,51,8610,'2030-12-26 08:00:00','2030-12-26 08:15:00','2030-12-26','08:00:00','08:15:00',NULL),(10029,51,8610,'2030-12-27 08:00:00','2030-12-27 08:15:00','2030-12-27','08:00:00','08:15:00',NULL),(10030,51,8610,'2030-12-30 08:00:00','2030-12-30 08:15:00','2030-12-30','08:00:00','08:15:00',NULL),(10031,51,8610,'2030-12-31 08:00:00','2030-12-31 08:15:00','2030-12-31','08:00:00','08:15:00',NULL),(10032,51,8610,'2031-01-01 08:00:00','2031-01-01 08:15:00','2031-01-01','08:00:00','08:15:00',NULL),(10033,51,8610,'2031-01-02 08:00:00','2031-01-02 08:15:00','2031-01-02','08:00:00','08:15:00',NULL),(10034,51,8610,'2031-01-03 08:00:00','2031-01-03 08:15:00','2031-01-03','08:00:00','08:15:00',NULL),(10035,51,8610,'2031-01-06 08:00:00','2031-01-06 08:15:00','2031-01-06','08:00:00','08:15:00',NULL),(10036,51,8610,'2031-01-07 08:00:00','2031-01-07 08:15:00','2031-01-07','08:00:00','08:15:00',NULL),(10037,51,8610,'2031-01-08 08:00:00','2031-01-08 08:15:00','2031-01-08','08:00:00','08:15:00',NULL),(10038,51,8610,'2031-01-09 08:00:00','2031-01-09 08:15:00','2031-01-09','08:00:00','08:15:00',NULL),(10039,51,8610,'2031-01-10 08:00:00','2031-01-10 08:15:00','2031-01-10','08:00:00','08:15:00',NULL),(10040,51,8610,'2031-01-13 08:00:00','2031-01-13 08:15:00','2031-01-13','08:00:00','08:15:00',NULL),(10041,51,8610,'2031-01-14 08:00:00','2031-01-14 08:15:00','2031-01-14','08:00:00','08:15:00',NULL),(10042,51,8610,'2031-01-15 08:00:00','2031-01-15 08:15:00','2031-01-15','08:00:00','08:15:00',NULL),(10043,51,8610,'2031-01-16 08:00:00','2031-01-16 08:15:00','2031-01-16','08:00:00','08:15:00',NULL),(10044,51,8610,'2031-01-17 08:00:00','2031-01-17 08:15:00','2031-01-17','08:00:00','08:15:00',NULL),(10045,51,8610,'2031-01-20 08:00:00','2031-01-20 08:15:00','2031-01-20','08:00:00','08:15:00',NULL),(10046,51,8610,'2031-01-21 08:00:00','2031-01-21 08:15:00','2031-01-21','08:00:00','08:15:00',NULL),(10047,51,8610,'2031-01-22 08:00:00','2031-01-22 08:15:00','2031-01-22','08:00:00','08:15:00',NULL),(10048,51,8610,'2031-01-23 08:00:00','2031-01-23 08:15:00','2031-01-23','08:00:00','08:15:00',NULL),(10049,51,8610,'2031-01-24 08:00:00','2031-01-24 08:15:00','2031-01-24','08:00:00','08:15:00',NULL),(10050,51,8610,'2031-01-27 08:00:00','2031-01-27 08:15:00','2031-01-27','08:00:00','08:15:00',NULL),(10051,51,8610,'2031-01-28 08:00:00','2031-01-28 08:15:00','2031-01-28','08:00:00','08:15:00',NULL),(10052,51,8610,'2031-01-29 08:00:00','2031-01-29 08:15:00','2031-01-29','08:00:00','08:15:00',NULL),(10053,51,8610,'2031-01-30 08:00:00','2031-01-30 08:15:00','2031-01-30','08:00:00','08:15:00',NULL),(10054,51,8610,'2031-01-31 08:00:00','2031-01-31 08:15:00','2031-01-31','08:00:00','08:15:00',NULL),(10055,51,8610,'2031-02-03 08:00:00','2031-02-03 08:15:00','2031-02-03','08:00:00','08:15:00',NULL),(10056,51,8610,'2031-02-04 08:00:00','2031-02-04 08:15:00','2031-02-04','08:00:00','08:15:00',NULL),(10057,51,8610,'2031-02-05 08:00:00','2031-02-05 08:15:00','2031-02-05','08:00:00','08:15:00',NULL),(10058,51,8610,'2031-02-06 08:00:00','2031-02-06 08:15:00','2031-02-06','08:00:00','08:15:00',NULL),(10059,51,8610,'2031-02-07 08:00:00','2031-02-07 08:15:00','2031-02-07','08:00:00','08:15:00',NULL),(10060,51,8610,'2031-02-10 08:00:00','2031-02-10 08:15:00','2031-02-10','08:00:00','08:15:00',NULL),(10061,51,8610,'2031-02-11 08:00:00','2031-02-11 08:15:00','2031-02-11','08:00:00','08:15:00',NULL),(10062,51,8610,'2031-02-12 08:00:00','2031-02-12 08:15:00','2031-02-12','08:00:00','08:15:00',NULL),(10063,51,8610,'2031-02-13 08:00:00','2031-02-13 08:15:00','2031-02-13','08:00:00','08:15:00',NULL),(10064,51,8610,'2031-02-14 08:00:00','2031-02-14 08:15:00','2031-02-14','08:00:00','08:15:00',NULL),(10065,51,8610,'2031-02-17 08:00:00','2031-02-17 08:15:00','2031-02-17','08:00:00','08:15:00',NULL),(10066,51,8610,'2031-02-18 08:00:00','2031-02-18 08:15:00','2031-02-18','08:00:00','08:15:00',NULL),(10067,51,8610,'2031-02-19 08:00:00','2031-02-19 08:15:00','2031-02-19','08:00:00','08:15:00',NULL),(10068,51,8610,'2031-02-20 08:00:00','2031-02-20 08:15:00','2031-02-20','08:00:00','08:15:00',NULL),(10069,51,8610,'2031-02-21 08:00:00','2031-02-21 08:15:00','2031-02-21','08:00:00','08:15:00',NULL),(10070,51,8610,'2031-02-24 08:00:00','2031-02-24 08:15:00','2031-02-24','08:00:00','08:15:00',NULL),(10071,51,8610,'2031-02-25 08:00:00','2031-02-25 08:15:00','2031-02-25','08:00:00','08:15:00',NULL),(10072,51,8610,'2031-02-26 08:00:00','2031-02-26 08:15:00','2031-02-26','08:00:00','08:15:00',NULL),(10073,51,8610,'2031-02-27 08:00:00','2031-02-27 08:15:00','2031-02-27','08:00:00','08:15:00',NULL),(10074,51,8610,'2031-02-28 08:00:00','2031-02-28 08:15:00','2031-02-28','08:00:00','08:15:00',NULL),(10075,51,8610,'2031-03-03 08:00:00','2031-03-03 08:15:00','2031-03-03','08:00:00','08:15:00',NULL),(10076,51,8610,'2031-03-04 08:00:00','2031-03-04 08:15:00','2031-03-04','08:00:00','08:15:00',NULL),(10077,51,8610,'2031-03-05 08:00:00','2031-03-05 08:15:00','2031-03-05','08:00:00','08:15:00',NULL),(10078,51,8610,'2031-03-06 08:00:00','2031-03-06 08:15:00','2031-03-06','08:00:00','08:15:00',NULL),(10079,51,8610,'2031-03-07 08:00:00','2031-03-07 08:15:00','2031-03-07','08:00:00','08:15:00',NULL),(10080,51,8610,'2031-03-10 08:00:00','2031-03-10 08:15:00','2031-03-10','08:00:00','08:15:00',NULL),(10081,51,8610,'2031-03-11 08:00:00','2031-03-11 08:15:00','2031-03-11','08:00:00','08:15:00',NULL),(10082,51,8610,'2031-03-12 08:00:00','2031-03-12 08:15:00','2031-03-12','08:00:00','08:15:00',NULL),(10083,51,8610,'2031-03-13 08:00:00','2031-03-13 08:15:00','2031-03-13','08:00:00','08:15:00',NULL),(10084,51,8610,'2031-03-14 08:00:00','2031-03-14 08:15:00','2031-03-14','08:00:00','08:15:00',NULL),(10085,51,8610,'2031-03-17 08:00:00','2031-03-17 08:15:00','2031-03-17','08:00:00','08:15:00',NULL),(10086,51,8610,'2031-03-18 08:00:00','2031-03-18 08:15:00','2031-03-18','08:00:00','08:15:00',NULL),(10087,51,8610,'2031-03-19 08:00:00','2031-03-19 08:15:00','2031-03-19','08:00:00','08:15:00',NULL),(10088,51,8610,'2031-03-20 08:00:00','2031-03-20 08:15:00','2031-03-20','08:00:00','08:15:00',NULL),(10089,51,8610,'2031-03-21 08:00:00','2031-03-21 08:15:00','2031-03-21','08:00:00','08:15:00',NULL),(10090,51,8610,'2031-03-24 08:00:00','2031-03-24 08:15:00','2031-03-24','08:00:00','08:15:00',NULL),(10091,51,8610,'2031-03-25 08:00:00','2031-03-25 08:15:00','2031-03-25','08:00:00','08:15:00',NULL),(10092,51,8610,'2031-03-26 08:00:00','2031-03-26 08:15:00','2031-03-26','08:00:00','08:15:00',NULL),(10093,51,8610,'2031-03-27 08:00:00','2031-03-27 08:15:00','2031-03-27','08:00:00','08:15:00',NULL),(10094,51,8610,'2031-03-28 08:00:00','2031-03-28 08:15:00','2031-03-28','08:00:00','08:15:00',NULL),(10095,51,8610,'2031-03-31 08:00:00','2031-03-31 08:15:00','2031-03-31','08:00:00','08:15:00',NULL),(10096,51,8610,'2031-04-01 08:00:00','2031-04-01 08:15:00','2031-04-01','08:00:00','08:15:00',NULL),(10097,51,8610,'2031-04-02 08:00:00','2031-04-02 08:15:00','2031-04-02','08:00:00','08:15:00',NULL),(10098,51,8610,'2031-04-03 08:00:00','2031-04-03 08:15:00','2031-04-03','08:00:00','08:15:00',NULL),(10099,51,8610,'2031-04-04 08:00:00','2031-04-04 08:15:00','2031-04-04','08:00:00','08:15:00',NULL),(10100,51,8610,'2031-04-07 08:00:00','2031-04-07 08:15:00','2031-04-07','08:00:00','08:15:00',NULL),(10101,51,8610,'2031-04-08 08:00:00','2031-04-08 08:15:00','2031-04-08','08:00:00','08:15:00',NULL),(10102,51,8610,'2031-04-09 08:00:00','2031-04-09 08:15:00','2031-04-09','08:00:00','08:15:00',NULL),(10103,51,8610,'2031-04-10 08:00:00','2031-04-10 08:15:00','2031-04-10','08:00:00','08:15:00',NULL),(10104,51,8610,'2031-04-11 08:00:00','2031-04-11 08:15:00','2031-04-11','08:00:00','08:15:00',NULL),(10105,51,8610,'2031-04-14 08:00:00','2031-04-14 08:15:00','2031-04-14','08:00:00','08:15:00',NULL),(10106,51,8610,'2031-04-15 08:00:00','2031-04-15 08:15:00','2031-04-15','08:00:00','08:15:00',NULL),(10107,51,8610,'2031-04-16 08:00:00','2031-04-16 08:15:00','2031-04-16','08:00:00','08:15:00',NULL),(10108,51,8610,'2031-04-17 08:00:00','2031-04-17 08:15:00','2031-04-17','08:00:00','08:15:00',NULL),(10109,51,8610,'2031-04-18 08:00:00','2031-04-18 08:15:00','2031-04-18','08:00:00','08:15:00',NULL),(10110,51,8610,'2031-04-21 08:00:00','2031-04-21 08:15:00','2031-04-21','08:00:00','08:15:00',NULL),(10111,51,8610,'2031-04-22 08:00:00','2031-04-22 08:15:00','2031-04-22','08:00:00','08:15:00',NULL),(10112,51,8610,'2031-04-23 08:00:00','2031-04-23 08:15:00','2031-04-23','08:00:00','08:15:00',NULL),(10113,51,8610,'2031-04-24 08:00:00','2031-04-24 08:15:00','2031-04-24','08:00:00','08:15:00',NULL),(10114,51,8610,'2031-04-25 08:00:00','2031-04-25 08:15:00','2031-04-25','08:00:00','08:15:00',NULL),(10115,51,8610,'2031-04-28 08:00:00','2031-04-28 08:15:00','2031-04-28','08:00:00','08:15:00',NULL),(10116,51,8610,'2031-04-29 08:00:00','2031-04-29 08:15:00','2031-04-29','08:00:00','08:15:00',NULL),(10117,51,8610,'2031-04-30 08:00:00','2031-04-30 08:15:00','2031-04-30','08:00:00','08:15:00',NULL),(10118,51,8610,'2031-05-01 08:00:00','2031-05-01 08:15:00','2031-05-01','08:00:00','08:15:00',NULL),(10119,51,8610,'2031-05-02 08:00:00','2031-05-02 08:15:00','2031-05-02','08:00:00','08:15:00',NULL),(10120,51,8610,'2031-05-05 08:00:00','2031-05-05 08:15:00','2031-05-05','08:00:00','08:15:00',NULL),(10121,51,8610,'2031-05-06 08:00:00','2031-05-06 08:15:00','2031-05-06','08:00:00','08:15:00',NULL),(10122,51,8610,'2031-05-07 08:00:00','2031-05-07 08:15:00','2031-05-07','08:00:00','08:15:00',NULL),(10123,51,8610,'2031-05-08 08:00:00','2031-05-08 08:15:00','2031-05-08','08:00:00','08:15:00',NULL),(10124,51,8610,'2031-05-09 08:00:00','2031-05-09 08:15:00','2031-05-09','08:00:00','08:15:00',NULL),(10125,51,8610,'2031-05-12 08:00:00','2031-05-12 08:15:00','2031-05-12','08:00:00','08:15:00',NULL),(10126,51,8610,'2031-05-13 08:00:00','2031-05-13 08:15:00','2031-05-13','08:00:00','08:15:00',NULL),(10127,51,8610,'2031-05-14 08:00:00','2031-05-14 08:15:00','2031-05-14','08:00:00','08:15:00',NULL),(10128,51,8610,'2031-05-15 08:00:00','2031-05-15 08:15:00','2031-05-15','08:00:00','08:15:00',NULL),(10129,51,8610,'2031-05-16 08:00:00','2031-05-16 08:15:00','2031-05-16','08:00:00','08:15:00',NULL),(10130,51,8610,'2031-05-19 08:00:00','2031-05-19 08:15:00','2031-05-19','08:00:00','08:15:00',NULL),(10131,51,8610,'2031-05-20 08:00:00','2031-05-20 08:15:00','2031-05-20','08:00:00','08:15:00',NULL),(10132,51,8610,'2031-05-21 08:00:00','2031-05-21 08:15:00','2031-05-21','08:00:00','08:15:00',NULL),(10133,51,8610,'2031-05-22 08:00:00','2031-05-22 08:15:00','2031-05-22','08:00:00','08:15:00',NULL),(10134,51,8610,'2031-05-23 08:00:00','2031-05-23 08:15:00','2031-05-23','08:00:00','08:15:00',NULL),(10135,51,8610,'2031-05-26 08:00:00','2031-05-26 08:15:00','2031-05-26','08:00:00','08:15:00',NULL),(10136,51,8610,'2031-05-27 08:00:00','2031-05-27 08:15:00','2031-05-27','08:00:00','08:15:00',NULL),(10137,51,8610,'2031-05-28 08:00:00','2031-05-28 08:15:00','2031-05-28','08:00:00','08:15:00',NULL),(10138,51,8610,'2031-05-29 08:00:00','2031-05-29 08:15:00','2031-05-29','08:00:00','08:15:00',NULL),(10139,51,8610,'2031-05-30 08:00:00','2031-05-30 08:15:00','2031-05-30','08:00:00','08:15:00',NULL),(10140,51,8610,'2031-06-02 08:00:00','2031-06-02 08:15:00','2031-06-02','08:00:00','08:15:00',NULL),(10141,51,8610,'2031-06-03 08:00:00','2031-06-03 08:15:00','2031-06-03','08:00:00','08:15:00',NULL),(10142,51,8610,'2031-06-04 08:00:00','2031-06-04 08:15:00','2031-06-04','08:00:00','08:15:00',NULL),(10143,51,8610,'2031-06-05 08:00:00','2031-06-05 08:15:00','2031-06-05','08:00:00','08:15:00',NULL),(10144,51,8610,'2031-06-06 08:00:00','2031-06-06 08:15:00','2031-06-06','08:00:00','08:15:00',NULL),(10145,51,8610,'2031-06-09 08:00:00','2031-06-09 08:15:00','2031-06-09','08:00:00','08:15:00',NULL),(10146,51,8610,'2031-06-10 08:00:00','2031-06-10 08:15:00','2031-06-10','08:00:00','08:15:00',NULL),(10147,51,8610,'2031-06-11 08:00:00','2031-06-11 08:15:00','2031-06-11','08:00:00','08:15:00',NULL),(10148,51,8610,'2031-06-12 08:00:00','2031-06-12 08:15:00','2031-06-12','08:00:00','08:15:00',NULL),(10149,51,8610,'2031-06-13 08:00:00','2031-06-13 08:15:00','2031-06-13','08:00:00','08:15:00',NULL),(10150,51,8610,'2031-06-16 08:00:00','2031-06-16 08:15:00','2031-06-16','08:00:00','08:15:00',NULL),(10151,51,8610,'2031-06-17 08:00:00','2031-06-17 08:15:00','2031-06-17','08:00:00','08:15:00',NULL),(10152,51,8610,'2031-06-18 08:00:00','2031-06-18 08:15:00','2031-06-18','08:00:00','08:15:00',NULL),(10153,51,8610,'2031-06-19 08:00:00','2031-06-19 08:15:00','2031-06-19','08:00:00','08:15:00',NULL),(10154,51,8610,'2031-06-20 08:00:00','2031-06-20 08:15:00','2031-06-20','08:00:00','08:15:00',NULL),(10155,51,8610,'2031-06-23 08:00:00','2031-06-23 08:15:00','2031-06-23','08:00:00','08:15:00',NULL),(10156,51,8610,'2031-06-24 08:00:00','2031-06-24 08:15:00','2031-06-24','08:00:00','08:15:00',NULL),(10157,51,8610,'2031-06-25 08:00:00','2031-06-25 08:15:00','2031-06-25','08:00:00','08:15:00',NULL),(10158,51,8610,'2031-06-26 08:00:00','2031-06-26 08:15:00','2031-06-26','08:00:00','08:15:00',NULL),(10159,51,8610,'2031-06-27 08:00:00','2031-06-27 08:15:00','2031-06-27','08:00:00','08:15:00',NULL),(10160,51,8610,'2031-06-30 08:00:00','2031-06-30 08:15:00','2031-06-30','08:00:00','08:15:00',NULL),(10161,51,8610,'2031-07-01 08:00:00','2031-07-01 08:15:00','2031-07-01','08:00:00','08:15:00',NULL),(10162,51,8610,'2031-07-02 08:00:00','2031-07-02 08:15:00','2031-07-02','08:00:00','08:15:00',NULL),(10163,51,8610,'2031-07-03 08:00:00','2031-07-03 08:15:00','2031-07-03','08:00:00','08:15:00',NULL),(10164,51,8610,'2031-07-04 08:00:00','2031-07-04 08:15:00','2031-07-04','08:00:00','08:15:00',NULL),(10165,51,8610,'2031-07-07 08:00:00','2031-07-07 08:15:00','2031-07-07','08:00:00','08:15:00',NULL),(10166,51,8610,'2031-07-08 08:00:00','2031-07-08 08:15:00','2031-07-08','08:00:00','08:15:00',NULL),(10167,51,8610,'2031-07-09 08:00:00','2031-07-09 08:15:00','2031-07-09','08:00:00','08:15:00',NULL),(10168,51,8610,'2031-07-10 08:00:00','2031-07-10 08:15:00','2031-07-10','08:00:00','08:15:00',NULL),(10169,51,8610,'2031-07-11 08:00:00','2031-07-11 08:15:00','2031-07-11','08:00:00','08:15:00',NULL),(10170,51,8610,'2031-07-14 08:00:00','2031-07-14 08:15:00','2031-07-14','08:00:00','08:15:00',NULL),(10171,51,8610,'2031-07-15 08:00:00','2031-07-15 08:15:00','2031-07-15','08:00:00','08:15:00',NULL),(10172,51,8610,'2031-07-16 08:00:00','2031-07-16 08:15:00','2031-07-16','08:00:00','08:15:00',NULL),(10173,51,8610,'2031-07-17 08:00:00','2031-07-17 08:15:00','2031-07-17','08:00:00','08:15:00',NULL),(10174,51,8610,'2031-07-18 08:00:00','2031-07-18 08:15:00','2031-07-18','08:00:00','08:15:00',NULL),(10175,51,8610,'2031-07-21 08:00:00','2031-07-21 08:15:00','2031-07-21','08:00:00','08:15:00',NULL),(10176,51,8610,'2031-07-22 08:00:00','2031-07-22 08:15:00','2031-07-22','08:00:00','08:15:00',NULL),(10177,51,8610,'2031-07-23 08:00:00','2031-07-23 08:15:00','2031-07-23','08:00:00','08:15:00',NULL),(10178,51,8610,'2031-07-24 08:00:00','2031-07-24 08:15:00','2031-07-24','08:00:00','08:15:00',NULL),(10179,51,8610,'2031-07-25 08:00:00','2031-07-25 08:15:00','2031-07-25','08:00:00','08:15:00',NULL),(10180,51,8610,'2031-07-28 08:00:00','2031-07-28 08:15:00','2031-07-28','08:00:00','08:15:00',NULL),(10181,51,8610,'2031-07-29 08:00:00','2031-07-29 08:15:00','2031-07-29','08:00:00','08:15:00',NULL),(10182,51,8610,'2031-07-30 08:00:00','2031-07-30 08:15:00','2031-07-30','08:00:00','08:15:00',NULL),(10183,51,8610,'2031-07-31 08:00:00','2031-07-31 08:15:00','2031-07-31','08:00:00','08:15:00',NULL),(10184,51,8610,'2031-08-01 08:00:00','2031-08-01 08:15:00','2031-08-01','08:00:00','08:15:00',NULL),(10185,51,8610,'2031-08-04 08:00:00','2031-08-04 08:15:00','2031-08-04','08:00:00','08:15:00',NULL),(10186,51,8610,'2031-08-05 08:00:00','2031-08-05 08:15:00','2031-08-05','08:00:00','08:15:00',NULL),(10187,51,8610,'2031-08-06 08:00:00','2031-08-06 08:15:00','2031-08-06','08:00:00','08:15:00',NULL),(10188,51,8610,'2031-08-07 08:00:00','2031-08-07 08:15:00','2031-08-07','08:00:00','08:15:00',NULL),(10189,51,8610,'2031-08-08 08:00:00','2031-08-08 08:15:00','2031-08-08','08:00:00','08:15:00',NULL),(10190,51,8610,'2031-08-11 08:00:00','2031-08-11 08:15:00','2031-08-11','08:00:00','08:15:00',NULL),(10191,51,8610,'2031-08-12 08:00:00','2031-08-12 08:15:00','2031-08-12','08:00:00','08:15:00',NULL),(10192,51,8610,'2031-08-13 08:00:00','2031-08-13 08:15:00','2031-08-13','08:00:00','08:15:00',NULL),(10193,51,8610,'2031-08-14 08:00:00','2031-08-14 08:15:00','2031-08-14','08:00:00','08:15:00',NULL),(10194,51,8610,'2031-08-15 08:00:00','2031-08-15 08:15:00','2031-08-15','08:00:00','08:15:00',NULL),(10195,51,8610,'2031-08-18 08:00:00','2031-08-18 08:15:00','2031-08-18','08:00:00','08:15:00',NULL),(10196,51,8610,'2031-08-19 08:00:00','2031-08-19 08:15:00','2031-08-19','08:00:00','08:15:00',NULL),(10197,51,8610,'2031-08-20 08:00:00','2031-08-20 08:15:00','2031-08-20','08:00:00','08:15:00',NULL),(10198,51,8610,'2031-08-21 08:00:00','2031-08-21 08:15:00','2031-08-21','08:00:00','08:15:00',NULL),(10199,51,8610,'2031-08-22 08:00:00','2031-08-22 08:15:00','2031-08-22','08:00:00','08:15:00',NULL),(10200,51,8610,'2031-08-25 08:00:00','2031-08-25 08:15:00','2031-08-25','08:00:00','08:15:00',NULL),(10201,51,8610,'2031-08-26 08:00:00','2031-08-26 08:15:00','2031-08-26','08:00:00','08:15:00',NULL),(10202,51,8610,'2031-08-27 08:00:00','2031-08-27 08:15:00','2031-08-27','08:00:00','08:15:00',NULL),(10203,51,8610,'2031-08-28 08:00:00','2031-08-28 08:15:00','2031-08-28','08:00:00','08:15:00',NULL),(10204,51,8610,'2031-08-29 08:00:00','2031-08-29 08:15:00','2031-08-29','08:00:00','08:15:00',NULL),(10205,51,8610,'2031-09-01 08:00:00','2031-09-01 08:15:00','2031-09-01','08:00:00','08:15:00',NULL),(10206,51,8610,'2031-09-02 08:00:00','2031-09-02 08:15:00','2031-09-02','08:00:00','08:15:00',NULL),(10207,51,8610,'2031-09-03 08:00:00','2031-09-03 08:15:00','2031-09-03','08:00:00','08:15:00',NULL),(10208,51,8610,'2031-09-04 08:00:00','2031-09-04 08:15:00','2031-09-04','08:00:00','08:15:00',NULL),(10209,51,8610,'2031-09-05 08:00:00','2031-09-05 08:15:00','2031-09-05','08:00:00','08:15:00',NULL),(10210,51,8610,'2031-09-08 08:00:00','2031-09-08 08:15:00','2031-09-08','08:00:00','08:15:00',NULL),(10211,51,8610,'2031-09-09 08:00:00','2031-09-09 08:15:00','2031-09-09','08:00:00','08:15:00',NULL),(10212,51,8610,'2031-09-10 08:00:00','2031-09-10 08:15:00','2031-09-10','08:00:00','08:15:00',NULL),(10213,51,8610,'2031-09-11 08:00:00','2031-09-11 08:15:00','2031-09-11','08:00:00','08:15:00',NULL),(10214,51,8610,'2031-09-12 08:00:00','2031-09-12 08:15:00','2031-09-12','08:00:00','08:15:00',NULL),(10215,51,8610,'2031-09-15 08:00:00','2031-09-15 08:15:00','2031-09-15','08:00:00','08:15:00',NULL),(10216,51,8610,'2031-09-16 08:00:00','2031-09-16 08:15:00','2031-09-16','08:00:00','08:15:00',NULL),(10217,51,8610,'2031-09-17 08:00:00','2031-09-17 08:15:00','2031-09-17','08:00:00','08:15:00',NULL),(10218,51,8610,'2031-09-18 08:00:00','2031-09-18 08:15:00','2031-09-18','08:00:00','08:15:00',NULL),(10219,51,8610,'2031-09-19 08:00:00','2031-09-19 08:15:00','2031-09-19','08:00:00','08:15:00',NULL),(10220,51,8610,'2031-09-22 08:00:00','2031-09-22 08:15:00','2031-09-22','08:00:00','08:15:00',NULL),(10221,51,8610,'2031-09-23 08:00:00','2031-09-23 08:15:00','2031-09-23','08:00:00','08:15:00',NULL),(10222,51,8610,'2031-09-24 08:00:00','2031-09-24 08:15:00','2031-09-24','08:00:00','08:15:00',NULL),(10223,51,8610,'2031-09-25 08:00:00','2031-09-25 08:15:00','2031-09-25','08:00:00','08:15:00',NULL),(10224,51,8610,'2031-09-26 08:00:00','2031-09-26 08:15:00','2031-09-26','08:00:00','08:15:00',NULL),(10225,51,8610,'2031-09-29 08:00:00','2031-09-29 08:15:00','2031-09-29','08:00:00','08:15:00',NULL),(10226,51,8610,'2031-09-30 08:00:00','2031-09-30 08:15:00','2031-09-30','08:00:00','08:15:00',NULL),(10227,51,8610,'2031-10-01 08:00:00','2031-10-01 08:15:00','2031-10-01','08:00:00','08:15:00',NULL),(10228,51,8610,'2031-10-02 08:00:00','2031-10-02 08:15:00','2031-10-02','08:00:00','08:15:00',NULL),(10229,51,8610,'2031-10-03 08:00:00','2031-10-03 08:15:00','2031-10-03','08:00:00','08:15:00',NULL),(10230,51,8610,'2031-10-06 08:00:00','2031-10-06 08:15:00','2031-10-06','08:00:00','08:15:00',NULL),(10231,51,8610,'2031-10-07 08:00:00','2031-10-07 08:15:00','2031-10-07','08:00:00','08:15:00',NULL),(10232,51,8610,'2031-10-08 08:00:00','2031-10-08 08:15:00','2031-10-08','08:00:00','08:15:00',NULL),(10233,51,8610,'2031-10-09 08:00:00','2031-10-09 08:15:00','2031-10-09','08:00:00','08:15:00',NULL),(10234,51,8610,'2031-10-10 08:00:00','2031-10-10 08:15:00','2031-10-10','08:00:00','08:15:00',NULL),(10235,51,8610,'2031-10-13 08:00:00','2031-10-13 08:15:00','2031-10-13','08:00:00','08:15:00',NULL),(10236,51,8610,'2031-10-14 08:00:00','2031-10-14 08:15:00','2031-10-14','08:00:00','08:15:00',NULL),(10237,51,8610,'2031-10-15 08:00:00','2031-10-15 08:15:00','2031-10-15','08:00:00','08:15:00',NULL),(10238,51,8610,'2031-10-16 08:00:00','2031-10-16 08:15:00','2031-10-16','08:00:00','08:15:00',NULL),(10239,51,8610,'2031-10-17 08:00:00','2031-10-17 08:15:00','2031-10-17','08:00:00','08:15:00',NULL),(10240,51,8610,'2031-10-20 08:00:00','2031-10-20 08:15:00','2031-10-20','08:00:00','08:15:00',NULL),(10241,51,8610,'2031-10-21 08:00:00','2031-10-21 08:15:00','2031-10-21','08:00:00','08:15:00',NULL),(10242,51,8610,'2031-10-22 08:00:00','2031-10-22 08:15:00','2031-10-22','08:00:00','08:15:00',NULL),(10243,51,8610,'2031-10-23 08:00:00','2031-10-23 08:15:00','2031-10-23','08:00:00','08:15:00',NULL),(10244,51,8610,'2031-10-24 08:00:00','2031-10-24 08:15:00','2031-10-24','08:00:00','08:15:00',NULL),(10245,51,8610,'2031-10-27 08:00:00','2031-10-27 08:15:00','2031-10-27','08:00:00','08:15:00',NULL),(10246,51,8610,'2031-10-28 08:00:00','2031-10-28 08:15:00','2031-10-28','08:00:00','08:15:00',NULL),(10247,51,8610,'2031-10-29 08:00:00','2031-10-29 08:15:00','2031-10-29','08:00:00','08:15:00',NULL),(10248,51,8610,'2031-10-30 08:00:00','2031-10-30 08:15:00','2031-10-30','08:00:00','08:15:00',NULL),(10249,51,8610,'2031-10-31 08:00:00','2031-10-31 08:15:00','2031-10-31','08:00:00','08:15:00',NULL),(10250,51,8610,'2031-11-03 08:00:00','2031-11-03 08:15:00','2031-11-03','08:00:00','08:15:00',NULL),(10251,51,8610,'2031-11-04 08:00:00','2031-11-04 08:15:00','2031-11-04','08:00:00','08:15:00',NULL),(10252,51,8610,'2031-11-05 08:00:00','2031-11-05 08:15:00','2031-11-05','08:00:00','08:15:00',NULL),(10253,51,8610,'2031-11-06 08:00:00','2031-11-06 08:15:00','2031-11-06','08:00:00','08:15:00',NULL),(10254,51,8610,'2031-11-07 08:00:00','2031-11-07 08:15:00','2031-11-07','08:00:00','08:15:00',NULL),(10255,51,8610,'2031-11-10 08:00:00','2031-11-10 08:15:00','2031-11-10','08:00:00','08:15:00',NULL),(10256,51,8610,'2031-11-11 08:00:00','2031-11-11 08:15:00','2031-11-11','08:00:00','08:15:00',NULL),(10257,51,8610,'2031-11-12 08:00:00','2031-11-12 08:15:00','2031-11-12','08:00:00','08:15:00',NULL),(10258,51,8610,'2031-11-13 08:00:00','2031-11-13 08:15:00','2031-11-13','08:00:00','08:15:00',NULL),(10259,51,8610,'2031-11-14 08:00:00','2031-11-14 08:15:00','2031-11-14','08:00:00','08:15:00',NULL),(10260,51,8610,'2031-11-17 08:00:00','2031-11-17 08:15:00','2031-11-17','08:00:00','08:15:00',NULL),(10261,51,8610,'2031-11-18 08:00:00','2031-11-18 08:15:00','2031-11-18','08:00:00','08:15:00',NULL),(10262,51,8610,'2031-11-19 08:00:00','2031-11-19 08:15:00','2031-11-19','08:00:00','08:15:00',NULL),(10263,51,8610,'2031-11-20 08:00:00','2031-11-20 08:15:00','2031-11-20','08:00:00','08:15:00',NULL),(10264,51,8610,'2031-11-21 08:00:00','2031-11-21 08:15:00','2031-11-21','08:00:00','08:15:00',NULL),(10265,51,8610,'2031-11-24 08:00:00','2031-11-24 08:15:00','2031-11-24','08:00:00','08:15:00',NULL),(10266,51,8610,'2031-11-25 08:00:00','2031-11-25 08:15:00','2031-11-25','08:00:00','08:15:00',NULL),(10267,51,8610,'2031-11-26 08:00:00','2031-11-26 08:15:00','2031-11-26','08:00:00','08:15:00',NULL),(10268,51,8610,'2031-11-27 08:00:00','2031-11-27 08:15:00','2031-11-27','08:00:00','08:15:00',NULL),(10269,51,8610,'2031-11-28 08:00:00','2031-11-28 08:15:00','2031-11-28','08:00:00','08:15:00',NULL),(10270,51,8610,'2031-12-01 08:00:00','2031-12-01 08:15:00','2031-12-01','08:00:00','08:15:00',NULL),(10271,51,8610,'2031-12-02 08:00:00','2031-12-02 08:15:00','2031-12-02','08:00:00','08:15:00',NULL),(10272,51,8610,'2031-12-03 08:00:00','2031-12-03 08:15:00','2031-12-03','08:00:00','08:15:00',NULL),(10273,51,8610,'2031-12-04 08:00:00','2031-12-04 08:15:00','2031-12-04','08:00:00','08:15:00',NULL),(10274,51,8610,'2031-12-05 08:00:00','2031-12-05 08:15:00','2031-12-05','08:00:00','08:15:00',NULL),(10275,51,8610,'2031-12-08 08:00:00','2031-12-08 08:15:00','2031-12-08','08:00:00','08:15:00',NULL),(10276,51,8610,'2031-12-09 08:00:00','2031-12-09 08:15:00','2031-12-09','08:00:00','08:15:00',NULL),(10277,51,8610,'2031-12-10 08:00:00','2031-12-10 08:15:00','2031-12-10','08:00:00','08:15:00',NULL),(10278,51,8610,'2031-12-11 08:00:00','2031-12-11 08:15:00','2031-12-11','08:00:00','08:15:00',NULL),(10279,51,8610,'2031-12-12 08:00:00','2031-12-12 08:15:00','2031-12-12','08:00:00','08:15:00',NULL),(10280,51,8610,'2031-12-15 08:00:00','2031-12-15 08:15:00','2031-12-15','08:00:00','08:15:00',NULL),(10281,51,8610,'2031-12-16 08:00:00','2031-12-16 08:15:00','2031-12-16','08:00:00','08:15:00',NULL),(10282,51,8610,'2031-12-17 08:00:00','2031-12-17 08:15:00','2031-12-17','08:00:00','08:15:00',NULL),(10283,51,8610,'2031-12-18 08:00:00','2031-12-18 08:15:00','2031-12-18','08:00:00','08:15:00',NULL),(10284,51,8610,'2031-12-19 08:00:00','2031-12-19 08:15:00','2031-12-19','08:00:00','08:15:00',NULL),(10285,51,8610,'2031-12-22 08:00:00','2031-12-22 08:15:00','2031-12-22','08:00:00','08:15:00',NULL),(10286,51,8610,'2031-12-23 08:00:00','2031-12-23 08:15:00','2031-12-23','08:00:00','08:15:00',NULL),(10287,51,8610,'2031-12-24 08:00:00','2031-12-24 08:15:00','2031-12-24','08:00:00','08:15:00',NULL),(10288,51,8610,'2031-12-25 08:00:00','2031-12-25 08:15:00','2031-12-25','08:00:00','08:15:00',NULL),(10289,51,8610,'2031-12-26 08:00:00','2031-12-26 08:15:00','2031-12-26','08:00:00','08:15:00',NULL),(10290,51,8610,'2031-12-29 08:00:00','2031-12-29 08:15:00','2031-12-29','08:00:00','08:15:00',NULL),(10291,51,8610,'2031-12-30 08:00:00','2031-12-30 08:15:00','2031-12-30','08:00:00','08:15:00',NULL),(10292,51,8610,'2031-12-31 08:00:00','2031-12-31 08:15:00','2031-12-31','08:00:00','08:15:00',NULL),(10293,51,8610,'2032-01-01 08:00:00','2032-01-01 08:15:00','2032-01-01','08:00:00','08:15:00',NULL),(10294,51,8610,'2032-01-02 08:00:00','2032-01-02 08:15:00','2032-01-02','08:00:00','08:15:00',NULL),(10295,51,8610,'2032-01-05 08:00:00','2032-01-05 08:15:00','2032-01-05','08:00:00','08:15:00',NULL),(10296,51,8610,'2032-01-06 08:00:00','2032-01-06 08:15:00','2032-01-06','08:00:00','08:15:00',NULL),(10297,51,8610,'2032-01-07 08:00:00','2032-01-07 08:15:00','2032-01-07','08:00:00','08:15:00',NULL),(10298,51,8610,'2032-01-08 08:00:00','2032-01-08 08:15:00','2032-01-08','08:00:00','08:15:00',NULL),(10299,51,8610,'2032-01-09 08:00:00','2032-01-09 08:15:00','2032-01-09','08:00:00','08:15:00',NULL),(10300,51,8610,'2032-01-12 08:00:00','2032-01-12 08:15:00','2032-01-12','08:00:00','08:15:00',NULL),(10301,51,8610,'2032-01-13 08:00:00','2032-01-13 08:15:00','2032-01-13','08:00:00','08:15:00',NULL),(10302,51,8610,'2032-01-14 08:00:00','2032-01-14 08:15:00','2032-01-14','08:00:00','08:15:00',NULL),(10303,51,8610,'2032-01-15 08:00:00','2032-01-15 08:15:00','2032-01-15','08:00:00','08:15:00',NULL),(10304,51,8610,'2032-01-16 08:00:00','2032-01-16 08:15:00','2032-01-16','08:00:00','08:15:00',NULL),(10305,51,8610,'2032-01-19 08:00:00','2032-01-19 08:15:00','2032-01-19','08:00:00','08:15:00',NULL),(10306,51,8610,'2032-01-20 08:00:00','2032-01-20 08:15:00','2032-01-20','08:00:00','08:15:00',NULL),(10307,51,8610,'2032-01-21 08:00:00','2032-01-21 08:15:00','2032-01-21','08:00:00','08:15:00',NULL),(10308,51,8610,'2032-01-22 08:00:00','2032-01-22 08:15:00','2032-01-22','08:00:00','08:15:00',NULL),(10309,51,8610,'2032-01-23 08:00:00','2032-01-23 08:15:00','2032-01-23','08:00:00','08:15:00',NULL),(10310,51,8610,'2032-01-26 08:00:00','2032-01-26 08:15:00','2032-01-26','08:00:00','08:15:00',NULL),(10311,51,8610,'2032-01-27 08:00:00','2032-01-27 08:15:00','2032-01-27','08:00:00','08:15:00',NULL),(10312,51,8610,'2032-01-28 08:00:00','2032-01-28 08:15:00','2032-01-28','08:00:00','08:15:00',NULL),(10313,51,8610,'2032-01-29 08:00:00','2032-01-29 08:15:00','2032-01-29','08:00:00','08:15:00',NULL),(10314,51,8610,'2032-01-30 08:00:00','2032-01-30 08:15:00','2032-01-30','08:00:00','08:15:00',NULL),(10315,51,8610,'2032-02-02 08:00:00','2032-02-02 08:15:00','2032-02-02','08:00:00','08:15:00',NULL),(10316,51,8610,'2032-02-03 08:00:00','2032-02-03 08:15:00','2032-02-03','08:00:00','08:15:00',NULL),(10317,51,8610,'2032-02-04 08:00:00','2032-02-04 08:15:00','2032-02-04','08:00:00','08:15:00',NULL),(10318,51,8610,'2032-02-05 08:00:00','2032-02-05 08:15:00','2032-02-05','08:00:00','08:15:00',NULL),(10319,51,8610,'2032-02-06 08:00:00','2032-02-06 08:15:00','2032-02-06','08:00:00','08:15:00',NULL),(10320,51,8610,'2032-02-09 08:00:00','2032-02-09 08:15:00','2032-02-09','08:00:00','08:15:00',NULL),(10321,51,8610,'2032-02-10 08:00:00','2032-02-10 08:15:00','2032-02-10','08:00:00','08:15:00',NULL),(10322,51,8610,'2032-02-11 08:00:00','2032-02-11 08:15:00','2032-02-11','08:00:00','08:15:00',NULL),(10323,51,8610,'2032-02-12 08:00:00','2032-02-12 08:15:00','2032-02-12','08:00:00','08:15:00',NULL),(10324,51,8610,'2032-02-13 08:00:00','2032-02-13 08:15:00','2032-02-13','08:00:00','08:15:00',NULL),(10325,51,8610,'2032-02-16 08:00:00','2032-02-16 08:15:00','2032-02-16','08:00:00','08:15:00',NULL),(10326,51,8610,'2032-02-17 08:00:00','2032-02-17 08:15:00','2032-02-17','08:00:00','08:15:00',NULL),(10327,51,8610,'2032-02-18 08:00:00','2032-02-18 08:15:00','2032-02-18','08:00:00','08:15:00',NULL),(10328,51,8610,'2032-02-19 08:00:00','2032-02-19 08:15:00','2032-02-19','08:00:00','08:15:00',NULL),(10329,51,8610,'2032-02-20 08:00:00','2032-02-20 08:15:00','2032-02-20','08:00:00','08:15:00',NULL),(10330,51,8610,'2032-02-23 08:00:00','2032-02-23 08:15:00','2032-02-23','08:00:00','08:15:00',NULL),(10331,51,8610,'2032-02-24 08:00:00','2032-02-24 08:15:00','2032-02-24','08:00:00','08:15:00',NULL),(10332,51,8610,'2032-02-25 08:00:00','2032-02-25 08:15:00','2032-02-25','08:00:00','08:15:00',NULL),(10333,51,8610,'2032-02-26 08:00:00','2032-02-26 08:15:00','2032-02-26','08:00:00','08:15:00',NULL),(10334,51,8610,'2032-02-27 08:00:00','2032-02-27 08:15:00','2032-02-27','08:00:00','08:15:00',NULL),(10335,51,8610,'2032-03-01 08:00:00','2032-03-01 08:15:00','2032-03-01','08:00:00','08:15:00',NULL),(10336,51,8610,'2032-03-02 08:00:00','2032-03-02 08:15:00','2032-03-02','08:00:00','08:15:00',NULL),(10337,51,8610,'2032-03-03 08:00:00','2032-03-03 08:15:00','2032-03-03','08:00:00','08:15:00',NULL),(10338,51,8610,'2032-03-04 08:00:00','2032-03-04 08:15:00','2032-03-04','08:00:00','08:15:00',NULL),(10339,51,8610,'2032-03-05 08:00:00','2032-03-05 08:15:00','2032-03-05','08:00:00','08:15:00',NULL),(10340,51,8610,'2032-03-08 08:00:00','2032-03-08 08:15:00','2032-03-08','08:00:00','08:15:00',NULL),(10341,51,8610,'2032-03-09 08:00:00','2032-03-09 08:15:00','2032-03-09','08:00:00','08:15:00',NULL),(10342,51,8610,'2032-03-10 08:00:00','2032-03-10 08:15:00','2032-03-10','08:00:00','08:15:00',NULL),(10343,51,8610,'2032-03-11 08:00:00','2032-03-11 08:15:00','2032-03-11','08:00:00','08:15:00',NULL),(10344,51,8610,'2032-03-12 08:00:00','2032-03-12 08:15:00','2032-03-12','08:00:00','08:15:00',NULL),(10345,51,8610,'2032-03-15 08:00:00','2032-03-15 08:15:00','2032-03-15','08:00:00','08:15:00',NULL),(10346,51,8610,'2032-03-16 08:00:00','2032-03-16 08:15:00','2032-03-16','08:00:00','08:15:00',NULL),(10347,51,8610,'2032-03-17 08:00:00','2032-03-17 08:15:00','2032-03-17','08:00:00','08:15:00',NULL),(10348,51,8610,'2032-03-18 08:00:00','2032-03-18 08:15:00','2032-03-18','08:00:00','08:15:00',NULL),(10349,51,8610,'2032-03-19 08:00:00','2032-03-19 08:15:00','2032-03-19','08:00:00','08:15:00',NULL),(10350,51,8610,'2032-03-22 08:00:00','2032-03-22 08:15:00','2032-03-22','08:00:00','08:15:00',NULL),(10351,51,8610,'2032-03-23 08:00:00','2032-03-23 08:15:00','2032-03-23','08:00:00','08:15:00',NULL),(10352,51,8610,'2032-03-24 08:00:00','2032-03-24 08:15:00','2032-03-24','08:00:00','08:15:00',NULL),(10353,51,8610,'2032-03-25 08:00:00','2032-03-25 08:15:00','2032-03-25','08:00:00','08:15:00',NULL),(10354,51,8610,'2032-03-26 08:00:00','2032-03-26 08:15:00','2032-03-26','08:00:00','08:15:00',NULL),(10355,51,8610,'2032-03-29 08:00:00','2032-03-29 08:15:00','2032-03-29','08:00:00','08:15:00',NULL),(10356,51,8610,'2032-03-30 08:00:00','2032-03-30 08:15:00','2032-03-30','08:00:00','08:15:00',NULL),(10357,51,8610,'2032-03-31 08:00:00','2032-03-31 08:15:00','2032-03-31','08:00:00','08:15:00',NULL),(10358,51,8610,'2032-04-01 08:00:00','2032-04-01 08:15:00','2032-04-01','08:00:00','08:15:00',NULL),(10359,51,8610,'2032-04-02 08:00:00','2032-04-02 08:15:00','2032-04-02','08:00:00','08:15:00',NULL),(10360,51,8610,'2032-04-05 08:00:00','2032-04-05 08:15:00','2032-04-05','08:00:00','08:15:00',NULL),(10361,51,8610,'2032-04-06 08:00:00','2032-04-06 08:15:00','2032-04-06','08:00:00','08:15:00',NULL),(10362,51,8610,'2032-04-07 08:00:00','2032-04-07 08:15:00','2032-04-07','08:00:00','08:15:00',NULL),(10363,51,8610,'2032-04-08 08:00:00','2032-04-08 08:15:00','2032-04-08','08:00:00','08:15:00',NULL),(10364,51,8610,'2032-04-09 08:00:00','2032-04-09 08:15:00','2032-04-09','08:00:00','08:15:00',NULL),(10365,51,8610,'2032-04-12 08:00:00','2032-04-12 08:15:00','2032-04-12','08:00:00','08:15:00',NULL),(10366,51,8610,'2032-04-13 08:00:00','2032-04-13 08:15:00','2032-04-13','08:00:00','08:15:00',NULL),(10367,51,8610,'2032-04-14 08:00:00','2032-04-14 08:15:00','2032-04-14','08:00:00','08:15:00',NULL),(10368,51,8610,'2032-04-15 08:00:00','2032-04-15 08:15:00','2032-04-15','08:00:00','08:15:00',NULL),(10369,51,8610,'2032-04-16 08:00:00','2032-04-16 08:15:00','2032-04-16','08:00:00','08:15:00',NULL),(10370,51,8610,'2032-04-19 08:00:00','2032-04-19 08:15:00','2032-04-19','08:00:00','08:15:00',NULL),(10371,51,8610,'2032-04-20 08:00:00','2032-04-20 08:15:00','2032-04-20','08:00:00','08:15:00',NULL),(10372,51,8610,'2032-04-21 08:00:00','2032-04-21 08:15:00','2032-04-21','08:00:00','08:15:00',NULL),(10373,51,8610,'2032-04-22 08:00:00','2032-04-22 08:15:00','2032-04-22','08:00:00','08:15:00',NULL),(10374,51,8610,'2032-04-23 08:00:00','2032-04-23 08:15:00','2032-04-23','08:00:00','08:15:00',NULL),(10375,51,8610,'2032-04-26 08:00:00','2032-04-26 08:15:00','2032-04-26','08:00:00','08:15:00',NULL),(10376,51,8610,'2032-04-27 08:00:00','2032-04-27 08:15:00','2032-04-27','08:00:00','08:15:00',NULL),(10377,51,8610,'2032-04-28 08:00:00','2032-04-28 08:15:00','2032-04-28','08:00:00','08:15:00',NULL),(10378,51,8610,'2032-04-29 08:00:00','2032-04-29 08:15:00','2032-04-29','08:00:00','08:15:00',NULL),(10379,51,8610,'2032-04-30 08:00:00','2032-04-30 08:15:00','2032-04-30','08:00:00','08:15:00',NULL),(10380,51,8610,'2032-05-03 08:00:00','2032-05-03 08:15:00','2032-05-03','08:00:00','08:15:00',NULL),(10381,51,8610,'2032-05-04 08:00:00','2032-05-04 08:15:00','2032-05-04','08:00:00','08:15:00',NULL),(10382,51,8610,'2032-05-05 08:00:00','2032-05-05 08:15:00','2032-05-05','08:00:00','08:15:00',NULL),(10383,51,8610,'2032-05-06 08:00:00','2032-05-06 08:15:00','2032-05-06','08:00:00','08:15:00',NULL),(10384,51,8610,'2032-05-07 08:00:00','2032-05-07 08:15:00','2032-05-07','08:00:00','08:15:00',NULL),(10385,51,8610,'2032-05-10 08:00:00','2032-05-10 08:15:00','2032-05-10','08:00:00','08:15:00',NULL),(10386,51,8610,'2032-05-11 08:00:00','2032-05-11 08:15:00','2032-05-11','08:00:00','08:15:00',NULL),(10387,51,8610,'2032-05-12 08:00:00','2032-05-12 08:15:00','2032-05-12','08:00:00','08:15:00',NULL),(10388,51,8610,'2032-05-13 08:00:00','2032-05-13 08:15:00','2032-05-13','08:00:00','08:15:00',NULL),(10389,51,8610,'2032-05-14 08:00:00','2032-05-14 08:15:00','2032-05-14','08:00:00','08:15:00',NULL),(10390,51,8610,'2032-05-17 08:00:00','2032-05-17 08:15:00','2032-05-17','08:00:00','08:15:00',NULL),(10391,51,8610,'2032-05-18 08:00:00','2032-05-18 08:15:00','2032-05-18','08:00:00','08:15:00',NULL),(10392,51,8610,'2032-05-19 08:00:00','2032-05-19 08:15:00','2032-05-19','08:00:00','08:15:00',NULL),(10393,51,8610,'2032-05-20 08:00:00','2032-05-20 08:15:00','2032-05-20','08:00:00','08:15:00',NULL),(10394,51,8610,'2032-05-21 08:00:00','2032-05-21 08:15:00','2032-05-21','08:00:00','08:15:00',NULL),(10395,51,8610,'2032-05-24 08:00:00','2032-05-24 08:15:00','2032-05-24','08:00:00','08:15:00',NULL),(10396,51,8610,'2032-05-25 08:00:00','2032-05-25 08:15:00','2032-05-25','08:00:00','08:15:00',NULL),(10397,51,8610,'2032-05-26 08:00:00','2032-05-26 08:15:00','2032-05-26','08:00:00','08:15:00',NULL),(10398,51,8610,'2032-05-27 08:00:00','2032-05-27 08:15:00','2032-05-27','08:00:00','08:15:00',NULL),(10399,51,8610,'2032-05-28 08:00:00','2032-05-28 08:15:00','2032-05-28','08:00:00','08:15:00',NULL),(10400,51,8610,'2032-05-31 08:00:00','2032-05-31 08:15:00','2032-05-31','08:00:00','08:15:00',NULL),(10401,51,8610,'2032-06-01 08:00:00','2032-06-01 08:15:00','2032-06-01','08:00:00','08:15:00',NULL),(10402,51,8610,'2032-06-02 08:00:00','2032-06-02 08:15:00','2032-06-02','08:00:00','08:15:00',NULL),(10403,51,8610,'2032-06-03 08:00:00','2032-06-03 08:15:00','2032-06-03','08:00:00','08:15:00',NULL),(10404,51,8610,'2032-06-04 08:00:00','2032-06-04 08:15:00','2032-06-04','08:00:00','08:15:00',NULL),(10405,51,8610,'2032-06-07 08:00:00','2032-06-07 08:15:00','2032-06-07','08:00:00','08:15:00',NULL),(10406,51,8610,'2032-06-08 08:00:00','2032-06-08 08:15:00','2032-06-08','08:00:00','08:15:00',NULL),(10407,51,8610,'2032-06-09 08:00:00','2032-06-09 08:15:00','2032-06-09','08:00:00','08:15:00',NULL),(10408,51,8610,'2032-06-10 08:00:00','2032-06-10 08:15:00','2032-06-10','08:00:00','08:15:00',NULL),(10409,51,8610,'2032-06-11 08:00:00','2032-06-11 08:15:00','2032-06-11','08:00:00','08:15:00',NULL),(10410,51,8610,'2032-06-14 08:00:00','2032-06-14 08:15:00','2032-06-14','08:00:00','08:15:00',NULL),(10411,51,8610,'2032-06-15 08:00:00','2032-06-15 08:15:00','2032-06-15','08:00:00','08:15:00',NULL),(10412,51,8610,'2032-06-16 08:00:00','2032-06-16 08:15:00','2032-06-16','08:00:00','08:15:00',NULL),(10413,51,8610,'2032-06-17 08:00:00','2032-06-17 08:15:00','2032-06-17','08:00:00','08:15:00',NULL),(10414,51,8610,'2032-06-18 08:00:00','2032-06-18 08:15:00','2032-06-18','08:00:00','08:15:00',NULL),(10415,51,8610,'2032-06-21 08:00:00','2032-06-21 08:15:00','2032-06-21','08:00:00','08:15:00',NULL),(10416,51,8610,'2032-06-22 08:00:00','2032-06-22 08:15:00','2032-06-22','08:00:00','08:15:00',NULL),(10417,51,8610,'2032-06-23 08:00:00','2032-06-23 08:15:00','2032-06-23','08:00:00','08:15:00',NULL),(10418,51,8610,'2032-06-24 08:00:00','2032-06-24 08:15:00','2032-06-24','08:00:00','08:15:00',NULL),(10419,51,8610,'2032-06-25 08:00:00','2032-06-25 08:15:00','2032-06-25','08:00:00','08:15:00',NULL),(10420,51,8610,'2032-06-28 08:00:00','2032-06-28 08:15:00','2032-06-28','08:00:00','08:15:00',NULL),(10421,51,8610,'2032-06-29 08:00:00','2032-06-29 08:15:00','2032-06-29','08:00:00','08:15:00',NULL),(10422,51,8610,'2032-06-30 08:00:00','2032-06-30 08:15:00','2032-06-30','08:00:00','08:15:00',NULL),(10423,51,8610,'2032-07-01 08:00:00','2032-07-01 08:15:00','2032-07-01','08:00:00','08:15:00',NULL),(10424,51,8610,'2032-07-02 08:00:00','2032-07-02 08:15:00','2032-07-02','08:00:00','08:15:00',NULL),(10425,51,8610,'2032-07-05 08:00:00','2032-07-05 08:15:00','2032-07-05','08:00:00','08:15:00',NULL),(10426,51,8610,'2032-07-06 08:00:00','2032-07-06 08:15:00','2032-07-06','08:00:00','08:15:00',NULL),(10427,51,8610,'2032-07-07 08:00:00','2032-07-07 08:15:00','2032-07-07','08:00:00','08:15:00',NULL),(10428,51,8610,'2032-07-08 08:00:00','2032-07-08 08:15:00','2032-07-08','08:00:00','08:15:00',NULL),(10429,51,8610,'2032-07-09 08:00:00','2032-07-09 08:15:00','2032-07-09','08:00:00','08:15:00',NULL),(10430,51,8610,'2032-07-12 08:00:00','2032-07-12 08:15:00','2032-07-12','08:00:00','08:15:00',NULL),(10431,51,8610,'2032-07-13 08:00:00','2032-07-13 08:15:00','2032-07-13','08:00:00','08:15:00',NULL),(10432,51,8610,'2032-07-14 08:00:00','2032-07-14 08:15:00','2032-07-14','08:00:00','08:15:00',NULL),(10433,51,8610,'2032-07-15 08:00:00','2032-07-15 08:15:00','2032-07-15','08:00:00','08:15:00',NULL),(10434,51,8610,'2032-07-16 08:00:00','2032-07-16 08:15:00','2032-07-16','08:00:00','08:15:00',NULL),(10435,51,8610,'2032-07-19 08:00:00','2032-07-19 08:15:00','2032-07-19','08:00:00','08:15:00',NULL),(10436,51,8610,'2032-07-20 08:00:00','2032-07-20 08:15:00','2032-07-20','08:00:00','08:15:00',NULL),(10437,51,8610,'2032-07-21 08:00:00','2032-07-21 08:15:00','2032-07-21','08:00:00','08:15:00',NULL),(10438,51,8610,'2032-07-22 08:00:00','2032-07-22 08:15:00','2032-07-22','08:00:00','08:15:00',NULL),(10439,51,8610,'2032-07-23 08:00:00','2032-07-23 08:15:00','2032-07-23','08:00:00','08:15:00',NULL),(10440,51,8610,'2032-07-26 08:00:00','2032-07-26 08:15:00','2032-07-26','08:00:00','08:15:00',NULL),(10441,51,8610,'2032-07-27 08:00:00','2032-07-27 08:15:00','2032-07-27','08:00:00','08:15:00',NULL),(10442,51,8610,'2032-07-28 08:00:00','2032-07-28 08:15:00','2032-07-28','08:00:00','08:15:00',NULL),(10443,51,8610,'2032-07-29 08:00:00','2032-07-29 08:15:00','2032-07-29','08:00:00','08:15:00',NULL),(10444,51,8610,'2032-07-30 08:00:00','2032-07-30 08:15:00','2032-07-30','08:00:00','08:15:00',NULL),(10445,51,8610,'2032-08-02 08:00:00','2032-08-02 08:15:00','2032-08-02','08:00:00','08:15:00',NULL),(10446,51,8610,'2032-08-03 08:00:00','2032-08-03 08:15:00','2032-08-03','08:00:00','08:15:00',NULL),(10447,51,8610,'2032-08-04 08:00:00','2032-08-04 08:15:00','2032-08-04','08:00:00','08:15:00',NULL),(10448,51,8610,'2032-08-05 08:00:00','2032-08-05 08:15:00','2032-08-05','08:00:00','08:15:00',NULL),(10449,51,8610,'2032-08-06 08:00:00','2032-08-06 08:15:00','2032-08-06','08:00:00','08:15:00',NULL),(10450,51,8610,'2032-08-09 08:00:00','2032-08-09 08:15:00','2032-08-09','08:00:00','08:15:00',NULL),(10451,51,8610,'2032-08-10 08:00:00','2032-08-10 08:15:00','2032-08-10','08:00:00','08:15:00',NULL),(10452,51,8610,'2032-08-11 08:00:00','2032-08-11 08:15:00','2032-08-11','08:00:00','08:15:00',NULL),(10453,51,8610,'2032-08-12 08:00:00','2032-08-12 08:15:00','2032-08-12','08:00:00','08:15:00',NULL),(10454,51,8610,'2032-08-13 08:00:00','2032-08-13 08:15:00','2032-08-13','08:00:00','08:15:00',NULL),(10455,51,8610,'2032-08-16 08:00:00','2032-08-16 08:15:00','2032-08-16','08:00:00','08:15:00',NULL),(10456,51,8610,'2032-08-17 08:00:00','2032-08-17 08:15:00','2032-08-17','08:00:00','08:15:00',NULL),(10457,51,8610,'2032-08-18 08:00:00','2032-08-18 08:15:00','2032-08-18','08:00:00','08:15:00',NULL),(10458,51,8610,'2032-08-19 08:00:00','2032-08-19 08:15:00','2032-08-19','08:00:00','08:15:00',NULL),(10459,51,8610,'2032-08-20 08:00:00','2032-08-20 08:15:00','2032-08-20','08:00:00','08:15:00',NULL),(10460,51,8610,'2032-08-23 08:00:00','2032-08-23 08:15:00','2032-08-23','08:00:00','08:15:00',NULL),(10461,51,8610,'2032-08-24 08:00:00','2032-08-24 08:15:00','2032-08-24','08:00:00','08:15:00',NULL),(10462,51,8610,'2032-08-25 08:00:00','2032-08-25 08:15:00','2032-08-25','08:00:00','08:15:00',NULL),(10463,51,8610,'2032-08-26 08:00:00','2032-08-26 08:15:00','2032-08-26','08:00:00','08:15:00',NULL),(10464,51,8610,'2032-08-27 08:00:00','2032-08-27 08:15:00','2032-08-27','08:00:00','08:15:00',NULL),(10465,51,8610,'2032-08-30 08:00:00','2032-08-30 08:15:00','2032-08-30','08:00:00','08:15:00',NULL),(10466,51,8610,'2032-08-31 08:00:00','2032-08-31 08:15:00','2032-08-31','08:00:00','08:15:00',NULL),(10467,51,8610,'2032-09-01 08:00:00','2032-09-01 08:15:00','2032-09-01','08:00:00','08:15:00',NULL),(10468,51,8610,'2032-09-02 08:00:00','2032-09-02 08:15:00','2032-09-02','08:00:00','08:15:00',NULL),(10469,51,8610,'2032-09-03 08:00:00','2032-09-03 08:15:00','2032-09-03','08:00:00','08:15:00',NULL),(10470,51,8610,'2032-09-06 08:00:00','2032-09-06 08:15:00','2032-09-06','08:00:00','08:15:00',NULL),(10471,51,8610,'2032-09-07 08:00:00','2032-09-07 08:15:00','2032-09-07','08:00:00','08:15:00',NULL),(10472,51,8610,'2032-09-08 08:00:00','2032-09-08 08:15:00','2032-09-08','08:00:00','08:15:00',NULL),(10473,51,8610,'2032-09-09 08:00:00','2032-09-09 08:15:00','2032-09-09','08:00:00','08:15:00',NULL),(10474,51,8610,'2032-09-10 08:00:00','2032-09-10 08:15:00','2032-09-10','08:00:00','08:15:00',NULL),(10475,51,8610,'2032-09-13 08:00:00','2032-09-13 08:15:00','2032-09-13','08:00:00','08:15:00',NULL),(10476,51,8610,'2032-09-14 08:00:00','2032-09-14 08:15:00','2032-09-14','08:00:00','08:15:00',NULL),(10477,51,8610,'2032-09-15 08:00:00','2032-09-15 08:15:00','2032-09-15','08:00:00','08:15:00',NULL),(10478,51,8610,'2032-09-16 08:00:00','2032-09-16 08:15:00','2032-09-16','08:00:00','08:15:00',NULL),(10479,51,8610,'2032-09-17 08:00:00','2032-09-17 08:15:00','2032-09-17','08:00:00','08:15:00',NULL),(10480,51,8610,'2032-09-20 08:00:00','2032-09-20 08:15:00','2032-09-20','08:00:00','08:15:00',NULL),(10481,51,8610,'2032-09-21 08:00:00','2032-09-21 08:15:00','2032-09-21','08:00:00','08:15:00',NULL),(10482,51,8610,'2032-09-22 08:00:00','2032-09-22 08:15:00','2032-09-22','08:00:00','08:15:00',NULL),(10483,51,8610,'2032-09-23 08:00:00','2032-09-23 08:15:00','2032-09-23','08:00:00','08:15:00',NULL),(10484,51,8610,'2032-09-24 08:00:00','2032-09-24 08:15:00','2032-09-24','08:00:00','08:15:00',NULL),(10485,51,8610,'2032-09-27 08:00:00','2032-09-27 08:15:00','2032-09-27','08:00:00','08:15:00',NULL),(10486,51,8610,'2032-09-28 08:00:00','2032-09-28 08:15:00','2032-09-28','08:00:00','08:15:00',NULL),(10487,51,8610,'2032-09-29 08:00:00','2032-09-29 08:15:00','2032-09-29','08:00:00','08:15:00',NULL),(10488,51,8610,'2032-09-30 08:00:00','2032-09-30 08:15:00','2032-09-30','08:00:00','08:15:00',NULL),(10489,51,8610,'2032-10-01 08:00:00','2032-10-01 08:15:00','2032-10-01','08:00:00','08:15:00',NULL),(10490,51,8610,'2032-10-04 08:00:00','2032-10-04 08:15:00','2032-10-04','08:00:00','08:15:00',NULL),(10491,51,8610,'2032-10-05 08:00:00','2032-10-05 08:15:00','2032-10-05','08:00:00','08:15:00',NULL),(10492,51,8610,'2032-10-06 08:00:00','2032-10-06 08:15:00','2032-10-06','08:00:00','08:15:00',NULL),(10493,51,8610,'2032-10-07 08:00:00','2032-10-07 08:15:00','2032-10-07','08:00:00','08:15:00',NULL),(10494,51,8610,'2032-10-08 08:00:00','2032-10-08 08:15:00','2032-10-08','08:00:00','08:15:00',NULL),(10495,51,8610,'2032-10-11 08:00:00','2032-10-11 08:15:00','2032-10-11','08:00:00','08:15:00',NULL),(10496,51,8610,'2032-10-12 08:00:00','2032-10-12 08:15:00','2032-10-12','08:00:00','08:15:00',NULL),(10497,51,8610,'2032-10-13 08:00:00','2032-10-13 08:15:00','2032-10-13','08:00:00','08:15:00',NULL),(10498,51,8610,'2032-10-14 08:00:00','2032-10-14 08:15:00','2032-10-14','08:00:00','08:15:00',NULL),(10499,51,8610,'2032-10-15 08:00:00','2032-10-15 08:15:00','2032-10-15','08:00:00','08:15:00',NULL),(10500,51,8610,'2032-10-18 08:00:00','2032-10-18 08:15:00','2032-10-18','08:00:00','08:15:00',NULL),(10501,51,8610,'2032-10-19 08:00:00','2032-10-19 08:15:00','2032-10-19','08:00:00','08:15:00',NULL),(10502,51,8610,'2032-10-20 08:00:00','2032-10-20 08:15:00','2032-10-20','08:00:00','08:15:00',NULL),(10503,51,8610,'2032-10-21 08:00:00','2032-10-21 08:15:00','2032-10-21','08:00:00','08:15:00',NULL),(10504,51,8610,'2032-10-22 08:00:00','2032-10-22 08:15:00','2032-10-22','08:00:00','08:15:00',NULL),(10505,51,8610,'2032-10-25 08:00:00','2032-10-25 08:15:00','2032-10-25','08:00:00','08:15:00',NULL),(10506,51,8610,'2032-10-26 08:00:00','2032-10-26 08:15:00','2032-10-26','08:00:00','08:15:00',NULL),(10507,51,8610,'2032-10-27 08:00:00','2032-10-27 08:15:00','2032-10-27','08:00:00','08:15:00',NULL),(10508,51,8610,'2032-10-28 08:00:00','2032-10-28 08:15:00','2032-10-28','08:00:00','08:15:00',NULL),(10509,51,8610,'2032-10-29 08:00:00','2032-10-29 08:15:00','2032-10-29','08:00:00','08:15:00',NULL),(10510,51,8610,'2032-11-01 08:00:00','2032-11-01 08:15:00','2032-11-01','08:00:00','08:15:00',NULL),(10511,51,8610,'2032-11-02 08:00:00','2032-11-02 08:15:00','2032-11-02','08:00:00','08:15:00',NULL),(10512,51,8610,'2032-11-03 08:00:00','2032-11-03 08:15:00','2032-11-03','08:00:00','08:15:00',NULL),(10513,51,8610,'2032-11-04 08:00:00','2032-11-04 08:15:00','2032-11-04','08:00:00','08:15:00',NULL),(10514,51,8610,'2032-11-05 08:00:00','2032-11-05 08:15:00','2032-11-05','08:00:00','08:15:00',NULL),(10515,51,8610,'2032-11-08 08:00:00','2032-11-08 08:15:00','2032-11-08','08:00:00','08:15:00',NULL),(10516,51,8610,'2032-11-09 08:00:00','2032-11-09 08:15:00','2032-11-09','08:00:00','08:15:00',NULL),(10517,51,8610,'2032-11-10 08:00:00','2032-11-10 08:15:00','2032-11-10','08:00:00','08:15:00',NULL),(10518,51,8610,'2032-11-11 08:00:00','2032-11-11 08:15:00','2032-11-11','08:00:00','08:15:00',NULL),(10519,51,8610,'2032-11-12 08:00:00','2032-11-12 08:15:00','2032-11-12','08:00:00','08:15:00',NULL),(10520,51,8610,'2032-11-15 08:00:00','2032-11-15 08:15:00','2032-11-15','08:00:00','08:15:00',NULL),(10521,51,8610,'2032-11-16 08:00:00','2032-11-16 08:15:00','2032-11-16','08:00:00','08:15:00',NULL),(10522,51,8610,'2032-11-17 08:00:00','2032-11-17 08:15:00','2032-11-17','08:00:00','08:15:00',NULL),(10523,51,8610,'2032-11-18 08:00:00','2032-11-18 08:15:00','2032-11-18','08:00:00','08:15:00',NULL),(10524,51,8610,'2032-11-19 08:00:00','2032-11-19 08:15:00','2032-11-19','08:00:00','08:15:00',NULL),(10525,51,8610,'2032-11-22 08:00:00','2032-11-22 08:15:00','2032-11-22','08:00:00','08:15:00',NULL),(10526,51,8610,'2032-11-23 08:00:00','2032-11-23 08:15:00','2032-11-23','08:00:00','08:15:00',NULL),(10527,51,8610,'2032-11-24 08:00:00','2032-11-24 08:15:00','2032-11-24','08:00:00','08:15:00',NULL),(10528,51,8610,'2032-11-25 08:00:00','2032-11-25 08:15:00','2032-11-25','08:00:00','08:15:00',NULL),(10529,51,8610,'2032-11-26 08:00:00','2032-11-26 08:15:00','2032-11-26','08:00:00','08:15:00',NULL),(10530,51,8610,'2032-11-29 08:00:00','2032-11-29 08:15:00','2032-11-29','08:00:00','08:15:00',NULL),(10531,51,8610,'2032-11-30 08:00:00','2032-11-30 08:15:00','2032-11-30','08:00:00','08:15:00',NULL),(10532,51,8610,'2032-12-01 08:00:00','2032-12-01 08:15:00','2032-12-01','08:00:00','08:15:00',NULL),(10533,51,8610,'2032-12-02 08:00:00','2032-12-02 08:15:00','2032-12-02','08:00:00','08:15:00',NULL),(10534,51,8610,'2032-12-03 08:00:00','2032-12-03 08:15:00','2032-12-03','08:00:00','08:15:00',NULL),(10535,51,8610,'2032-12-06 08:00:00','2032-12-06 08:15:00','2032-12-06','08:00:00','08:15:00',NULL),(10536,51,8610,'2032-12-07 08:00:00','2032-12-07 08:15:00','2032-12-07','08:00:00','08:15:00',NULL),(10537,51,8610,'2032-12-08 08:00:00','2032-12-08 08:15:00','2032-12-08','08:00:00','08:15:00',NULL),(10538,51,8610,'2032-12-09 08:00:00','2032-12-09 08:15:00','2032-12-09','08:00:00','08:15:00',NULL),(10539,51,8610,'2032-12-10 08:00:00','2032-12-10 08:15:00','2032-12-10','08:00:00','08:15:00',NULL),(10540,51,8610,'2032-12-13 08:00:00','2032-12-13 08:15:00','2032-12-13','08:00:00','08:15:00',NULL),(10541,51,8610,'2032-12-14 08:00:00','2032-12-14 08:15:00','2032-12-14','08:00:00','08:15:00',NULL),(10542,51,8610,'2032-12-15 08:00:00','2032-12-15 08:15:00','2032-12-15','08:00:00','08:15:00',NULL),(10543,51,8610,'2032-12-16 08:00:00','2032-12-16 08:15:00','2032-12-16','08:00:00','08:15:00',NULL),(10544,51,8610,'2032-12-17 08:00:00','2032-12-17 08:15:00','2032-12-17','08:00:00','08:15:00',NULL),(10545,51,8610,'2032-12-20 08:00:00','2032-12-20 08:15:00','2032-12-20','08:00:00','08:15:00',NULL),(10546,51,8610,'2032-12-21 08:00:00','2032-12-21 08:15:00','2032-12-21','08:00:00','08:15:00',NULL),(10547,51,8610,'2032-12-22 08:00:00','2032-12-22 08:15:00','2032-12-22','08:00:00','08:15:00',NULL),(10548,51,8610,'2032-12-23 08:00:00','2032-12-23 08:15:00','2032-12-23','08:00:00','08:15:00',NULL),(10549,51,8610,'2032-12-24 08:00:00','2032-12-24 08:15:00','2032-12-24','08:00:00','08:15:00',NULL),(10550,51,8610,'2032-12-27 08:00:00','2032-12-27 08:15:00','2032-12-27','08:00:00','08:15:00',NULL),(10551,51,8610,'2032-12-28 08:00:00','2032-12-28 08:15:00','2032-12-28','08:00:00','08:15:00',NULL),(10552,51,8610,'2032-12-29 08:00:00','2032-12-29 08:15:00','2032-12-29','08:00:00','08:15:00',NULL),(10553,51,8610,'2032-12-30 08:00:00','2032-12-30 08:15:00','2032-12-30','08:00:00','08:15:00',NULL),(10554,51,8610,'2032-12-31 08:00:00','2032-12-31 08:15:00','2032-12-31','08:00:00','08:15:00',NULL),(10555,51,8610,'2033-01-03 08:00:00','2033-01-03 08:15:00','2033-01-03','08:00:00','08:15:00',NULL),(10556,51,8610,'2033-01-04 08:00:00','2033-01-04 08:15:00','2033-01-04','08:00:00','08:15:00',NULL),(10557,51,8610,'2033-01-05 08:00:00','2033-01-05 08:15:00','2033-01-05','08:00:00','08:15:00',NULL),(10558,51,8610,'2033-01-06 08:00:00','2033-01-06 08:15:00','2033-01-06','08:00:00','08:15:00',NULL),(10559,51,8610,'2033-01-07 08:00:00','2033-01-07 08:15:00','2033-01-07','08:00:00','08:15:00',NULL),(10560,51,8610,'2033-01-10 08:00:00','2033-01-10 08:15:00','2033-01-10','08:00:00','08:15:00',NULL),(10561,51,8610,'2033-01-11 08:00:00','2033-01-11 08:15:00','2033-01-11','08:00:00','08:15:00',NULL),(10562,51,8610,'2033-01-12 08:00:00','2033-01-12 08:15:00','2033-01-12','08:00:00','08:15:00',NULL),(10563,51,8610,'2033-01-13 08:00:00','2033-01-13 08:15:00','2033-01-13','08:00:00','08:15:00',NULL),(10564,51,8610,'2033-01-14 08:00:00','2033-01-14 08:15:00','2033-01-14','08:00:00','08:15:00',NULL),(10565,51,8610,'2033-01-17 08:00:00','2033-01-17 08:15:00','2033-01-17','08:00:00','08:15:00',NULL),(10566,51,8610,'2033-01-18 08:00:00','2033-01-18 08:15:00','2033-01-18','08:00:00','08:15:00',NULL),(10567,51,8610,'2033-01-19 08:00:00','2033-01-19 08:15:00','2033-01-19','08:00:00','08:15:00',NULL),(10568,51,8610,'2033-01-20 08:00:00','2033-01-20 08:15:00','2033-01-20','08:00:00','08:15:00',NULL),(10569,51,8610,'2033-01-21 08:00:00','2033-01-21 08:15:00','2033-01-21','08:00:00','08:15:00',NULL),(10570,51,8610,'2033-01-24 08:00:00','2033-01-24 08:15:00','2033-01-24','08:00:00','08:15:00',NULL),(10571,51,8610,'2033-01-25 08:00:00','2033-01-25 08:15:00','2033-01-25','08:00:00','08:15:00',NULL),(10572,51,8610,'2033-01-26 08:00:00','2033-01-26 08:15:00','2033-01-26','08:00:00','08:15:00',NULL),(10573,51,8610,'2033-01-27 08:00:00','2033-01-27 08:15:00','2033-01-27','08:00:00','08:15:00',NULL),(10574,51,8610,'2033-01-28 08:00:00','2033-01-28 08:15:00','2033-01-28','08:00:00','08:15:00',NULL),(10575,51,8610,'2033-01-31 08:00:00','2033-01-31 08:15:00','2033-01-31','08:00:00','08:15:00',NULL),(10576,51,8610,'2033-02-01 08:00:00','2033-02-01 08:15:00','2033-02-01','08:00:00','08:15:00',NULL),(10577,51,8610,'2033-02-02 08:00:00','2033-02-02 08:15:00','2033-02-02','08:00:00','08:15:00',NULL),(10578,51,8610,'2033-02-03 08:00:00','2033-02-03 08:15:00','2033-02-03','08:00:00','08:15:00',NULL),(10579,51,8610,'2033-02-04 08:00:00','2033-02-04 08:15:00','2033-02-04','08:00:00','08:15:00',NULL),(10580,51,8610,'2033-02-07 08:00:00','2033-02-07 08:15:00','2033-02-07','08:00:00','08:15:00',NULL),(10581,51,8610,'2033-02-08 08:00:00','2033-02-08 08:15:00','2033-02-08','08:00:00','08:15:00',NULL),(10582,51,8610,'2033-02-09 08:00:00','2033-02-09 08:15:00','2033-02-09','08:00:00','08:15:00',NULL),(10583,51,8610,'2033-02-10 08:00:00','2033-02-10 08:15:00','2033-02-10','08:00:00','08:15:00',NULL),(10584,51,8610,'2033-02-11 08:00:00','2033-02-11 08:15:00','2033-02-11','08:00:00','08:15:00',NULL),(10585,51,8610,'2033-02-14 08:00:00','2033-02-14 08:15:00','2033-02-14','08:00:00','08:15:00',NULL),(10586,51,8610,'2033-02-15 08:00:00','2033-02-15 08:15:00','2033-02-15','08:00:00','08:15:00',NULL),(10587,51,8610,'2033-02-16 08:00:00','2033-02-16 08:15:00','2033-02-16','08:00:00','08:15:00',NULL),(10588,51,8610,'2033-02-17 08:00:00','2033-02-17 08:15:00','2033-02-17','08:00:00','08:15:00',NULL),(10589,51,8610,'2033-02-18 08:00:00','2033-02-18 08:15:00','2033-02-18','08:00:00','08:15:00',NULL),(10590,51,8610,'2033-02-21 08:00:00','2033-02-21 08:15:00','2033-02-21','08:00:00','08:15:00',NULL),(10591,51,8610,'2033-02-22 08:00:00','2033-02-22 08:15:00','2033-02-22','08:00:00','08:15:00',NULL),(10592,51,8610,'2033-02-23 08:00:00','2033-02-23 08:15:00','2033-02-23','08:00:00','08:15:00',NULL),(10593,51,8610,'2033-02-24 08:00:00','2033-02-24 08:15:00','2033-02-24','08:00:00','08:15:00',NULL),(10594,51,8610,'2033-02-25 08:00:00','2033-02-25 08:15:00','2033-02-25','08:00:00','08:15:00',NULL),(10595,51,8610,'2033-02-28 08:00:00','2033-02-28 08:15:00','2033-02-28','08:00:00','08:15:00',NULL),(10596,51,8610,'2033-03-01 08:00:00','2033-03-01 08:15:00','2033-03-01','08:00:00','08:15:00',NULL),(10597,51,8610,'2033-03-02 08:00:00','2033-03-02 08:15:00','2033-03-02','08:00:00','08:15:00',NULL),(10598,51,8610,'2033-03-03 08:00:00','2033-03-03 08:15:00','2033-03-03','08:00:00','08:15:00',NULL),(10599,51,8610,'2033-03-04 08:00:00','2033-03-04 08:15:00','2033-03-04','08:00:00','08:15:00',NULL),(10600,51,8610,'2033-03-07 08:00:00','2033-03-07 08:15:00','2033-03-07','08:00:00','08:15:00',NULL),(10601,51,8610,'2033-03-08 08:00:00','2033-03-08 08:15:00','2033-03-08','08:00:00','08:15:00',NULL),(10602,51,8610,'2033-03-09 08:00:00','2033-03-09 08:15:00','2033-03-09','08:00:00','08:15:00',NULL),(10603,51,8610,'2033-03-10 08:00:00','2033-03-10 08:15:00','2033-03-10','08:00:00','08:15:00',NULL),(10604,51,8610,'2033-03-11 08:00:00','2033-03-11 08:15:00','2033-03-11','08:00:00','08:15:00',NULL),(10605,51,8610,'2033-03-14 08:00:00','2033-03-14 08:15:00','2033-03-14','08:00:00','08:15:00',NULL),(10606,51,8610,'2033-03-15 08:00:00','2033-03-15 08:15:00','2033-03-15','08:00:00','08:15:00',NULL),(10607,51,8610,'2033-03-16 08:00:00','2033-03-16 08:15:00','2033-03-16','08:00:00','08:15:00',NULL),(10608,51,8610,'2033-03-17 08:00:00','2033-03-17 08:15:00','2033-03-17','08:00:00','08:15:00',NULL),(10609,51,8610,'2033-03-18 08:00:00','2033-03-18 08:15:00','2033-03-18','08:00:00','08:15:00',NULL),(10610,51,8610,'2033-03-21 08:00:00','2033-03-21 08:15:00','2033-03-21','08:00:00','08:15:00',NULL),(10611,51,8610,'2033-03-22 08:00:00','2033-03-22 08:15:00','2033-03-22','08:00:00','08:15:00',NULL),(10612,51,8610,'2033-03-23 08:00:00','2033-03-23 08:15:00','2033-03-23','08:00:00','08:15:00',NULL),(10613,51,8610,'2033-03-24 08:00:00','2033-03-24 08:15:00','2033-03-24','08:00:00','08:15:00',NULL),(10614,51,8610,'2033-03-25 08:00:00','2033-03-25 08:15:00','2033-03-25','08:00:00','08:15:00',NULL),(10615,51,8610,'2033-03-28 08:00:00','2033-03-28 08:15:00','2033-03-28','08:00:00','08:15:00',NULL),(10616,51,8610,'2033-03-29 08:00:00','2033-03-29 08:15:00','2033-03-29','08:00:00','08:15:00',NULL),(10617,51,8610,'2033-03-30 08:00:00','2033-03-30 08:15:00','2033-03-30','08:00:00','08:15:00',NULL),(10618,51,8610,'2033-03-31 08:00:00','2033-03-31 08:15:00','2033-03-31','08:00:00','08:15:00',NULL),(10619,51,8610,'2033-04-01 08:00:00','2033-04-01 08:15:00','2033-04-01','08:00:00','08:15:00',NULL),(10620,51,8610,'2033-04-04 08:00:00','2033-04-04 08:15:00','2033-04-04','08:00:00','08:15:00',NULL),(10621,51,8610,'2033-04-05 08:00:00','2033-04-05 08:15:00','2033-04-05','08:00:00','08:15:00',NULL),(10622,51,8610,'2033-04-06 08:00:00','2033-04-06 08:15:00','2033-04-06','08:00:00','08:15:00',NULL),(10623,51,8610,'2033-04-07 08:00:00','2033-04-07 08:15:00','2033-04-07','08:00:00','08:15:00',NULL),(10624,51,8610,'2033-04-08 08:00:00','2033-04-08 08:15:00','2033-04-08','08:00:00','08:15:00',NULL),(10625,51,8610,'2033-04-11 08:00:00','2033-04-11 08:15:00','2033-04-11','08:00:00','08:15:00',NULL),(10626,51,8610,'2033-04-12 08:00:00','2033-04-12 08:15:00','2033-04-12','08:00:00','08:15:00',NULL),(10627,51,8610,'2033-04-13 08:00:00','2033-04-13 08:15:00','2033-04-13','08:00:00','08:15:00',NULL),(10628,51,8610,'2033-04-14 08:00:00','2033-04-14 08:15:00','2033-04-14','08:00:00','08:15:00',NULL),(10629,51,8610,'2033-04-15 08:00:00','2033-04-15 08:15:00','2033-04-15','08:00:00','08:15:00',NULL),(10630,51,8610,'2033-04-18 08:00:00','2033-04-18 08:15:00','2033-04-18','08:00:00','08:15:00',NULL),(10631,51,8610,'2033-04-19 08:00:00','2033-04-19 08:15:00','2033-04-19','08:00:00','08:15:00',NULL),(10632,51,8610,'2033-04-20 08:00:00','2033-04-20 08:15:00','2033-04-20','08:00:00','08:15:00',NULL),(10633,51,8610,'2033-04-21 08:00:00','2033-04-21 08:15:00','2033-04-21','08:00:00','08:15:00',NULL),(10634,51,8610,'2033-04-22 08:00:00','2033-04-22 08:15:00','2033-04-22','08:00:00','08:15:00',NULL),(10635,51,8610,'2033-04-25 08:00:00','2033-04-25 08:15:00','2033-04-25','08:00:00','08:15:00',NULL),(10636,51,8610,'2033-04-26 08:00:00','2033-04-26 08:15:00','2033-04-26','08:00:00','08:15:00',NULL),(10637,51,8610,'2033-04-27 08:00:00','2033-04-27 08:15:00','2033-04-27','08:00:00','08:15:00',NULL),(10638,51,8610,'2033-04-28 08:00:00','2033-04-28 08:15:00','2033-04-28','08:00:00','08:15:00',NULL),(10639,51,8610,'2033-04-29 08:00:00','2033-04-29 08:15:00','2033-04-29','08:00:00','08:15:00',NULL),(10640,51,8610,'2033-05-02 08:00:00','2033-05-02 08:15:00','2033-05-02','08:00:00','08:15:00',NULL),(10641,51,8610,'2033-05-03 08:00:00','2033-05-03 08:15:00','2033-05-03','08:00:00','08:15:00',NULL),(10642,51,8610,'2033-05-04 08:00:00','2033-05-04 08:15:00','2033-05-04','08:00:00','08:15:00',NULL),(10643,51,8610,'2033-05-05 08:00:00','2033-05-05 08:15:00','2033-05-05','08:00:00','08:15:00',NULL),(10644,51,8610,'2033-05-06 08:00:00','2033-05-06 08:15:00','2033-05-06','08:00:00','08:15:00',NULL),(10645,51,8610,'2033-05-09 08:00:00','2033-05-09 08:15:00','2033-05-09','08:00:00','08:15:00',NULL),(10646,51,8610,'2033-05-10 08:00:00','2033-05-10 08:15:00','2033-05-10','08:00:00','08:15:00',NULL),(10647,51,8610,'2033-05-11 08:00:00','2033-05-11 08:15:00','2033-05-11','08:00:00','08:15:00',NULL),(10648,51,8610,'2033-05-12 08:00:00','2033-05-12 08:15:00','2033-05-12','08:00:00','08:15:00',NULL),(10649,51,8610,'2033-05-13 08:00:00','2033-05-13 08:15:00','2033-05-13','08:00:00','08:15:00',NULL),(10650,51,8610,'2033-05-16 08:00:00','2033-05-16 08:15:00','2033-05-16','08:00:00','08:15:00',NULL),(10651,51,8610,'2033-05-17 08:00:00','2033-05-17 08:15:00','2033-05-17','08:00:00','08:15:00',NULL),(10652,51,8610,'2033-05-18 08:00:00','2033-05-18 08:15:00','2033-05-18','08:00:00','08:15:00',NULL),(10653,51,8610,'2033-05-19 08:00:00','2033-05-19 08:15:00','2033-05-19','08:00:00','08:15:00',NULL),(10654,51,8610,'2033-05-20 08:00:00','2033-05-20 08:15:00','2033-05-20','08:00:00','08:15:00',NULL),(10655,51,8610,'2033-05-23 08:00:00','2033-05-23 08:15:00','2033-05-23','08:00:00','08:15:00',NULL),(10656,51,8610,'2033-05-24 08:00:00','2033-05-24 08:15:00','2033-05-24','08:00:00','08:15:00',NULL),(10657,51,8610,'2033-05-25 08:00:00','2033-05-25 08:15:00','2033-05-25','08:00:00','08:15:00',NULL),(10658,51,8610,'2033-05-26 08:00:00','2033-05-26 08:15:00','2033-05-26','08:00:00','08:15:00',NULL),(10659,51,8610,'2033-05-27 08:00:00','2033-05-27 08:15:00','2033-05-27','08:00:00','08:15:00',NULL),(10660,51,8610,'2033-05-30 08:00:00','2033-05-30 08:15:00','2033-05-30','08:00:00','08:15:00',NULL),(10661,51,8610,'2033-05-31 08:00:00','2033-05-31 08:15:00','2033-05-31','08:00:00','08:15:00',NULL),(10662,51,8610,'2033-06-01 08:00:00','2033-06-01 08:15:00','2033-06-01','08:00:00','08:15:00',NULL),(10663,51,8610,'2033-06-02 08:00:00','2033-06-02 08:15:00','2033-06-02','08:00:00','08:15:00',NULL),(10664,51,8610,'2033-06-03 08:00:00','2033-06-03 08:15:00','2033-06-03','08:00:00','08:15:00',NULL),(10665,51,8610,'2033-06-06 08:00:00','2033-06-06 08:15:00','2033-06-06','08:00:00','08:15:00',NULL),(10666,51,8610,'2033-06-07 08:00:00','2033-06-07 08:15:00','2033-06-07','08:00:00','08:15:00',NULL),(10667,51,8610,'2033-06-08 08:00:00','2033-06-08 08:15:00','2033-06-08','08:00:00','08:15:00',NULL),(10668,51,8610,'2033-06-09 08:00:00','2033-06-09 08:15:00','2033-06-09','08:00:00','08:15:00',NULL),(10669,51,8610,'2033-06-10 08:00:00','2033-06-10 08:15:00','2033-06-10','08:00:00','08:15:00',NULL),(10670,51,8610,'2033-06-13 08:00:00','2033-06-13 08:15:00','2033-06-13','08:00:00','08:15:00',NULL),(10671,51,8610,'2033-06-14 08:00:00','2033-06-14 08:15:00','2033-06-14','08:00:00','08:15:00',NULL),(10672,51,8610,'2033-06-15 08:00:00','2033-06-15 08:15:00','2033-06-15','08:00:00','08:15:00',NULL),(10673,51,8610,'2033-06-16 08:00:00','2033-06-16 08:15:00','2033-06-16','08:00:00','08:15:00',NULL),(10674,51,8610,'2033-06-17 08:00:00','2033-06-17 08:15:00','2033-06-17','08:00:00','08:15:00',NULL),(10675,51,8610,'2033-06-20 08:00:00','2033-06-20 08:15:00','2033-06-20','08:00:00','08:15:00',NULL),(10676,51,8610,'2033-06-21 08:00:00','2033-06-21 08:15:00','2033-06-21','08:00:00','08:15:00',NULL),(10677,51,8610,'2033-06-22 08:00:00','2033-06-22 08:15:00','2033-06-22','08:00:00','08:15:00',NULL),(10678,51,8610,'2033-06-23 08:00:00','2033-06-23 08:15:00','2033-06-23','08:00:00','08:15:00',NULL),(10679,51,8610,'2033-06-24 08:00:00','2033-06-24 08:15:00','2033-06-24','08:00:00','08:15:00',NULL),(10680,51,8610,'2033-06-27 08:00:00','2033-06-27 08:15:00','2033-06-27','08:00:00','08:15:00',NULL),(10681,51,8610,'2033-06-28 08:00:00','2033-06-28 08:15:00','2033-06-28','08:00:00','08:15:00',NULL),(10682,51,8610,'2033-06-29 08:00:00','2033-06-29 08:15:00','2033-06-29','08:00:00','08:15:00',NULL),(10683,51,8610,'2033-06-30 08:00:00','2033-06-30 08:15:00','2033-06-30','08:00:00','08:15:00',NULL),(10684,51,8610,'2033-07-01 08:00:00','2033-07-01 08:15:00','2033-07-01','08:00:00','08:15:00',NULL),(10685,51,8610,'2033-07-04 08:00:00','2033-07-04 08:15:00','2033-07-04','08:00:00','08:15:00',NULL),(10686,51,8610,'2033-07-05 08:00:00','2033-07-05 08:15:00','2033-07-05','08:00:00','08:15:00',NULL),(10687,51,8610,'2033-07-06 08:00:00','2033-07-06 08:15:00','2033-07-06','08:00:00','08:15:00',NULL),(10688,51,8610,'2033-07-07 08:00:00','2033-07-07 08:15:00','2033-07-07','08:00:00','08:15:00',NULL),(10689,51,8610,'2033-07-08 08:00:00','2033-07-08 08:15:00','2033-07-08','08:00:00','08:15:00',NULL),(10690,51,8610,'2033-07-11 08:00:00','2033-07-11 08:15:00','2033-07-11','08:00:00','08:15:00',NULL),(10691,51,8610,'2033-07-12 08:00:00','2033-07-12 08:15:00','2033-07-12','08:00:00','08:15:00',NULL),(10692,51,8610,'2033-07-13 08:00:00','2033-07-13 08:15:00','2033-07-13','08:00:00','08:15:00',NULL),(10693,51,8610,'2033-07-14 08:00:00','2033-07-14 08:15:00','2033-07-14','08:00:00','08:15:00',NULL),(10694,51,8610,'2033-07-15 08:00:00','2033-07-15 08:15:00','2033-07-15','08:00:00','08:15:00',NULL),(10695,51,8610,'2033-07-18 08:00:00','2033-07-18 08:15:00','2033-07-18','08:00:00','08:15:00',NULL),(10696,51,8610,'2033-07-19 08:00:00','2033-07-19 08:15:00','2033-07-19','08:00:00','08:15:00',NULL),(10697,51,8610,'2033-07-20 08:00:00','2033-07-20 08:15:00','2033-07-20','08:00:00','08:15:00',NULL),(10698,51,8610,'2033-07-21 08:00:00','2033-07-21 08:15:00','2033-07-21','08:00:00','08:15:00',NULL),(10699,51,8610,'2033-07-22 08:00:00','2033-07-22 08:15:00','2033-07-22','08:00:00','08:15:00',NULL),(10700,51,8610,'2033-07-25 08:00:00','2033-07-25 08:15:00','2033-07-25','08:00:00','08:15:00',NULL),(10701,51,8610,'2033-07-26 08:00:00','2033-07-26 08:15:00','2033-07-26','08:00:00','08:15:00',NULL),(10702,51,8610,'2033-07-27 08:00:00','2033-07-27 08:15:00','2033-07-27','08:00:00','08:15:00',NULL),(10703,51,8610,'2033-07-28 08:00:00','2033-07-28 08:15:00','2033-07-28','08:00:00','08:15:00',NULL),(10704,51,8610,'2033-07-29 08:00:00','2033-07-29 08:15:00','2033-07-29','08:00:00','08:15:00',NULL),(10705,51,8610,'2033-08-01 08:00:00','2033-08-01 08:15:00','2033-08-01','08:00:00','08:15:00',NULL),(10706,51,8610,'2033-08-02 08:00:00','2033-08-02 08:15:00','2033-08-02','08:00:00','08:15:00',NULL),(10707,51,8610,'2033-08-03 08:00:00','2033-08-03 08:15:00','2033-08-03','08:00:00','08:15:00',NULL),(10708,51,8610,'2033-08-04 08:00:00','2033-08-04 08:15:00','2033-08-04','08:00:00','08:15:00',NULL),(10709,51,8610,'2033-08-05 08:00:00','2033-08-05 08:15:00','2033-08-05','08:00:00','08:15:00',NULL),(10710,51,8610,'2033-08-08 08:00:00','2033-08-08 08:15:00','2033-08-08','08:00:00','08:15:00',NULL),(10711,51,8610,'2033-08-09 08:00:00','2033-08-09 08:15:00','2033-08-09','08:00:00','08:15:00',NULL),(10712,51,8610,'2033-08-10 08:00:00','2033-08-10 08:15:00','2033-08-10','08:00:00','08:15:00',NULL),(10713,51,8610,'2033-08-11 08:00:00','2033-08-11 08:15:00','2033-08-11','08:00:00','08:15:00',NULL),(10714,51,8610,'2033-08-12 08:00:00','2033-08-12 08:15:00','2033-08-12','08:00:00','08:15:00',NULL),(10715,51,8610,'2033-08-15 08:00:00','2033-08-15 08:15:00','2033-08-15','08:00:00','08:15:00',NULL),(10716,51,8610,'2033-08-16 08:00:00','2033-08-16 08:15:00','2033-08-16','08:00:00','08:15:00',NULL),(10717,51,8610,'2033-08-17 08:00:00','2033-08-17 08:15:00','2033-08-17','08:00:00','08:15:00',NULL),(10718,51,8610,'2033-08-18 08:00:00','2033-08-18 08:15:00','2033-08-18','08:00:00','08:15:00',NULL),(10719,51,8610,'2033-08-19 08:00:00','2033-08-19 08:15:00','2033-08-19','08:00:00','08:15:00',NULL),(10720,51,8610,'2033-08-22 08:00:00','2033-08-22 08:15:00','2033-08-22','08:00:00','08:15:00',NULL),(10721,51,8610,'2033-08-23 08:00:00','2033-08-23 08:15:00','2033-08-23','08:00:00','08:15:00',NULL),(10722,51,8610,'2033-08-24 08:00:00','2033-08-24 08:15:00','2033-08-24','08:00:00','08:15:00',NULL),(10723,51,8610,'2033-08-25 08:00:00','2033-08-25 08:15:00','2033-08-25','08:00:00','08:15:00',NULL),(10724,51,8610,'2033-08-26 08:00:00','2033-08-26 08:15:00','2033-08-26','08:00:00','08:15:00',NULL),(10725,51,8610,'2033-08-29 08:00:00','2033-08-29 08:15:00','2033-08-29','08:00:00','08:15:00',NULL),(10726,51,8610,'2033-08-30 08:00:00','2033-08-30 08:15:00','2033-08-30','08:00:00','08:15:00',NULL),(10727,51,8610,'2033-08-31 08:00:00','2033-08-31 08:15:00','2033-08-31','08:00:00','08:15:00',NULL),(10728,51,8610,'2033-09-01 08:00:00','2033-09-01 08:15:00','2033-09-01','08:00:00','08:15:00',NULL),(10729,51,8610,'2033-09-02 08:00:00','2033-09-02 08:15:00','2033-09-02','08:00:00','08:15:00',NULL),(10730,51,8610,'2033-09-05 08:00:00','2033-09-05 08:15:00','2033-09-05','08:00:00','08:15:00',NULL),(10731,51,8610,'2033-09-06 08:00:00','2033-09-06 08:15:00','2033-09-06','08:00:00','08:15:00',NULL),(10732,51,8610,'2033-09-07 08:00:00','2033-09-07 08:15:00','2033-09-07','08:00:00','08:15:00',NULL),(10733,51,8610,'2033-09-08 08:00:00','2033-09-08 08:15:00','2033-09-08','08:00:00','08:15:00',NULL),(10734,51,8610,'2033-09-09 08:00:00','2033-09-09 08:15:00','2033-09-09','08:00:00','08:15:00',NULL),(10735,51,8610,'2033-09-12 08:00:00','2033-09-12 08:15:00','2033-09-12','08:00:00','08:15:00',NULL),(10736,51,8610,'2033-09-13 08:00:00','2033-09-13 08:15:00','2033-09-13','08:00:00','08:15:00',NULL),(10737,51,8610,'2033-09-14 08:00:00','2033-09-14 08:15:00','2033-09-14','08:00:00','08:15:00',NULL),(10738,51,8610,'2033-09-15 08:00:00','2033-09-15 08:15:00','2033-09-15','08:00:00','08:15:00',NULL),(10739,51,8610,'2033-09-16 08:00:00','2033-09-16 08:15:00','2033-09-16','08:00:00','08:15:00',NULL),(10740,51,8610,'2033-09-19 08:00:00','2033-09-19 08:15:00','2033-09-19','08:00:00','08:15:00',NULL),(10741,51,8610,'2033-09-20 08:00:00','2033-09-20 08:15:00','2033-09-20','08:00:00','08:15:00',NULL),(10742,51,8610,'2033-09-21 08:00:00','2033-09-21 08:15:00','2033-09-21','08:00:00','08:15:00',NULL),(10743,51,8610,'2033-09-22 08:00:00','2033-09-22 08:15:00','2033-09-22','08:00:00','08:15:00',NULL),(10744,51,8610,'2033-09-23 08:00:00','2033-09-23 08:15:00','2033-09-23','08:00:00','08:15:00',NULL),(10745,51,8610,'2033-09-26 08:00:00','2033-09-26 08:15:00','2033-09-26','08:00:00','08:15:00',NULL),(10746,51,8610,'2033-09-27 08:00:00','2033-09-27 08:15:00','2033-09-27','08:00:00','08:15:00',NULL),(10747,51,8610,'2033-09-28 08:00:00','2033-09-28 08:15:00','2033-09-28','08:00:00','08:15:00',NULL),(10748,51,8610,'2033-09-29 08:00:00','2033-09-29 08:15:00','2033-09-29','08:00:00','08:15:00',NULL),(10749,51,8610,'2033-09-30 08:00:00','2033-09-30 08:15:00','2033-09-30','08:00:00','08:15:00',NULL),(10750,51,8610,'2033-10-03 08:00:00','2033-10-03 08:15:00','2033-10-03','08:00:00','08:15:00',NULL),(10751,51,8610,'2033-10-04 08:00:00','2033-10-04 08:15:00','2033-10-04','08:00:00','08:15:00',NULL),(10752,51,8610,'2033-10-05 08:00:00','2033-10-05 08:15:00','2033-10-05','08:00:00','08:15:00',NULL),(10753,51,8610,'2033-10-06 08:00:00','2033-10-06 08:15:00','2033-10-06','08:00:00','08:15:00',NULL),(10754,51,8610,'2033-10-07 08:00:00','2033-10-07 08:15:00','2033-10-07','08:00:00','08:15:00',NULL),(10755,51,8610,'2033-10-10 08:00:00','2033-10-10 08:15:00','2033-10-10','08:00:00','08:15:00',NULL),(10756,51,8610,'2033-10-11 08:00:00','2033-10-11 08:15:00','2033-10-11','08:00:00','08:15:00',NULL),(10757,51,8610,'2033-10-12 08:00:00','2033-10-12 08:15:00','2033-10-12','08:00:00','08:15:00',NULL),(10758,51,8610,'2033-10-13 08:00:00','2033-10-13 08:15:00','2033-10-13','08:00:00','08:15:00',NULL),(10759,51,8610,'2033-10-14 08:00:00','2033-10-14 08:15:00','2033-10-14','08:00:00','08:15:00',NULL),(10760,51,8610,'2033-10-17 08:00:00','2033-10-17 08:15:00','2033-10-17','08:00:00','08:15:00',NULL),(10761,51,8610,'2033-10-18 08:00:00','2033-10-18 08:15:00','2033-10-18','08:00:00','08:15:00',NULL),(10762,51,8610,'2033-10-19 08:00:00','2033-10-19 08:15:00','2033-10-19','08:00:00','08:15:00',NULL),(10763,51,8610,'2033-10-20 08:00:00','2033-10-20 08:15:00','2033-10-20','08:00:00','08:15:00',NULL),(10764,51,8610,'2033-10-21 08:00:00','2033-10-21 08:15:00','2033-10-21','08:00:00','08:15:00',NULL),(10765,51,8610,'2033-10-24 08:00:00','2033-10-24 08:15:00','2033-10-24','08:00:00','08:15:00',NULL),(10766,51,8610,'2033-10-25 08:00:00','2033-10-25 08:15:00','2033-10-25','08:00:00','08:15:00',NULL),(10767,51,8610,'2033-10-26 08:00:00','2033-10-26 08:15:00','2033-10-26','08:00:00','08:15:00',NULL),(10768,51,8610,'2033-10-27 08:00:00','2033-10-27 08:15:00','2033-10-27','08:00:00','08:15:00',NULL),(10769,51,8610,'2033-10-28 08:00:00','2033-10-28 08:15:00','2033-10-28','08:00:00','08:15:00',NULL),(10770,51,8610,'2033-10-31 08:00:00','2033-10-31 08:15:00','2033-10-31','08:00:00','08:15:00',NULL),(10771,51,8610,'2033-11-01 08:00:00','2033-11-01 08:15:00','2033-11-01','08:00:00','08:15:00',NULL),(10772,51,8610,'2033-11-02 08:00:00','2033-11-02 08:15:00','2033-11-02','08:00:00','08:15:00',NULL),(10773,51,8610,'2033-11-03 08:00:00','2033-11-03 08:15:00','2033-11-03','08:00:00','08:15:00',NULL),(10774,51,8610,'2033-11-04 08:00:00','2033-11-04 08:15:00','2033-11-04','08:00:00','08:15:00',NULL),(10775,51,8610,'2033-11-07 08:00:00','2033-11-07 08:15:00','2033-11-07','08:00:00','08:15:00',NULL),(10776,51,8610,'2033-11-08 08:00:00','2033-11-08 08:15:00','2033-11-08','08:00:00','08:15:00',NULL),(10777,51,8610,'2033-11-09 08:00:00','2033-11-09 08:15:00','2033-11-09','08:00:00','08:15:00',NULL),(10778,51,8610,'2033-11-10 08:00:00','2033-11-10 08:15:00','2033-11-10','08:00:00','08:15:00',NULL),(10779,51,8610,'2033-11-11 08:00:00','2033-11-11 08:15:00','2033-11-11','08:00:00','08:15:00',NULL),(10780,51,8610,'2033-11-14 08:00:00','2033-11-14 08:15:00','2033-11-14','08:00:00','08:15:00',NULL),(10781,51,8610,'2033-11-15 08:00:00','2033-11-15 08:15:00','2033-11-15','08:00:00','08:15:00',NULL),(10782,51,8610,'2033-11-16 08:00:00','2033-11-16 08:15:00','2033-11-16','08:00:00','08:15:00',NULL),(10783,51,8610,'2033-11-17 08:00:00','2033-11-17 08:15:00','2033-11-17','08:00:00','08:15:00',NULL),(10784,51,8610,'2033-11-18 08:00:00','2033-11-18 08:15:00','2033-11-18','08:00:00','08:15:00',NULL),(10785,51,8610,'2033-11-21 08:00:00','2033-11-21 08:15:00','2033-11-21','08:00:00','08:15:00',NULL),(10786,51,8610,'2033-11-22 08:00:00','2033-11-22 08:15:00','2033-11-22','08:00:00','08:15:00',NULL),(10787,51,8610,'2033-11-23 08:00:00','2033-11-23 08:15:00','2033-11-23','08:00:00','08:15:00',NULL),(10788,51,8610,'2033-11-24 08:00:00','2033-11-24 08:15:00','2033-11-24','08:00:00','08:15:00',NULL),(10789,51,8610,'2033-11-25 08:00:00','2033-11-25 08:15:00','2033-11-25','08:00:00','08:15:00',NULL),(10790,51,8610,'2033-11-28 08:00:00','2033-11-28 08:15:00','2033-11-28','08:00:00','08:15:00',NULL),(10791,51,8610,'2033-11-29 08:00:00','2033-11-29 08:15:00','2033-11-29','08:00:00','08:15:00',NULL),(10792,51,8610,'2033-11-30 08:00:00','2033-11-30 08:15:00','2033-11-30','08:00:00','08:15:00',NULL),(10793,51,8610,'2033-12-01 08:00:00','2033-12-01 08:15:00','2033-12-01','08:00:00','08:15:00',NULL),(10794,51,8610,'2033-12-02 08:00:00','2033-12-02 08:15:00','2033-12-02','08:00:00','08:15:00',NULL),(10795,51,8610,'2033-12-05 08:00:00','2033-12-05 08:15:00','2033-12-05','08:00:00','08:15:00',NULL),(10796,51,8610,'2033-12-06 08:00:00','2033-12-06 08:15:00','2033-12-06','08:00:00','08:15:00',NULL),(10797,51,8610,'2033-12-07 08:00:00','2033-12-07 08:15:00','2033-12-07','08:00:00','08:15:00',NULL),(10798,51,8610,'2033-12-08 08:00:00','2033-12-08 08:15:00','2033-12-08','08:00:00','08:15:00',NULL),(10799,51,8610,'2033-12-09 08:00:00','2033-12-09 08:15:00','2033-12-09','08:00:00','08:15:00',NULL),(10800,51,8610,'2033-12-12 08:00:00','2033-12-12 08:15:00','2033-12-12','08:00:00','08:15:00',NULL),(10801,51,8610,'2033-12-13 08:00:00','2033-12-13 08:15:00','2033-12-13','08:00:00','08:15:00',NULL),(10802,51,8610,'2033-12-14 08:00:00','2033-12-14 08:15:00','2033-12-14','08:00:00','08:15:00',NULL),(10803,51,8610,'2033-12-15 08:00:00','2033-12-15 08:15:00','2033-12-15','08:00:00','08:15:00',NULL),(10804,51,8610,'2033-12-16 08:00:00','2033-12-16 08:15:00','2033-12-16','08:00:00','08:15:00',NULL),(10805,51,8610,'2033-12-19 08:00:00','2033-12-19 08:15:00','2033-12-19','08:00:00','08:15:00',NULL),(10806,51,8610,'2033-12-20 08:00:00','2033-12-20 08:15:00','2033-12-20','08:00:00','08:15:00',NULL),(10807,51,8610,'2033-12-21 08:00:00','2033-12-21 08:15:00','2033-12-21','08:00:00','08:15:00',NULL),(10808,51,8610,'2033-12-22 08:00:00','2033-12-22 08:15:00','2033-12-22','08:00:00','08:15:00',NULL),(10809,51,8610,'2033-12-23 08:00:00','2033-12-23 08:15:00','2033-12-23','08:00:00','08:15:00',NULL),(10810,51,8610,'2033-12-26 08:00:00','2033-12-26 08:15:00','2033-12-26','08:00:00','08:15:00',NULL),(10811,51,8610,'2033-12-27 08:00:00','2033-12-27 08:15:00','2033-12-27','08:00:00','08:15:00',NULL),(10812,51,8610,'2033-12-28 08:00:00','2033-12-28 08:15:00','2033-12-28','08:00:00','08:15:00',NULL),(10813,51,8610,'2033-12-29 08:00:00','2033-12-29 08:15:00','2033-12-29','08:00:00','08:15:00',NULL),(10814,51,8610,'2033-12-30 08:00:00','2033-12-30 08:15:00','2033-12-30','08:00:00','08:15:00',NULL),(10815,51,8610,'2034-01-02 08:00:00','2034-01-02 08:15:00','2034-01-02','08:00:00','08:15:00',NULL),(10816,51,8610,'2034-01-03 08:00:00','2034-01-03 08:15:00','2034-01-03','08:00:00','08:15:00',NULL),(10817,51,8610,'2034-01-04 08:00:00','2034-01-04 08:15:00','2034-01-04','08:00:00','08:15:00',NULL),(10818,51,8610,'2034-01-05 08:00:00','2034-01-05 08:15:00','2034-01-05','08:00:00','08:15:00',NULL),(10819,51,8610,'2034-01-06 08:00:00','2034-01-06 08:15:00','2034-01-06','08:00:00','08:15:00',NULL),(10820,51,8610,'2034-01-09 08:00:00','2034-01-09 08:15:00','2034-01-09','08:00:00','08:15:00',NULL),(10821,51,8610,'2034-01-10 08:00:00','2034-01-10 08:15:00','2034-01-10','08:00:00','08:15:00',NULL),(10822,51,8610,'2034-01-11 08:00:00','2034-01-11 08:15:00','2034-01-11','08:00:00','08:15:00',NULL),(10823,51,8610,'2034-01-12 08:00:00','2034-01-12 08:15:00','2034-01-12','08:00:00','08:15:00',NULL),(10824,51,8610,'2034-01-13 08:00:00','2034-01-13 08:15:00','2034-01-13','08:00:00','08:15:00',NULL),(10825,51,8610,'2034-01-16 08:00:00','2034-01-16 08:15:00','2034-01-16','08:00:00','08:15:00',NULL),(10826,51,8610,'2034-01-17 08:00:00','2034-01-17 08:15:00','2034-01-17','08:00:00','08:15:00',NULL),(10827,51,8610,'2034-01-18 08:00:00','2034-01-18 08:15:00','2034-01-18','08:00:00','08:15:00',NULL),(10828,51,8610,'2034-01-19 08:00:00','2034-01-19 08:15:00','2034-01-19','08:00:00','08:15:00',NULL),(10829,51,8610,'2034-01-20 08:00:00','2034-01-20 08:15:00','2034-01-20','08:00:00','08:15:00',NULL),(10830,51,8610,'2034-01-23 08:00:00','2034-01-23 08:15:00','2034-01-23','08:00:00','08:15:00',NULL),(10831,51,8610,'2034-01-24 08:00:00','2034-01-24 08:15:00','2034-01-24','08:00:00','08:15:00',NULL),(10832,51,8610,'2034-01-25 08:00:00','2034-01-25 08:15:00','2034-01-25','08:00:00','08:15:00',NULL),(10833,51,8610,'2034-01-26 08:00:00','2034-01-26 08:15:00','2034-01-26','08:00:00','08:15:00',NULL),(10834,51,8610,'2034-01-27 08:00:00','2034-01-27 08:15:00','2034-01-27','08:00:00','08:15:00',NULL),(10835,51,8610,'2034-01-30 08:00:00','2034-01-30 08:15:00','2034-01-30','08:00:00','08:15:00',NULL),(10836,51,8610,'2034-01-31 08:00:00','2034-01-31 08:15:00','2034-01-31','08:00:00','08:15:00',NULL),(10837,51,8610,'2034-02-01 08:00:00','2034-02-01 08:15:00','2034-02-01','08:00:00','08:15:00',NULL),(10838,51,8610,'2034-02-02 08:00:00','2034-02-02 08:15:00','2034-02-02','08:00:00','08:15:00',NULL),(10839,51,8610,'2034-02-03 08:00:00','2034-02-03 08:15:00','2034-02-03','08:00:00','08:15:00',NULL),(10840,51,8610,'2034-02-06 08:00:00','2034-02-06 08:15:00','2034-02-06','08:00:00','08:15:00',NULL),(10841,51,8610,'2034-02-07 08:00:00','2034-02-07 08:15:00','2034-02-07','08:00:00','08:15:00',NULL),(10842,51,8610,'2034-02-08 08:00:00','2034-02-08 08:15:00','2034-02-08','08:00:00','08:15:00',NULL),(10843,51,8610,'2034-02-09 08:00:00','2034-02-09 08:15:00','2034-02-09','08:00:00','08:15:00',NULL),(10844,51,8610,'2034-02-10 08:00:00','2034-02-10 08:15:00','2034-02-10','08:00:00','08:15:00',NULL),(10845,51,8610,'2034-02-13 08:00:00','2034-02-13 08:15:00','2034-02-13','08:00:00','08:15:00',NULL),(10846,51,8610,'2034-02-14 08:00:00','2034-02-14 08:15:00','2034-02-14','08:00:00','08:15:00',NULL),(10847,51,8610,'2034-02-15 08:00:00','2034-02-15 08:15:00','2034-02-15','08:00:00','08:15:00',NULL),(10848,51,8610,'2034-02-16 08:00:00','2034-02-16 08:15:00','2034-02-16','08:00:00','08:15:00',NULL),(10849,51,8610,'2034-02-17 08:00:00','2034-02-17 08:15:00','2034-02-17','08:00:00','08:15:00',NULL),(10850,51,8610,'2034-02-20 08:00:00','2034-02-20 08:15:00','2034-02-20','08:00:00','08:15:00',NULL),(10851,51,8610,'2034-02-21 08:00:00','2034-02-21 08:15:00','2034-02-21','08:00:00','08:15:00',NULL),(10852,51,8610,'2034-02-22 08:00:00','2034-02-22 08:15:00','2034-02-22','08:00:00','08:15:00',NULL),(10853,51,8610,'2034-02-23 08:00:00','2034-02-23 08:15:00','2034-02-23','08:00:00','08:15:00',NULL),(10854,51,8610,'2034-02-24 08:00:00','2034-02-24 08:15:00','2034-02-24','08:00:00','08:15:00',NULL),(10855,51,8610,'2034-02-27 08:00:00','2034-02-27 08:15:00','2034-02-27','08:00:00','08:15:00',NULL),(10856,51,8610,'2034-02-28 08:00:00','2034-02-28 08:15:00','2034-02-28','08:00:00','08:15:00',NULL),(10857,51,8610,'2034-03-01 08:00:00','2034-03-01 08:15:00','2034-03-01','08:00:00','08:15:00',NULL),(10858,51,8610,'2034-03-02 08:00:00','2034-03-02 08:15:00','2034-03-02','08:00:00','08:15:00',NULL),(10859,51,8610,'2034-03-03 08:00:00','2034-03-03 08:15:00','2034-03-03','08:00:00','08:15:00',NULL),(10860,51,8610,'2034-03-06 08:00:00','2034-03-06 08:15:00','2034-03-06','08:00:00','08:15:00',NULL),(10861,51,8610,'2034-03-07 08:00:00','2034-03-07 08:15:00','2034-03-07','08:00:00','08:15:00',NULL),(10862,51,8610,'2034-03-08 08:00:00','2034-03-08 08:15:00','2034-03-08','08:00:00','08:15:00',NULL),(10863,51,8610,'2034-03-09 08:00:00','2034-03-09 08:15:00','2034-03-09','08:00:00','08:15:00',NULL),(10864,51,8610,'2034-03-10 08:00:00','2034-03-10 08:15:00','2034-03-10','08:00:00','08:15:00',NULL),(10865,51,8610,'2034-03-13 08:00:00','2034-03-13 08:15:00','2034-03-13','08:00:00','08:15:00',NULL),(10866,51,8610,'2034-03-14 08:00:00','2034-03-14 08:15:00','2034-03-14','08:00:00','08:15:00',NULL),(10867,51,8610,'2034-03-15 08:00:00','2034-03-15 08:15:00','2034-03-15','08:00:00','08:15:00',NULL),(10868,51,8610,'2034-03-16 08:00:00','2034-03-16 08:15:00','2034-03-16','08:00:00','08:15:00',NULL),(10869,51,8610,'2034-03-17 08:00:00','2034-03-17 08:15:00','2034-03-17','08:00:00','08:15:00',NULL),(10870,51,8610,'2034-03-20 08:00:00','2034-03-20 08:15:00','2034-03-20','08:00:00','08:15:00',NULL),(10871,51,8610,'2034-03-21 08:00:00','2034-03-21 08:15:00','2034-03-21','08:00:00','08:15:00',NULL),(10872,51,8610,'2034-03-22 08:00:00','2034-03-22 08:15:00','2034-03-22','08:00:00','08:15:00',NULL),(10873,51,8610,'2034-03-23 08:00:00','2034-03-23 08:15:00','2034-03-23','08:00:00','08:15:00',NULL),(10874,51,8610,'2034-03-24 08:00:00','2034-03-24 08:15:00','2034-03-24','08:00:00','08:15:00',NULL),(10875,51,8610,'2034-03-27 08:00:00','2034-03-27 08:15:00','2034-03-27','08:00:00','08:15:00',NULL),(10876,51,8610,'2034-03-28 08:00:00','2034-03-28 08:15:00','2034-03-28','08:00:00','08:15:00',NULL),(10877,51,8610,'2034-03-29 08:00:00','2034-03-29 08:15:00','2034-03-29','08:00:00','08:15:00',NULL),(10878,51,8610,'2034-03-30 08:00:00','2034-03-30 08:15:00','2034-03-30','08:00:00','08:15:00',NULL),(10879,51,8610,'2034-03-31 08:00:00','2034-03-31 08:15:00','2034-03-31','08:00:00','08:15:00',NULL),(10880,51,8610,'2034-04-03 08:00:00','2034-04-03 08:15:00','2034-04-03','08:00:00','08:15:00',NULL),(10881,51,8610,'2034-04-04 08:00:00','2034-04-04 08:15:00','2034-04-04','08:00:00','08:15:00',NULL),(10882,51,8610,'2034-04-05 08:00:00','2034-04-05 08:15:00','2034-04-05','08:00:00','08:15:00',NULL),(10883,51,8610,'2034-04-06 08:00:00','2034-04-06 08:15:00','2034-04-06','08:00:00','08:15:00',NULL),(10884,51,8610,'2034-04-07 08:00:00','2034-04-07 08:15:00','2034-04-07','08:00:00','08:15:00',NULL),(10885,51,8610,'2034-04-10 08:00:00','2034-04-10 08:15:00','2034-04-10','08:00:00','08:15:00',NULL),(10886,51,8610,'2034-04-11 08:00:00','2034-04-11 08:15:00','2034-04-11','08:00:00','08:15:00',NULL),(10887,51,8610,'2034-04-12 08:00:00','2034-04-12 08:15:00','2034-04-12','08:00:00','08:15:00',NULL),(10888,51,8610,'2034-04-13 08:00:00','2034-04-13 08:15:00','2034-04-13','08:00:00','08:15:00',NULL),(10889,51,8610,'2034-04-14 08:00:00','2034-04-14 08:15:00','2034-04-14','08:00:00','08:15:00',NULL),(10890,51,8610,'2034-04-17 08:00:00','2034-04-17 08:15:00','2034-04-17','08:00:00','08:15:00',NULL),(10891,51,8610,'2034-04-18 08:00:00','2034-04-18 08:15:00','2034-04-18','08:00:00','08:15:00',NULL),(10892,51,8610,'2034-04-19 08:00:00','2034-04-19 08:15:00','2034-04-19','08:00:00','08:15:00',NULL),(10893,51,8610,'2034-04-20 08:00:00','2034-04-20 08:15:00','2034-04-20','08:00:00','08:15:00',NULL),(10894,51,8610,'2034-04-21 08:00:00','2034-04-21 08:15:00','2034-04-21','08:00:00','08:15:00',NULL),(10895,51,8610,'2034-04-24 08:00:00','2034-04-24 08:15:00','2034-04-24','08:00:00','08:15:00',NULL),(10896,51,8610,'2034-04-25 08:00:00','2034-04-25 08:15:00','2034-04-25','08:00:00','08:15:00',NULL),(10897,51,8610,'2034-04-26 08:00:00','2034-04-26 08:15:00','2034-04-26','08:00:00','08:15:00',NULL),(10898,51,8610,'2034-04-27 08:00:00','2034-04-27 08:15:00','2034-04-27','08:00:00','08:15:00',NULL),(10899,51,8610,'2034-04-28 08:00:00','2034-04-28 08:15:00','2034-04-28','08:00:00','08:15:00',NULL),(10900,51,8610,'2034-05-01 08:00:00','2034-05-01 08:15:00','2034-05-01','08:00:00','08:15:00',NULL),(10901,51,8610,'2034-05-02 08:00:00','2034-05-02 08:15:00','2034-05-02','08:00:00','08:15:00',NULL),(10902,51,8610,'2034-05-03 08:00:00','2034-05-03 08:15:00','2034-05-03','08:00:00','08:15:00',NULL),(10903,51,8610,'2034-05-04 08:00:00','2034-05-04 08:15:00','2034-05-04','08:00:00','08:15:00',NULL),(10904,51,8610,'2034-05-05 08:00:00','2034-05-05 08:15:00','2034-05-05','08:00:00','08:15:00',NULL),(10905,51,8610,'2034-05-08 08:00:00','2034-05-08 08:15:00','2034-05-08','08:00:00','08:15:00',NULL),(10906,51,8610,'2034-05-09 08:00:00','2034-05-09 08:15:00','2034-05-09','08:00:00','08:15:00',NULL),(10907,51,8610,'2034-05-10 08:00:00','2034-05-10 08:15:00','2034-05-10','08:00:00','08:15:00',NULL),(10908,51,8610,'2034-05-11 08:00:00','2034-05-11 08:15:00','2034-05-11','08:00:00','08:15:00',NULL),(10909,51,8610,'2034-05-12 08:00:00','2034-05-12 08:15:00','2034-05-12','08:00:00','08:15:00',NULL),(10910,51,8610,'2034-05-15 08:00:00','2034-05-15 08:15:00','2034-05-15','08:00:00','08:15:00',NULL),(10911,51,8610,'2034-05-16 08:00:00','2034-05-16 08:15:00','2034-05-16','08:00:00','08:15:00',NULL),(10912,51,8610,'2034-05-17 08:00:00','2034-05-17 08:15:00','2034-05-17','08:00:00','08:15:00',NULL),(10913,51,8610,'2034-05-18 08:00:00','2034-05-18 08:15:00','2034-05-18','08:00:00','08:15:00',NULL),(10914,51,8610,'2034-05-19 08:00:00','2034-05-19 08:15:00','2034-05-19','08:00:00','08:15:00',NULL),(10915,51,8610,'2034-05-22 08:00:00','2034-05-22 08:15:00','2034-05-22','08:00:00','08:15:00',NULL),(10916,51,8610,'2034-05-23 08:00:00','2034-05-23 08:15:00','2034-05-23','08:00:00','08:15:00',NULL),(10917,51,8610,'2034-05-24 08:00:00','2034-05-24 08:15:00','2034-05-24','08:00:00','08:15:00',NULL),(10918,51,8610,'2034-05-25 08:00:00','2034-05-25 08:15:00','2034-05-25','08:00:00','08:15:00',NULL),(10919,51,8610,'2034-05-26 08:00:00','2034-05-26 08:15:00','2034-05-26','08:00:00','08:15:00',NULL),(10920,51,8610,'2034-05-29 08:00:00','2034-05-29 08:15:00','2034-05-29','08:00:00','08:15:00',NULL),(10921,51,8610,'2034-05-30 08:00:00','2034-05-30 08:15:00','2034-05-30','08:00:00','08:15:00',NULL),(10922,51,8610,'2034-05-31 08:00:00','2034-05-31 08:15:00','2034-05-31','08:00:00','08:15:00',NULL),(10923,51,8610,'2034-06-01 08:00:00','2034-06-01 08:15:00','2034-06-01','08:00:00','08:15:00',NULL),(10924,51,8610,'2034-06-02 08:00:00','2034-06-02 08:15:00','2034-06-02','08:00:00','08:15:00',NULL),(10925,51,8610,'2034-06-05 08:00:00','2034-06-05 08:15:00','2034-06-05','08:00:00','08:15:00',NULL),(10926,51,8610,'2034-06-06 08:00:00','2034-06-06 08:15:00','2034-06-06','08:00:00','08:15:00',NULL),(10927,51,8610,'2034-06-07 08:00:00','2034-06-07 08:15:00','2034-06-07','08:00:00','08:15:00',NULL),(10928,51,8610,'2034-06-08 08:00:00','2034-06-08 08:15:00','2034-06-08','08:00:00','08:15:00',NULL),(10929,51,8610,'2034-06-09 08:00:00','2034-06-09 08:15:00','2034-06-09','08:00:00','08:15:00',NULL),(10930,51,8610,'2034-06-12 08:00:00','2034-06-12 08:15:00','2034-06-12','08:00:00','08:15:00',NULL),(10931,51,8610,'2034-06-13 08:00:00','2034-06-13 08:15:00','2034-06-13','08:00:00','08:15:00',NULL),(10932,51,8610,'2034-06-14 08:00:00','2034-06-14 08:15:00','2034-06-14','08:00:00','08:15:00',NULL),(10933,51,8610,'2034-06-15 08:00:00','2034-06-15 08:15:00','2034-06-15','08:00:00','08:15:00',NULL),(10934,51,8610,'2034-06-16 08:00:00','2034-06-16 08:15:00','2034-06-16','08:00:00','08:15:00',NULL),(10935,51,8610,'2034-06-19 08:00:00','2034-06-19 08:15:00','2034-06-19','08:00:00','08:15:00',NULL),(10936,51,8610,'2034-06-20 08:00:00','2034-06-20 08:15:00','2034-06-20','08:00:00','08:15:00',NULL),(10937,51,8610,'2034-06-21 08:00:00','2034-06-21 08:15:00','2034-06-21','08:00:00','08:15:00',NULL),(10938,51,8610,'2034-06-22 08:00:00','2034-06-22 08:15:00','2034-06-22','08:00:00','08:15:00',NULL),(10939,51,8610,'2034-06-23 08:00:00','2034-06-23 08:15:00','2034-06-23','08:00:00','08:15:00',NULL),(10940,51,8610,'2034-06-26 08:00:00','2034-06-26 08:15:00','2034-06-26','08:00:00','08:15:00',NULL),(10941,51,8610,'2034-06-27 08:00:00','2034-06-27 08:15:00','2034-06-27','08:00:00','08:15:00',NULL),(10942,51,8610,'2034-06-28 08:00:00','2034-06-28 08:15:00','2034-06-28','08:00:00','08:15:00',NULL),(10943,51,8610,'2034-06-29 08:00:00','2034-06-29 08:15:00','2034-06-29','08:00:00','08:15:00',NULL),(10944,51,8610,'2034-06-30 08:00:00','2034-06-30 08:15:00','2034-06-30','08:00:00','08:15:00',NULL),(10945,51,8610,'2034-07-03 08:00:00','2034-07-03 08:15:00','2034-07-03','08:00:00','08:15:00',NULL),(10946,51,8610,'2034-07-04 08:00:00','2034-07-04 08:15:00','2034-07-04','08:00:00','08:15:00',NULL),(10947,51,8610,'2034-07-05 08:00:00','2034-07-05 08:15:00','2034-07-05','08:00:00','08:15:00',NULL),(10948,51,8610,'2034-07-06 08:00:00','2034-07-06 08:15:00','2034-07-06','08:00:00','08:15:00',NULL),(10949,51,8610,'2034-07-07 08:00:00','2034-07-07 08:15:00','2034-07-07','08:00:00','08:15:00',NULL),(10950,51,8610,'2034-07-10 08:00:00','2034-07-10 08:15:00','2034-07-10','08:00:00','08:15:00',NULL),(10951,51,8610,'2034-07-11 08:00:00','2034-07-11 08:15:00','2034-07-11','08:00:00','08:15:00',NULL),(10952,51,8610,'2034-07-12 08:00:00','2034-07-12 08:15:00','2034-07-12','08:00:00','08:15:00',NULL),(10953,51,8610,'2034-07-13 08:00:00','2034-07-13 08:15:00','2034-07-13','08:00:00','08:15:00',NULL),(10954,51,8610,'2034-07-14 08:00:00','2034-07-14 08:15:00','2034-07-14','08:00:00','08:15:00',NULL),(10955,51,8610,'2034-07-17 08:00:00','2034-07-17 08:15:00','2034-07-17','08:00:00','08:15:00',NULL),(10956,51,8610,'2034-07-18 08:00:00','2034-07-18 08:15:00','2034-07-18','08:00:00','08:15:00',NULL),(10957,51,8610,'2034-07-19 08:00:00','2034-07-19 08:15:00','2034-07-19','08:00:00','08:15:00',NULL),(10958,51,8610,'2034-07-20 08:00:00','2034-07-20 08:15:00','2034-07-20','08:00:00','08:15:00',NULL),(10959,51,8610,'2034-07-21 08:00:00','2034-07-21 08:15:00','2034-07-21','08:00:00','08:15:00',NULL),(10960,51,8610,'2034-07-24 08:00:00','2034-07-24 08:15:00','2034-07-24','08:00:00','08:15:00',NULL),(10961,51,8610,'2034-07-25 08:00:00','2034-07-25 08:15:00','2034-07-25','08:00:00','08:15:00',NULL),(10962,51,8610,'2034-07-26 08:00:00','2034-07-26 08:15:00','2034-07-26','08:00:00','08:15:00',NULL),(10963,51,8610,'2034-07-27 08:00:00','2034-07-27 08:15:00','2034-07-27','08:00:00','08:15:00',NULL),(10964,51,8610,'2034-07-28 08:00:00','2034-07-28 08:15:00','2034-07-28','08:00:00','08:15:00',NULL),(10965,51,8610,'2034-07-31 08:00:00','2034-07-31 08:15:00','2034-07-31','08:00:00','08:15:00',NULL),(10966,51,8610,'2034-08-01 08:00:00','2034-08-01 08:15:00','2034-08-01','08:00:00','08:15:00',NULL),(10967,51,8610,'2034-08-02 08:00:00','2034-08-02 08:15:00','2034-08-02','08:00:00','08:15:00',NULL),(10968,51,8610,'2034-08-03 08:00:00','2034-08-03 08:15:00','2034-08-03','08:00:00','08:15:00',NULL),(10969,51,8610,'2034-08-04 08:00:00','2034-08-04 08:15:00','2034-08-04','08:00:00','08:15:00',NULL),(10970,51,8610,'2034-08-07 08:00:00','2034-08-07 08:15:00','2034-08-07','08:00:00','08:15:00',NULL),(10971,51,8610,'2034-08-08 08:00:00','2034-08-08 08:15:00','2034-08-08','08:00:00','08:15:00',NULL),(10972,51,8610,'2034-08-09 08:00:00','2034-08-09 08:15:00','2034-08-09','08:00:00','08:15:00',NULL),(10973,51,8610,'2034-08-10 08:00:00','2034-08-10 08:15:00','2034-08-10','08:00:00','08:15:00',NULL),(10974,51,8610,'2034-08-11 08:00:00','2034-08-11 08:15:00','2034-08-11','08:00:00','08:15:00',NULL),(10975,51,8610,'2034-08-14 08:00:00','2034-08-14 08:15:00','2034-08-14','08:00:00','08:15:00',NULL),(10976,51,8610,'2034-08-15 08:00:00','2034-08-15 08:15:00','2034-08-15','08:00:00','08:15:00',NULL),(10977,51,8610,'2034-08-16 08:00:00','2034-08-16 08:15:00','2034-08-16','08:00:00','08:15:00',NULL),(10978,51,8610,'2034-08-17 08:00:00','2034-08-17 08:15:00','2034-08-17','08:00:00','08:15:00',NULL),(10979,51,8610,'2034-08-18 08:00:00','2034-08-18 08:15:00','2034-08-18','08:00:00','08:15:00',NULL),(10980,51,8610,'2034-08-21 08:00:00','2034-08-21 08:15:00','2034-08-21','08:00:00','08:15:00',NULL),(10981,51,8610,'2034-08-22 08:00:00','2034-08-22 08:15:00','2034-08-22','08:00:00','08:15:00',NULL),(10982,51,8610,'2034-08-23 08:00:00','2034-08-23 08:15:00','2034-08-23','08:00:00','08:15:00',NULL),(10983,51,8610,'2034-08-24 08:00:00','2034-08-24 08:15:00','2034-08-24','08:00:00','08:15:00',NULL),(10984,51,8610,'2034-08-25 08:00:00','2034-08-25 08:15:00','2034-08-25','08:00:00','08:15:00',NULL),(10985,51,8610,'2034-08-28 08:00:00','2034-08-28 08:15:00','2034-08-28','08:00:00','08:15:00',NULL),(10986,51,8610,'2034-08-29 08:00:00','2034-08-29 08:15:00','2034-08-29','08:00:00','08:15:00',NULL),(10987,51,8610,'2034-08-30 08:00:00','2034-08-30 08:15:00','2034-08-30','08:00:00','08:15:00',NULL),(10988,51,8610,'2034-08-31 08:00:00','2034-08-31 08:15:00','2034-08-31','08:00:00','08:15:00',NULL),(10989,51,8610,'2034-09-01 08:00:00','2034-09-01 08:15:00','2034-09-01','08:00:00','08:15:00',NULL),(10990,51,8610,'2034-09-04 08:00:00','2034-09-04 08:15:00','2034-09-04','08:00:00','08:15:00',NULL),(10991,51,8610,'2034-09-05 08:00:00','2034-09-05 08:15:00','2034-09-05','08:00:00','08:15:00',NULL),(10992,51,8610,'2034-09-06 08:00:00','2034-09-06 08:15:00','2034-09-06','08:00:00','08:15:00',NULL),(10993,51,8610,'2034-09-07 08:00:00','2034-09-07 08:15:00','2034-09-07','08:00:00','08:15:00',NULL),(10994,51,8610,'2034-09-08 08:00:00','2034-09-08 08:15:00','2034-09-08','08:00:00','08:15:00',NULL),(10995,51,8610,'2034-09-11 08:00:00','2034-09-11 08:15:00','2034-09-11','08:00:00','08:15:00',NULL),(10996,51,8610,'2034-09-12 08:00:00','2034-09-12 08:15:00','2034-09-12','08:00:00','08:15:00',NULL),(10997,51,8610,'2034-09-13 08:00:00','2034-09-13 08:15:00','2034-09-13','08:00:00','08:15:00',NULL),(10998,51,8610,'2034-09-14 08:00:00','2034-09-14 08:15:00','2034-09-14','08:00:00','08:15:00',NULL),(10999,51,8610,'2034-09-15 08:00:00','2034-09-15 08:15:00','2034-09-15','08:00:00','08:15:00',NULL),(11000,51,8610,'2034-09-18 08:00:00','2034-09-18 08:15:00','2034-09-18','08:00:00','08:15:00',NULL),(11001,51,8610,'2034-09-19 08:00:00','2034-09-19 08:15:00','2034-09-19','08:00:00','08:15:00',NULL),(11002,51,8610,'2034-09-20 08:00:00','2034-09-20 08:15:00','2034-09-20','08:00:00','08:15:00',NULL),(11003,51,8610,'2034-09-21 08:00:00','2034-09-21 08:15:00','2034-09-21','08:00:00','08:15:00',NULL),(11004,51,8610,'2034-09-22 08:00:00','2034-09-22 08:15:00','2034-09-22','08:00:00','08:15:00',NULL),(11005,51,8610,'2034-09-25 08:00:00','2034-09-25 08:15:00','2034-09-25','08:00:00','08:15:00',NULL),(11006,51,8610,'2034-09-26 08:00:00','2034-09-26 08:15:00','2034-09-26','08:00:00','08:15:00',NULL),(11007,51,8610,'2034-09-27 08:00:00','2034-09-27 08:15:00','2034-09-27','08:00:00','08:15:00',NULL),(11008,51,8610,'2034-09-28 08:00:00','2034-09-28 08:15:00','2034-09-28','08:00:00','08:15:00',NULL),(11009,51,8610,'2034-09-29 08:00:00','2034-09-29 08:15:00','2034-09-29','08:00:00','08:15:00',NULL),(11010,51,8610,'2034-10-02 08:00:00','2034-10-02 08:15:00','2034-10-02','08:00:00','08:15:00',NULL),(11011,51,8610,'2034-10-03 08:00:00','2034-10-03 08:15:00','2034-10-03','08:00:00','08:15:00',NULL),(11012,51,8610,'2034-10-04 08:00:00','2034-10-04 08:15:00','2034-10-04','08:00:00','08:15:00',NULL),(11013,51,8610,'2034-10-05 08:00:00','2034-10-05 08:15:00','2034-10-05','08:00:00','08:15:00',NULL),(11014,51,8610,'2034-10-06 08:00:00','2034-10-06 08:15:00','2034-10-06','08:00:00','08:15:00',NULL),(11015,51,8610,'2034-10-09 08:00:00','2034-10-09 08:15:00','2034-10-09','08:00:00','08:15:00',NULL),(11016,51,8610,'2034-10-10 08:00:00','2034-10-10 08:15:00','2034-10-10','08:00:00','08:15:00',NULL),(11017,51,8610,'2034-10-11 08:00:00','2034-10-11 08:15:00','2034-10-11','08:00:00','08:15:00',NULL),(11018,51,8610,'2034-10-12 08:00:00','2034-10-12 08:15:00','2034-10-12','08:00:00','08:15:00',NULL),(11019,51,8610,'2034-10-13 08:00:00','2034-10-13 08:15:00','2034-10-13','08:00:00','08:15:00',NULL),(11020,51,8610,'2034-10-16 08:00:00','2034-10-16 08:15:00','2034-10-16','08:00:00','08:15:00',NULL),(11021,51,8610,'2034-10-17 08:00:00','2034-10-17 08:15:00','2034-10-17','08:00:00','08:15:00',NULL),(11022,51,8610,'2034-10-18 08:00:00','2034-10-18 08:15:00','2034-10-18','08:00:00','08:15:00',NULL),(11023,51,8610,'2034-10-19 08:00:00','2034-10-19 08:15:00','2034-10-19','08:00:00','08:15:00',NULL),(11024,51,8610,'2034-10-20 08:00:00','2034-10-20 08:15:00','2034-10-20','08:00:00','08:15:00',NULL),(11025,51,8610,'2034-10-23 08:00:00','2034-10-23 08:15:00','2034-10-23','08:00:00','08:15:00',NULL),(11026,51,8610,'2034-10-24 08:00:00','2034-10-24 08:15:00','2034-10-24','08:00:00','08:15:00',NULL),(11027,51,8610,'2034-10-25 08:00:00','2034-10-25 08:15:00','2034-10-25','08:00:00','08:15:00',NULL),(11028,51,8610,'2034-10-26 08:00:00','2034-10-26 08:15:00','2034-10-26','08:00:00','08:15:00',NULL),(11029,51,8610,'2034-10-27 08:00:00','2034-10-27 08:15:00','2034-10-27','08:00:00','08:15:00',NULL),(11030,51,8610,'2034-10-30 08:00:00','2034-10-30 08:15:00','2034-10-30','08:00:00','08:15:00',NULL),(11031,51,8610,'2034-10-31 08:00:00','2034-10-31 08:15:00','2034-10-31','08:00:00','08:15:00',NULL),(11032,51,8610,'2034-11-01 08:00:00','2034-11-01 08:15:00','2034-11-01','08:00:00','08:15:00',NULL),(11033,51,8610,'2034-11-02 08:00:00','2034-11-02 08:15:00','2034-11-02','08:00:00','08:15:00',NULL),(11034,51,8610,'2034-11-03 08:00:00','2034-11-03 08:15:00','2034-11-03','08:00:00','08:15:00',NULL),(11035,51,8610,'2034-11-06 08:00:00','2034-11-06 08:15:00','2034-11-06','08:00:00','08:15:00',NULL),(11036,51,8610,'2034-11-07 08:00:00','2034-11-07 08:15:00','2034-11-07','08:00:00','08:15:00',NULL),(11037,51,8610,'2034-11-08 08:00:00','2034-11-08 08:15:00','2034-11-08','08:00:00','08:15:00',NULL),(11038,51,8610,'2034-11-09 08:00:00','2034-11-09 08:15:00','2034-11-09','08:00:00','08:15:00',NULL),(11039,51,8610,'2034-11-10 08:00:00','2034-11-10 08:15:00','2034-11-10','08:00:00','08:15:00',NULL),(11040,51,8610,'2034-11-13 08:00:00','2034-11-13 08:15:00','2034-11-13','08:00:00','08:15:00',NULL),(11041,51,8610,'2034-11-14 08:00:00','2034-11-14 08:15:00','2034-11-14','08:00:00','08:15:00',NULL),(11042,51,8610,'2034-11-15 08:00:00','2034-11-15 08:15:00','2034-11-15','08:00:00','08:15:00',NULL),(11043,51,8610,'2034-11-16 08:00:00','2034-11-16 08:15:00','2034-11-16','08:00:00','08:15:00',NULL),(11044,51,8610,'2034-11-17 08:00:00','2034-11-17 08:15:00','2034-11-17','08:00:00','08:15:00',NULL),(11045,51,8610,'2034-11-20 08:00:00','2034-11-20 08:15:00','2034-11-20','08:00:00','08:15:00',NULL),(11046,51,8610,'2034-11-21 08:00:00','2034-11-21 08:15:00','2034-11-21','08:00:00','08:15:00',NULL),(11047,51,8610,'2034-11-22 08:00:00','2034-11-22 08:15:00','2034-11-22','08:00:00','08:15:00',NULL),(11048,51,8610,'2034-11-23 08:00:00','2034-11-23 08:15:00','2034-11-23','08:00:00','08:15:00',NULL),(11049,51,8610,'2034-11-24 08:00:00','2034-11-24 08:15:00','2034-11-24','08:00:00','08:15:00',NULL),(11050,51,8610,'2034-11-27 08:00:00','2034-11-27 08:15:00','2034-11-27','08:00:00','08:15:00',NULL),(11051,51,8610,'2034-11-28 08:00:00','2034-11-28 08:15:00','2034-11-28','08:00:00','08:15:00',NULL),(11052,51,8610,'2034-11-29 08:00:00','2034-11-29 08:15:00','2034-11-29','08:00:00','08:15:00',NULL),(11053,51,8610,'2034-11-30 08:00:00','2034-11-30 08:15:00','2034-11-30','08:00:00','08:15:00',NULL),(11054,51,8610,'2034-12-01 08:00:00','2034-12-01 08:15:00','2034-12-01','08:00:00','08:15:00',NULL),(11055,51,8610,'2034-12-04 08:00:00','2034-12-04 08:15:00','2034-12-04','08:00:00','08:15:00',NULL),(11056,51,8610,'2034-12-05 08:00:00','2034-12-05 08:15:00','2034-12-05','08:00:00','08:15:00',NULL),(11057,51,8610,'2034-12-06 08:00:00','2034-12-06 08:15:00','2034-12-06','08:00:00','08:15:00',NULL),(11058,51,8610,'2034-12-07 08:00:00','2034-12-07 08:15:00','2034-12-07','08:00:00','08:15:00',NULL),(11059,51,8610,'2034-12-08 08:00:00','2034-12-08 08:15:00','2034-12-08','08:00:00','08:15:00',NULL),(11060,51,8610,'2034-12-11 08:00:00','2034-12-11 08:15:00','2034-12-11','08:00:00','08:15:00',NULL),(11061,51,8610,'2034-12-12 08:00:00','2034-12-12 08:15:00','2034-12-12','08:00:00','08:15:00',NULL),(11062,51,8610,'2034-12-13 08:00:00','2034-12-13 08:15:00','2034-12-13','08:00:00','08:15:00',NULL),(11063,51,8610,'2034-12-14 08:00:00','2034-12-14 08:15:00','2034-12-14','08:00:00','08:15:00',NULL),(11064,51,8610,'2034-12-15 08:00:00','2034-12-15 08:15:00','2034-12-15','08:00:00','08:15:00',NULL),(11065,51,8610,'2034-12-18 08:00:00','2034-12-18 08:15:00','2034-12-18','08:00:00','08:15:00',NULL),(11066,51,8610,'2034-12-19 08:00:00','2034-12-19 08:15:00','2034-12-19','08:00:00','08:15:00',NULL),(11067,51,8610,'2034-12-20 08:00:00','2034-12-20 08:15:00','2034-12-20','08:00:00','08:15:00',NULL),(11068,51,8610,'2034-12-21 08:00:00','2034-12-21 08:15:00','2034-12-21','08:00:00','08:15:00',NULL),(11069,51,8610,'2034-12-22 08:00:00','2034-12-22 08:15:00','2034-12-22','08:00:00','08:15:00',NULL),(11070,51,8610,'2034-12-25 08:00:00','2034-12-25 08:15:00','2034-12-25','08:00:00','08:15:00',NULL),(11071,51,8610,'2034-12-26 08:00:00','2034-12-26 08:15:00','2034-12-26','08:00:00','08:15:00',NULL),(11072,51,8610,'2034-12-27 08:00:00','2034-12-27 08:15:00','2034-12-27','08:00:00','08:15:00',NULL),(11073,51,8610,'2034-12-28 08:00:00','2034-12-28 08:15:00','2034-12-28','08:00:00','08:15:00',NULL),(11074,51,8610,'2034-12-29 08:00:00','2034-12-29 08:15:00','2034-12-29','08:00:00','08:15:00',NULL),(11075,51,8610,'2035-01-01 08:00:00','2035-01-01 08:15:00','2035-01-01','08:00:00','08:15:00',NULL),(11076,51,11076,'2025-11-08 10:00:00','2025-11-08 11:00:00','2025-11-08','10:00:00','11:00:00',NULL),(11077,51,11076,'2025-11-15 10:00:00','2025-11-15 11:00:00','2025-11-15','10:00:00','11:00:00',NULL),(11078,51,11076,'2025-11-22 10:00:00','2025-11-22 11:00:00','2025-11-22','10:00:00','11:00:00',NULL),(11080,51,11080,'2025-11-07 08:45:00','2025-11-07 09:00:00','2025-11-07','08:45:00','09:00:00',NULL),(11081,51,11081,'2025-11-07 08:30:00','2025-11-07 08:45:00','2025-11-07','08:30:00','08:45:00',NULL),(11082,51,11081,'2025-11-08 08:30:00','2025-11-08 08:45:00','2025-11-08','08:30:00','08:45:00',NULL),(11083,51,11081,'2025-11-09 08:30:00','2025-11-09 08:45:00','2025-11-09','08:30:00','08:45:00',NULL),(11084,51,11081,'2025-11-10 08:30:00','2025-11-10 08:45:00','2025-11-10','08:30:00','08:45:00',NULL),(11085,51,11081,'2025-11-11 08:30:00','2025-11-11 08:45:00','2025-11-11','08:30:00','08:45:00',NULL),(11086,51,11081,'2025-11-12 08:30:00','2025-11-12 08:45:00','2025-11-12','08:30:00','08:45:00',NULL),(11087,51,11081,'2025-11-13 08:30:00','2025-11-13 08:45:00','2025-11-13','08:30:00','08:45:00',NULL),(11088,51,11081,'2025-11-14 08:30:00','2025-11-14 08:45:00','2025-11-14','08:30:00','08:45:00',NULL),(11089,51,11081,'2025-11-15 08:30:00','2025-11-15 08:45:00','2025-11-15','08:30:00','08:45:00',NULL),(11090,51,11081,'2025-11-16 08:30:00','2025-11-16 08:45:00','2025-11-16','08:30:00','08:45:00',NULL),(11091,51,11081,'2025-11-17 08:30:00','2025-11-17 08:45:00','2025-11-17','08:30:00','08:45:00',NULL),(11092,51,11081,'2025-11-18 08:30:00','2025-11-18 08:45:00','2025-11-18','08:30:00','08:45:00',NULL),(11093,51,11081,'2025-11-19 08:30:00','2025-11-19 08:45:00','2025-11-19','08:30:00','08:45:00',NULL),(11094,51,11081,'2025-11-20 08:30:00','2025-11-20 08:45:00','2025-11-20','08:30:00','08:45:00',NULL),(11095,51,11081,'2025-11-21 08:30:00','2025-11-21 08:45:00','2025-11-21','08:30:00','08:45:00',NULL),(11096,51,11081,'2025-11-22 08:30:00','2025-11-22 08:45:00','2025-11-22','08:30:00','08:45:00',NULL),(11097,51,11081,'2025-11-23 08:30:00','2025-11-23 08:45:00','2025-11-23','08:30:00','08:45:00',NULL),(11098,51,11081,'2025-11-24 08:30:00','2025-11-24 08:45:00','2025-11-24','08:30:00','08:45:00',NULL),(11099,51,11081,'2025-11-25 08:30:00','2025-11-25 08:45:00','2025-11-25','08:30:00','08:45:00',NULL),(11100,51,11081,'2025-11-26 08:30:00','2025-11-26 08:45:00','2025-11-26','08:30:00','08:45:00',NULL),(11101,51,11081,'2025-11-27 08:30:00','2025-11-27 08:45:00','2025-11-27','08:30:00','08:45:00',NULL),(11110,51,11110,'2025-11-12 08:45:00','2025-11-12 09:00:00','2025-11-12','08:45:00','09:00:00',NULL),(11111,51,11110,'2025-11-13 08:45:00','2025-11-13 09:00:00','2025-11-13','08:45:00','09:00:00',NULL),(11112,51,11110,'2025-11-14 08:45:00','2025-11-14 09:00:00','2025-11-14','08:45:00','09:00:00',NULL),(11113,51,11110,'2025-11-17 08:45:00','2025-11-17 09:00:00','2025-11-17','08:45:00','09:00:00',NULL),(11114,51,11110,'2025-11-18 08:45:00','2025-11-18 09:00:00','2025-11-18','08:45:00','09:00:00',NULL),(11115,51,11110,'2025-11-19 08:45:00','2025-11-19 09:00:00','2025-11-19','08:45:00','09:00:00',NULL),(11116,51,11110,'2025-11-20 08:45:00','2025-11-20 09:00:00','2025-11-20','08:45:00','09:00:00',NULL),(11117,51,11110,'2025-11-21 08:45:00','2025-11-21 09:00:00','2025-11-21','08:45:00','09:00:00',NULL),(11118,51,11110,'2025-11-24 08:45:00','2025-11-24 09:00:00','2025-11-24','08:45:00','09:00:00',NULL),(11119,51,11110,'2025-11-25 08:45:00','2025-11-25 09:00:00','2025-11-25','08:45:00','09:00:00',NULL),(11120,51,11110,'2025-11-26 08:45:00','2025-11-26 09:00:00','2025-11-26','08:45:00','09:00:00',NULL),(11121,51,11110,'2025-11-27 08:45:00','2025-11-27 09:00:00','2025-11-27','08:45:00','09:00:00',NULL),(11141,51,11110,'2025-12-25 08:45:00','2025-12-25 09:00:00','2025-12-25','08:45:00','09:00:00',NULL),(11142,51,11110,'2025-12-26 08:45:00','2025-12-26 09:00:00','2025-12-26','08:45:00','09:00:00',NULL),(11143,51,11110,'2025-12-29 08:45:00','2025-12-29 09:00:00','2025-12-29','08:45:00','09:00:00',NULL),(11144,51,11110,'2025-12-30 08:45:00','2025-12-30 09:00:00','2025-12-30','08:45:00','09:00:00',NULL),(11145,51,11110,'2025-12-31 08:45:00','2025-12-31 09:00:00','2025-12-31','08:45:00','09:00:00',NULL),(11146,51,11110,'2026-01-01 08:45:00','2026-01-01 09:00:00','2026-01-01','08:45:00','09:00:00',NULL),(11147,51,11110,'2026-01-02 08:45:00','2026-01-02 09:00:00','2026-01-02','08:45:00','09:00:00',NULL),(11148,51,11110,'2026-01-05 08:45:00','2026-01-05 09:00:00','2026-01-05','08:45:00','09:00:00',NULL),(11149,51,11110,'2026-01-06 08:45:00','2026-01-06 09:00:00','2026-01-06','08:45:00','09:00:00',NULL),(11150,51,11110,'2026-01-07 08:45:00','2026-01-07 09:00:00','2026-01-07','08:45:00','09:00:00',NULL),(11151,51,11110,'2026-01-08 08:45:00','2026-01-08 09:00:00','2026-01-08','08:45:00','09:00:00',NULL),(11152,51,11110,'2026-01-09 08:45:00','2026-01-09 09:00:00','2026-01-09','08:45:00','09:00:00',NULL),(11153,51,11110,'2026-01-12 08:45:00','2026-01-12 09:00:00','2026-01-12','08:45:00','09:00:00',NULL),(11154,51,11110,'2026-01-13 08:45:00','2026-01-13 09:00:00','2026-01-13','08:45:00','09:00:00',NULL),(11155,51,11110,'2026-01-14 08:45:00','2026-01-14 09:00:00','2026-01-14','08:45:00','09:00:00',NULL),(11156,51,11110,'2026-01-15 08:45:00','2026-01-15 09:00:00','2026-01-15','08:45:00','09:00:00',NULL),(11157,51,11110,'2026-01-16 08:45:00','2026-01-16 09:00:00','2026-01-16','08:45:00','09:00:00',NULL),(11158,51,11110,'2026-01-19 08:45:00','2026-01-19 09:00:00','2026-01-19','08:45:00','09:00:00',NULL),(11159,51,11110,'2026-01-20 08:45:00','2026-01-20 09:00:00','2026-01-20','08:45:00','09:00:00',NULL),(11160,51,11110,'2026-01-21 08:45:00','2026-01-21 09:00:00','2026-01-21','08:45:00','09:00:00',NULL),(11161,51,11110,'2026-01-22 08:45:00','2026-01-22 09:00:00','2026-01-22','08:45:00','09:00:00',NULL),(11162,51,11110,'2026-01-23 08:45:00','2026-01-23 09:00:00','2026-01-23','08:45:00','09:00:00',NULL),(11163,51,11110,'2026-01-26 08:45:00','2026-01-26 09:00:00','2026-01-26','08:45:00','09:00:00',NULL),(11164,51,11110,'2026-01-27 08:45:00','2026-01-27 09:00:00','2026-01-27','08:45:00','09:00:00',NULL),(11165,51,11110,'2026-01-28 08:45:00','2026-01-28 09:00:00','2026-01-28','08:45:00','09:00:00',NULL),(11166,51,11110,'2026-01-29 08:45:00','2026-01-29 09:00:00','2026-01-29','08:45:00','09:00:00',NULL),(11167,51,11110,'2026-01-30 08:45:00','2026-01-30 09:00:00','2026-01-30','08:45:00','09:00:00',NULL),(11168,51,11110,'2026-02-02 08:45:00','2026-02-02 09:00:00','2026-02-02','08:45:00','09:00:00',NULL),(11169,51,11110,'2026-02-03 08:45:00','2026-02-03 09:00:00','2026-02-03','08:45:00','09:00:00',NULL),(11170,51,11110,'2026-02-04 08:45:00','2026-02-04 09:00:00','2026-02-04','08:45:00','09:00:00',NULL),(11171,51,11110,'2026-02-05 08:45:00','2026-02-05 09:00:00','2026-02-05','08:45:00','09:00:00',NULL),(11172,51,11110,'2026-02-06 08:45:00','2026-02-06 09:00:00','2026-02-06','08:45:00','09:00:00',NULL),(11173,51,11110,'2026-02-09 08:45:00','2026-02-09 09:00:00','2026-02-09','08:45:00','09:00:00',NULL),(11174,51,11110,'2026-02-10 08:45:00','2026-02-10 09:00:00','2026-02-10','08:45:00','09:00:00',NULL),(11175,51,11110,'2026-02-11 08:45:00','2026-02-11 09:00:00','2026-02-11','08:45:00','09:00:00',NULL),(11176,51,11110,'2026-02-12 08:45:00','2026-02-12 09:00:00','2026-02-12','08:45:00','09:00:00',NULL),(11177,51,11110,'2026-02-13 08:45:00','2026-02-13 09:00:00','2026-02-13','08:45:00','09:00:00',NULL),(11178,51,11110,'2026-02-16 08:45:00','2026-02-16 09:00:00','2026-02-16','08:45:00','09:00:00',NULL),(11179,51,11110,'2026-02-17 08:45:00','2026-02-17 09:00:00','2026-02-17','08:45:00','09:00:00',NULL),(11180,51,11110,'2026-02-18 08:45:00','2026-02-18 09:00:00','2026-02-18','08:45:00','09:00:00',NULL),(11181,51,11110,'2026-02-19 08:45:00','2026-02-19 09:00:00','2026-02-19','08:45:00','09:00:00',NULL),(11182,51,11110,'2026-02-20 08:45:00','2026-02-20 09:00:00','2026-02-20','08:45:00','09:00:00',NULL),(11183,51,11110,'2026-02-23 08:45:00','2026-02-23 09:00:00','2026-02-23','08:45:00','09:00:00',NULL),(11184,51,11110,'2026-02-24 08:45:00','2026-02-24 09:00:00','2026-02-24','08:45:00','09:00:00',NULL),(11185,51,11110,'2026-02-25 08:45:00','2026-02-25 09:00:00','2026-02-25','08:45:00','09:00:00',NULL),(11186,51,11110,'2026-02-26 08:45:00','2026-02-26 09:00:00','2026-02-26','08:45:00','09:00:00',NULL),(11187,51,11110,'2026-02-27 08:45:00','2026-02-27 09:00:00','2026-02-27','08:45:00','09:00:00',NULL),(11188,51,11110,'2026-03-02 08:45:00','2026-03-02 09:00:00','2026-03-02','08:45:00','09:00:00',NULL),(11189,51,11110,'2026-03-03 08:45:00','2026-03-03 09:00:00','2026-03-03','08:45:00','09:00:00',NULL),(11190,51,11110,'2026-03-04 08:45:00','2026-03-04 09:00:00','2026-03-04','08:45:00','09:00:00',NULL),(11191,51,11110,'2026-03-05 08:45:00','2026-03-05 09:00:00','2026-03-05','08:45:00','09:00:00',NULL),(11192,51,11110,'2026-03-06 08:45:00','2026-03-06 09:00:00','2026-03-06','08:45:00','09:00:00',NULL),(11193,51,11110,'2026-03-09 08:45:00','2026-03-09 09:00:00','2026-03-09','08:45:00','09:00:00',NULL),(11194,51,11110,'2026-03-10 08:45:00','2026-03-10 09:00:00','2026-03-10','08:45:00','09:00:00',NULL),(11195,51,11110,'2026-03-11 08:45:00','2026-03-11 09:00:00','2026-03-11','08:45:00','09:00:00',NULL),(11196,51,11110,'2026-03-12 08:45:00','2026-03-12 09:00:00','2026-03-12','08:45:00','09:00:00',NULL),(11197,51,11110,'2026-03-13 08:45:00','2026-03-13 09:00:00','2026-03-13','08:45:00','09:00:00',NULL),(11198,51,11110,'2026-03-16 08:45:00','2026-03-16 09:00:00','2026-03-16','08:45:00','09:00:00',NULL),(11199,51,11110,'2026-03-17 08:45:00','2026-03-17 09:00:00','2026-03-17','08:45:00','09:00:00',NULL),(11200,51,11110,'2026-03-18 08:45:00','2026-03-18 09:00:00','2026-03-18','08:45:00','09:00:00',NULL),(11201,51,11110,'2026-03-19 08:45:00','2026-03-19 09:00:00','2026-03-19','08:45:00','09:00:00',NULL),(11202,51,11110,'2026-03-20 08:45:00','2026-03-20 09:00:00','2026-03-20','08:45:00','09:00:00',NULL),(11203,51,11110,'2026-03-23 08:45:00','2026-03-23 09:00:00','2026-03-23','08:45:00','09:00:00',NULL),(11204,51,11110,'2026-03-24 08:45:00','2026-03-24 09:00:00','2026-03-24','08:45:00','09:00:00',NULL),(11205,51,11110,'2026-03-25 08:45:00','2026-03-25 09:00:00','2026-03-25','08:45:00','09:00:00',NULL),(11206,51,11110,'2026-03-26 08:45:00','2026-03-26 09:00:00','2026-03-26','08:45:00','09:00:00',NULL),(11207,51,11110,'2026-03-27 08:45:00','2026-03-27 09:00:00','2026-03-27','08:45:00','09:00:00',NULL),(11208,51,11110,'2026-03-30 08:45:00','2026-03-30 09:00:00','2026-03-30','08:45:00','09:00:00',NULL),(11209,51,11110,'2026-03-31 08:45:00','2026-03-31 09:00:00','2026-03-31','08:45:00','09:00:00',NULL),(11210,51,11110,'2026-04-01 08:45:00','2026-04-01 09:00:00','2026-04-01','08:45:00','09:00:00',NULL),(11211,51,11110,'2026-04-02 08:45:00','2026-04-02 09:00:00','2026-04-02','08:45:00','09:00:00',NULL),(11212,51,11110,'2026-04-03 08:45:00','2026-04-03 09:00:00','2026-04-03','08:45:00','09:00:00',NULL),(11213,51,11110,'2026-04-06 08:45:00','2026-04-06 09:00:00','2026-04-06','08:45:00','09:00:00',NULL),(11214,51,11110,'2026-04-07 08:45:00','2026-04-07 09:00:00','2026-04-07','08:45:00','09:00:00',NULL),(11215,51,11110,'2026-04-08 08:45:00','2026-04-08 09:00:00','2026-04-08','08:45:00','09:00:00',NULL),(11216,51,11110,'2026-04-09 08:45:00','2026-04-09 09:00:00','2026-04-09','08:45:00','09:00:00',NULL),(11217,51,11110,'2026-04-10 08:45:00','2026-04-10 09:00:00','2026-04-10','08:45:00','09:00:00',NULL),(11218,51,11110,'2026-04-13 08:45:00','2026-04-13 09:00:00','2026-04-13','08:45:00','09:00:00',NULL),(11219,51,11110,'2026-04-14 08:45:00','2026-04-14 09:00:00','2026-04-14','08:45:00','09:00:00',NULL),(11220,51,11110,'2026-04-15 08:45:00','2026-04-15 09:00:00','2026-04-15','08:45:00','09:00:00',NULL),(11221,51,11110,'2026-04-16 08:45:00','2026-04-16 09:00:00','2026-04-16','08:45:00','09:00:00',NULL),(11222,51,11110,'2026-04-17 08:45:00','2026-04-17 09:00:00','2026-04-17','08:45:00','09:00:00',NULL),(11223,51,11110,'2026-04-20 08:45:00','2026-04-20 09:00:00','2026-04-20','08:45:00','09:00:00',NULL),(11224,51,11110,'2026-04-21 08:45:00','2026-04-21 09:00:00','2026-04-21','08:45:00','09:00:00',NULL),(11225,51,11110,'2026-04-22 08:45:00','2026-04-22 09:00:00','2026-04-22','08:45:00','09:00:00',NULL),(11226,51,11110,'2026-04-23 08:45:00','2026-04-23 09:00:00','2026-04-23','08:45:00','09:00:00',NULL),(11227,51,11110,'2026-04-24 08:45:00','2026-04-24 09:00:00','2026-04-24','08:45:00','09:00:00',NULL),(11228,51,11110,'2026-04-27 08:45:00','2026-04-27 09:00:00','2026-04-27','08:45:00','09:00:00',NULL),(11229,51,11110,'2026-04-28 08:45:00','2026-04-28 09:00:00','2026-04-28','08:45:00','09:00:00',NULL),(11230,51,11110,'2026-04-29 08:45:00','2026-04-29 09:00:00','2026-04-29','08:45:00','09:00:00',NULL),(11231,51,11110,'2026-04-30 08:45:00','2026-04-30 09:00:00','2026-04-30','08:45:00','09:00:00',NULL),(11232,51,11110,'2026-05-01 08:45:00','2026-05-01 09:00:00','2026-05-01','08:45:00','09:00:00',NULL),(11233,51,11110,'2026-05-04 08:45:00','2026-05-04 09:00:00','2026-05-04','08:45:00','09:00:00',NULL),(11234,51,11110,'2026-05-05 08:45:00','2026-05-05 09:00:00','2026-05-05','08:45:00','09:00:00',NULL),(11235,51,11110,'2026-05-06 08:45:00','2026-05-06 09:00:00','2026-05-06','08:45:00','09:00:00',NULL),(11236,51,11110,'2026-05-07 08:45:00','2026-05-07 09:00:00','2026-05-07','08:45:00','09:00:00',NULL),(11237,51,11110,'2026-05-08 08:45:00','2026-05-08 09:00:00','2026-05-08','08:45:00','09:00:00',NULL),(11238,51,11110,'2026-05-11 08:45:00','2026-05-11 09:00:00','2026-05-11','08:45:00','09:00:00',NULL),(11239,51,11110,'2026-05-12 08:45:00','2026-05-12 09:00:00','2026-05-12','08:45:00','09:00:00',NULL),(11240,51,11110,'2026-05-13 08:45:00','2026-05-13 09:00:00','2026-05-13','08:45:00','09:00:00',NULL),(11241,51,11110,'2026-05-14 08:45:00','2026-05-14 09:00:00','2026-05-14','08:45:00','09:00:00',NULL),(11242,51,11110,'2026-05-15 08:45:00','2026-05-15 09:00:00','2026-05-15','08:45:00','09:00:00',NULL),(11243,51,11110,'2026-05-18 08:45:00','2026-05-18 09:00:00','2026-05-18','08:45:00','09:00:00',NULL),(11244,51,11110,'2026-05-19 08:45:00','2026-05-19 09:00:00','2026-05-19','08:45:00','09:00:00',NULL),(11245,51,11110,'2026-05-20 08:45:00','2026-05-20 09:00:00','2026-05-20','08:45:00','09:00:00',NULL),(11246,51,11110,'2026-05-21 08:45:00','2026-05-21 09:00:00','2026-05-21','08:45:00','09:00:00',NULL),(11247,51,11110,'2026-05-22 08:45:00','2026-05-22 09:00:00','2026-05-22','08:45:00','09:00:00',NULL),(11248,51,11110,'2026-05-25 08:45:00','2026-05-25 09:00:00','2026-05-25','08:45:00','09:00:00',NULL),(11249,51,11110,'2026-05-26 08:45:00','2026-05-26 09:00:00','2026-05-26','08:45:00','09:00:00',NULL),(11250,51,11110,'2026-05-27 08:45:00','2026-05-27 09:00:00','2026-05-27','08:45:00','09:00:00',NULL),(11251,51,11110,'2026-05-28 08:45:00','2026-05-28 09:00:00','2026-05-28','08:45:00','09:00:00',NULL),(11252,51,11110,'2026-05-29 08:45:00','2026-05-29 09:00:00','2026-05-29','08:45:00','09:00:00',NULL),(11253,51,11110,'2026-06-01 08:45:00','2026-06-01 09:00:00','2026-06-01','08:45:00','09:00:00',NULL),(11254,51,11110,'2026-06-02 08:45:00','2026-06-02 09:00:00','2026-06-02','08:45:00','09:00:00',NULL),(11255,51,11110,'2026-06-03 08:45:00','2026-06-03 09:00:00','2026-06-03','08:45:00','09:00:00',NULL),(11256,51,11110,'2026-06-04 08:45:00','2026-06-04 09:00:00','2026-06-04','08:45:00','09:00:00',NULL),(11257,51,11110,'2026-06-05 08:45:00','2026-06-05 09:00:00','2026-06-05','08:45:00','09:00:00',NULL),(11258,51,11110,'2026-06-08 08:45:00','2026-06-08 09:00:00','2026-06-08','08:45:00','09:00:00',NULL),(11259,51,11110,'2026-06-09 08:45:00','2026-06-09 09:00:00','2026-06-09','08:45:00','09:00:00',NULL),(11260,51,11110,'2026-06-10 08:45:00','2026-06-10 09:00:00','2026-06-10','08:45:00','09:00:00',NULL),(11261,51,11110,'2026-06-11 08:45:00','2026-06-11 09:00:00','2026-06-11','08:45:00','09:00:00',NULL),(11262,51,11110,'2026-06-12 08:45:00','2026-06-12 09:00:00','2026-06-12','08:45:00','09:00:00',NULL),(11263,51,11110,'2026-06-15 08:45:00','2026-06-15 09:00:00','2026-06-15','08:45:00','09:00:00',NULL),(11264,51,11110,'2026-06-16 08:45:00','2026-06-16 09:00:00','2026-06-16','08:45:00','09:00:00',NULL),(11265,51,11110,'2026-06-17 08:45:00','2026-06-17 09:00:00','2026-06-17','08:45:00','09:00:00',NULL),(11266,51,11110,'2026-06-18 08:45:00','2026-06-18 09:00:00','2026-06-18','08:45:00','09:00:00',NULL),(11267,51,11110,'2026-06-19 08:45:00','2026-06-19 09:00:00','2026-06-19','08:45:00','09:00:00',NULL),(11268,51,11110,'2026-06-22 08:45:00','2026-06-22 09:00:00','2026-06-22','08:45:00','09:00:00',NULL),(11269,51,11110,'2026-06-23 08:45:00','2026-06-23 09:00:00','2026-06-23','08:45:00','09:00:00',NULL),(11270,51,11110,'2026-06-24 08:45:00','2026-06-24 09:00:00','2026-06-24','08:45:00','09:00:00',NULL),(11271,51,11110,'2026-06-25 08:45:00','2026-06-25 09:00:00','2026-06-25','08:45:00','09:00:00',NULL),(11272,51,11110,'2026-06-26 08:45:00','2026-06-26 09:00:00','2026-06-26','08:45:00','09:00:00',NULL),(11273,51,11110,'2026-06-29 08:45:00','2026-06-29 09:00:00','2026-06-29','08:45:00','09:00:00',NULL),(11274,51,11110,'2026-06-30 08:45:00','2026-06-30 09:00:00','2026-06-30','08:45:00','09:00:00',NULL),(11275,51,11110,'2026-07-01 08:45:00','2026-07-01 09:00:00','2026-07-01','08:45:00','09:00:00',NULL),(11276,51,11110,'2026-07-02 08:45:00','2026-07-02 09:00:00','2026-07-02','08:45:00','09:00:00',NULL),(11277,51,11110,'2026-07-03 08:45:00','2026-07-03 09:00:00','2026-07-03','08:45:00','09:00:00',NULL),(11278,51,11110,'2026-07-06 08:45:00','2026-07-06 09:00:00','2026-07-06','08:45:00','09:00:00',NULL),(11279,51,11110,'2026-07-07 08:45:00','2026-07-07 09:00:00','2026-07-07','08:45:00','09:00:00',NULL),(11280,51,11110,'2026-07-08 08:45:00','2026-07-08 09:00:00','2026-07-08','08:45:00','09:00:00',NULL),(11281,51,11110,'2026-07-09 08:45:00','2026-07-09 09:00:00','2026-07-09','08:45:00','09:00:00',NULL),(11282,51,11110,'2026-07-10 08:45:00','2026-07-10 09:00:00','2026-07-10','08:45:00','09:00:00',NULL),(11283,51,11110,'2026-07-13 08:45:00','2026-07-13 09:00:00','2026-07-13','08:45:00','09:00:00',NULL),(11284,51,11110,'2026-07-14 08:45:00','2026-07-14 09:00:00','2026-07-14','08:45:00','09:00:00',NULL),(11285,51,11110,'2026-07-15 08:45:00','2026-07-15 09:00:00','2026-07-15','08:45:00','09:00:00',NULL),(11286,51,11110,'2026-07-16 08:45:00','2026-07-16 09:00:00','2026-07-16','08:45:00','09:00:00',NULL),(11287,51,11110,'2026-07-17 08:45:00','2026-07-17 09:00:00','2026-07-17','08:45:00','09:00:00',NULL),(11288,51,11110,'2026-07-20 08:45:00','2026-07-20 09:00:00','2026-07-20','08:45:00','09:00:00',NULL),(11289,51,11110,'2026-07-21 08:45:00','2026-07-21 09:00:00','2026-07-21','08:45:00','09:00:00',NULL),(11290,51,11110,'2026-07-22 08:45:00','2026-07-22 09:00:00','2026-07-22','08:45:00','09:00:00',NULL),(11291,51,11110,'2026-07-23 08:45:00','2026-07-23 09:00:00','2026-07-23','08:45:00','09:00:00',NULL),(11292,51,11110,'2026-07-24 08:45:00','2026-07-24 09:00:00','2026-07-24','08:45:00','09:00:00',NULL),(11293,51,11110,'2026-07-27 08:45:00','2026-07-27 09:00:00','2026-07-27','08:45:00','09:00:00',NULL),(11294,51,11110,'2026-07-28 08:45:00','2026-07-28 09:00:00','2026-07-28','08:45:00','09:00:00',NULL),(11295,51,11110,'2026-07-29 08:45:00','2026-07-29 09:00:00','2026-07-29','08:45:00','09:00:00',NULL),(11296,51,11110,'2026-07-30 08:45:00','2026-07-30 09:00:00','2026-07-30','08:45:00','09:00:00',NULL),(11297,51,11110,'2026-07-31 08:45:00','2026-07-31 09:00:00','2026-07-31','08:45:00','09:00:00',NULL),(11298,51,11110,'2026-08-03 08:45:00','2026-08-03 09:00:00','2026-08-03','08:45:00','09:00:00',NULL),(11299,51,11110,'2026-08-04 08:45:00','2026-08-04 09:00:00','2026-08-04','08:45:00','09:00:00',NULL),(11300,51,11110,'2026-08-05 08:45:00','2026-08-05 09:00:00','2026-08-05','08:45:00','09:00:00',NULL),(11301,51,11110,'2026-08-06 08:45:00','2026-08-06 09:00:00','2026-08-06','08:45:00','09:00:00',NULL),(11302,51,11110,'2026-08-07 08:45:00','2026-08-07 09:00:00','2026-08-07','08:45:00','09:00:00',NULL),(11303,51,11110,'2026-08-10 08:45:00','2026-08-10 09:00:00','2026-08-10','08:45:00','09:00:00',NULL),(11304,51,11110,'2026-08-11 08:45:00','2026-08-11 09:00:00','2026-08-11','08:45:00','09:00:00',NULL),(11305,51,11110,'2026-08-12 08:45:00','2026-08-12 09:00:00','2026-08-12','08:45:00','09:00:00',NULL),(11306,51,11110,'2026-08-13 08:45:00','2026-08-13 09:00:00','2026-08-13','08:45:00','09:00:00',NULL),(11307,51,11110,'2026-08-14 08:45:00','2026-08-14 09:00:00','2026-08-14','08:45:00','09:00:00',NULL),(11308,51,11110,'2026-08-17 08:45:00','2026-08-17 09:00:00','2026-08-17','08:45:00','09:00:00',NULL),(11309,51,11110,'2026-08-18 08:45:00','2026-08-18 09:00:00','2026-08-18','08:45:00','09:00:00',NULL),(11310,51,11110,'2026-08-19 08:45:00','2026-08-19 09:00:00','2026-08-19','08:45:00','09:00:00',NULL),(11311,51,11110,'2026-08-20 08:45:00','2026-08-20 09:00:00','2026-08-20','08:45:00','09:00:00',NULL),(11312,51,11110,'2026-08-21 08:45:00','2026-08-21 09:00:00','2026-08-21','08:45:00','09:00:00',NULL),(11313,51,11110,'2026-08-24 08:45:00','2026-08-24 09:00:00','2026-08-24','08:45:00','09:00:00',NULL),(11314,51,11110,'2026-08-25 08:45:00','2026-08-25 09:00:00','2026-08-25','08:45:00','09:00:00',NULL),(11315,51,11110,'2026-08-26 08:45:00','2026-08-26 09:00:00','2026-08-26','08:45:00','09:00:00',NULL),(11316,51,11110,'2026-08-27 08:45:00','2026-08-27 09:00:00','2026-08-27','08:45:00','09:00:00',NULL),(11317,51,11110,'2026-08-28 08:45:00','2026-08-28 09:00:00','2026-08-28','08:45:00','09:00:00',NULL),(11318,51,11110,'2026-08-31 08:45:00','2026-08-31 09:00:00','2026-08-31','08:45:00','09:00:00',NULL),(11319,51,11110,'2026-09-01 08:45:00','2026-09-01 09:00:00','2026-09-01','08:45:00','09:00:00',NULL),(11320,51,11110,'2026-09-02 08:45:00','2026-09-02 09:00:00','2026-09-02','08:45:00','09:00:00',NULL),(11321,51,11110,'2026-09-03 08:45:00','2026-09-03 09:00:00','2026-09-03','08:45:00','09:00:00',NULL),(11322,51,11110,'2026-09-04 08:45:00','2026-09-04 09:00:00','2026-09-04','08:45:00','09:00:00',NULL),(11323,51,11110,'2026-09-07 08:45:00','2026-09-07 09:00:00','2026-09-07','08:45:00','09:00:00',NULL),(11324,51,11110,'2026-09-08 08:45:00','2026-09-08 09:00:00','2026-09-08','08:45:00','09:00:00',NULL),(11325,51,11110,'2026-09-09 08:45:00','2026-09-09 09:00:00','2026-09-09','08:45:00','09:00:00',NULL),(11326,51,11110,'2026-09-10 08:45:00','2026-09-10 09:00:00','2026-09-10','08:45:00','09:00:00',NULL),(11327,51,11110,'2026-09-11 08:45:00','2026-09-11 09:00:00','2026-09-11','08:45:00','09:00:00',NULL),(11328,51,11110,'2026-09-14 08:45:00','2026-09-14 09:00:00','2026-09-14','08:45:00','09:00:00',NULL),(11329,51,11110,'2026-09-15 08:45:00','2026-09-15 09:00:00','2026-09-15','08:45:00','09:00:00',NULL),(11330,51,11110,'2026-09-16 08:45:00','2026-09-16 09:00:00','2026-09-16','08:45:00','09:00:00',NULL),(11331,51,11110,'2026-09-17 08:45:00','2026-09-17 09:00:00','2026-09-17','08:45:00','09:00:00',NULL),(11332,51,11110,'2026-09-18 08:45:00','2026-09-18 09:00:00','2026-09-18','08:45:00','09:00:00',NULL),(11333,51,11110,'2026-09-21 08:45:00','2026-09-21 09:00:00','2026-09-21','08:45:00','09:00:00',NULL),(11334,51,11110,'2026-09-22 08:45:00','2026-09-22 09:00:00','2026-09-22','08:45:00','09:00:00',NULL),(11335,51,11110,'2026-09-23 08:45:00','2026-09-23 09:00:00','2026-09-23','08:45:00','09:00:00',NULL),(11336,51,11110,'2026-09-24 08:45:00','2026-09-24 09:00:00','2026-09-24','08:45:00','09:00:00',NULL),(11337,51,11110,'2026-09-25 08:45:00','2026-09-25 09:00:00','2026-09-25','08:45:00','09:00:00',NULL),(11338,51,11110,'2026-09-28 08:45:00','2026-09-28 09:00:00','2026-09-28','08:45:00','09:00:00',NULL),(11339,51,11110,'2026-09-29 08:45:00','2026-09-29 09:00:00','2026-09-29','08:45:00','09:00:00',NULL),(11340,51,11110,'2026-09-30 08:45:00','2026-09-30 09:00:00','2026-09-30','08:45:00','09:00:00',NULL),(11341,51,11110,'2026-10-01 08:45:00','2026-10-01 09:00:00','2026-10-01','08:45:00','09:00:00',NULL),(11342,51,11110,'2026-10-02 08:45:00','2026-10-02 09:00:00','2026-10-02','08:45:00','09:00:00',NULL),(11343,51,11110,'2026-10-05 08:45:00','2026-10-05 09:00:00','2026-10-05','08:45:00','09:00:00',NULL),(11344,51,11110,'2026-10-06 08:45:00','2026-10-06 09:00:00','2026-10-06','08:45:00','09:00:00',NULL),(11345,51,11110,'2026-10-07 08:45:00','2026-10-07 09:00:00','2026-10-07','08:45:00','09:00:00',NULL),(11346,51,11110,'2026-10-08 08:45:00','2026-10-08 09:00:00','2026-10-08','08:45:00','09:00:00',NULL),(11347,51,11110,'2026-10-09 08:45:00','2026-10-09 09:00:00','2026-10-09','08:45:00','09:00:00',NULL),(11348,51,11110,'2026-10-12 08:45:00','2026-10-12 09:00:00','2026-10-12','08:45:00','09:00:00',NULL),(11349,51,11110,'2026-10-13 08:45:00','2026-10-13 09:00:00','2026-10-13','08:45:00','09:00:00',NULL),(11350,51,11110,'2026-10-14 08:45:00','2026-10-14 09:00:00','2026-10-14','08:45:00','09:00:00',NULL),(11351,51,11110,'2026-10-15 08:45:00','2026-10-15 09:00:00','2026-10-15','08:45:00','09:00:00',NULL),(11352,51,11110,'2026-10-16 08:45:00','2026-10-16 09:00:00','2026-10-16','08:45:00','09:00:00',NULL),(11353,51,11110,'2026-10-19 08:45:00','2026-10-19 09:00:00','2026-10-19','08:45:00','09:00:00',NULL),(11354,51,11110,'2026-10-20 08:45:00','2026-10-20 09:00:00','2026-10-20','08:45:00','09:00:00',NULL),(11355,51,11110,'2026-10-21 08:45:00','2026-10-21 09:00:00','2026-10-21','08:45:00','09:00:00',NULL),(11356,51,11110,'2026-10-22 08:45:00','2026-10-22 09:00:00','2026-10-22','08:45:00','09:00:00',NULL),(11357,51,11110,'2026-10-23 08:45:00','2026-10-23 09:00:00','2026-10-23','08:45:00','09:00:00',NULL),(11358,51,11110,'2026-10-26 08:45:00','2026-10-26 09:00:00','2026-10-26','08:45:00','09:00:00',NULL),(11359,51,11110,'2026-10-27 08:45:00','2026-10-27 09:00:00','2026-10-27','08:45:00','09:00:00',NULL),(11360,51,11110,'2026-10-28 08:45:00','2026-10-28 09:00:00','2026-10-28','08:45:00','09:00:00',NULL),(11361,51,11110,'2026-10-29 08:45:00','2026-10-29 09:00:00','2026-10-29','08:45:00','09:00:00',NULL),(11362,51,11110,'2026-10-30 08:45:00','2026-10-30 09:00:00','2026-10-30','08:45:00','09:00:00',NULL),(11363,51,11110,'2026-11-02 08:45:00','2026-11-02 09:00:00','2026-11-02','08:45:00','09:00:00',NULL),(11364,51,11110,'2026-11-03 08:45:00','2026-11-03 09:00:00','2026-11-03','08:45:00','09:00:00',NULL),(11365,51,11110,'2026-11-04 08:45:00','2026-11-04 09:00:00','2026-11-04','08:45:00','09:00:00',NULL),(11366,51,11110,'2026-11-05 08:45:00','2026-11-05 09:00:00','2026-11-05','08:45:00','09:00:00',NULL),(11367,51,11110,'2026-11-06 08:45:00','2026-11-06 09:00:00','2026-11-06','08:45:00','09:00:00',NULL),(11368,51,11110,'2026-11-09 08:45:00','2026-11-09 09:00:00','2026-11-09','08:45:00','09:00:00',NULL),(11369,51,11110,'2026-11-10 08:45:00','2026-11-10 09:00:00','2026-11-10','08:45:00','09:00:00',NULL),(11370,51,11110,'2026-11-11 08:45:00','2026-11-11 09:00:00','2026-11-11','08:45:00','09:00:00',NULL),(11371,51,11110,'2026-11-12 08:45:00','2026-11-12 09:00:00','2026-11-12','08:45:00','09:00:00',NULL),(11372,51,11110,'2026-11-13 08:45:00','2026-11-13 09:00:00','2026-11-13','08:45:00','09:00:00',NULL),(11373,51,11110,'2026-11-16 08:45:00','2026-11-16 09:00:00','2026-11-16','08:45:00','09:00:00',NULL),(11374,51,11110,'2026-11-17 08:45:00','2026-11-17 09:00:00','2026-11-17','08:45:00','09:00:00',NULL),(11375,51,11110,'2026-11-18 08:45:00','2026-11-18 09:00:00','2026-11-18','08:45:00','09:00:00',NULL),(11376,51,11110,'2026-11-19 08:45:00','2026-11-19 09:00:00','2026-11-19','08:45:00','09:00:00',NULL),(11377,51,11110,'2026-11-20 08:45:00','2026-11-20 09:00:00','2026-11-20','08:45:00','09:00:00',NULL),(11378,51,11110,'2026-11-23 08:45:00','2026-11-23 09:00:00','2026-11-23','08:45:00','09:00:00',NULL),(11379,51,11110,'2026-11-24 08:45:00','2026-11-24 09:00:00','2026-11-24','08:45:00','09:00:00',NULL),(11380,51,11110,'2026-11-25 08:45:00','2026-11-25 09:00:00','2026-11-25','08:45:00','09:00:00',NULL),(11381,51,11110,'2026-11-26 08:45:00','2026-11-26 09:00:00','2026-11-26','08:45:00','09:00:00',NULL),(11382,51,11110,'2026-11-27 08:45:00','2026-11-27 09:00:00','2026-11-27','08:45:00','09:00:00',NULL),(11383,51,11110,'2026-11-30 08:45:00','2026-11-30 09:00:00','2026-11-30','08:45:00','09:00:00',NULL),(11384,51,11110,'2026-12-01 08:45:00','2026-12-01 09:00:00','2026-12-01','08:45:00','09:00:00',NULL),(11385,51,11110,'2026-12-02 08:45:00','2026-12-02 09:00:00','2026-12-02','08:45:00','09:00:00',NULL),(11386,51,11110,'2026-12-03 08:45:00','2026-12-03 09:00:00','2026-12-03','08:45:00','09:00:00',NULL),(11387,51,11110,'2026-12-04 08:45:00','2026-12-04 09:00:00','2026-12-04','08:45:00','09:00:00',NULL),(11388,51,11110,'2026-12-07 08:45:00','2026-12-07 09:00:00','2026-12-07','08:45:00','09:00:00',NULL),(11389,51,11110,'2026-12-08 08:45:00','2026-12-08 09:00:00','2026-12-08','08:45:00','09:00:00',NULL),(11390,51,11110,'2026-12-09 08:45:00','2026-12-09 09:00:00','2026-12-09','08:45:00','09:00:00',NULL),(11391,51,11110,'2026-12-10 08:45:00','2026-12-10 09:00:00','2026-12-10','08:45:00','09:00:00',NULL),(11392,51,11110,'2026-12-11 08:45:00','2026-12-11 09:00:00','2026-12-11','08:45:00','09:00:00',NULL),(11393,51,11110,'2026-12-14 08:45:00','2026-12-14 09:00:00','2026-12-14','08:45:00','09:00:00',NULL),(11394,51,11110,'2026-12-15 08:45:00','2026-12-15 09:00:00','2026-12-15','08:45:00','09:00:00',NULL),(11395,51,11110,'2026-12-16 08:45:00','2026-12-16 09:00:00','2026-12-16','08:45:00','09:00:00',NULL),(11396,51,11110,'2026-12-17 08:45:00','2026-12-17 09:00:00','2026-12-17','08:45:00','09:00:00',NULL),(11397,51,11110,'2026-12-18 08:45:00','2026-12-18 09:00:00','2026-12-18','08:45:00','09:00:00',NULL),(11398,51,11110,'2026-12-21 08:45:00','2026-12-21 09:00:00','2026-12-21','08:45:00','09:00:00',NULL),(11399,51,11110,'2026-12-22 08:45:00','2026-12-22 09:00:00','2026-12-22','08:45:00','09:00:00',NULL),(11400,51,11110,'2026-12-23 08:45:00','2026-12-23 09:00:00','2026-12-23','08:45:00','09:00:00',NULL),(11401,51,11110,'2026-12-24 08:45:00','2026-12-24 09:00:00','2026-12-24','08:45:00','09:00:00',NULL),(11402,51,11110,'2026-12-25 08:45:00','2026-12-25 09:00:00','2026-12-25','08:45:00','09:00:00',NULL),(11403,51,11110,'2026-12-28 08:45:00','2026-12-28 09:00:00','2026-12-28','08:45:00','09:00:00',NULL),(11404,51,11110,'2026-12-29 08:45:00','2026-12-29 09:00:00','2026-12-29','08:45:00','09:00:00',NULL),(11405,51,11110,'2026-12-30 08:45:00','2026-12-30 09:00:00','2026-12-30','08:45:00','09:00:00',NULL),(11406,51,11110,'2026-12-31 08:45:00','2026-12-31 09:00:00','2026-12-31','08:45:00','09:00:00',NULL),(11407,51,11110,'2027-01-01 08:45:00','2027-01-01 09:00:00','2027-01-01','08:45:00','09:00:00',NULL),(11408,51,11408,'2025-11-28 08:00:00','2025-11-28 08:15:00','2025-11-28','08:00:00','08:15:00',NULL),(11409,51,11408,'2025-11-29 08:00:00','2025-11-29 08:15:00','2025-11-29','08:00:00','08:15:00',NULL),(11410,51,11408,'2025-11-30 08:00:00','2025-11-30 08:15:00','2025-11-30','08:00:00','08:15:00',NULL),(11411,51,11408,'2025-12-01 08:00:00','2025-12-01 08:15:00','2025-12-01','08:00:00','08:15:00',NULL),(11412,51,11408,'2025-12-02 08:00:00','2025-12-02 08:15:00','2025-12-02','08:00:00','08:15:00',NULL),(11413,51,11408,'2025-12-03 08:00:00','2025-12-03 08:15:00','2025-12-03','08:00:00','08:15:00',NULL),(11414,51,11408,'2025-12-04 08:00:00','2025-12-04 08:15:00','2025-12-04','08:00:00','08:15:00',NULL),(11415,51,11408,'2025-12-05 08:00:00','2025-12-05 08:15:00','2025-12-05','08:00:00','08:15:00',NULL),(11416,51,11408,'2025-12-06 08:00:00','2025-12-06 08:15:00','2025-12-06','08:00:00','08:15:00',NULL),(11417,51,11408,'2025-12-07 08:00:00','2025-12-07 08:15:00','2025-12-07','08:00:00','08:15:00',NULL),(11418,51,11408,'2025-12-08 08:00:00','2025-12-08 08:15:00','2025-12-08','08:00:00','08:15:00',NULL),(11419,51,11408,'2025-12-09 08:00:00','2025-12-09 08:15:00','2025-12-09','08:00:00','08:15:00',NULL),(11420,51,11408,'2025-12-10 08:00:00','2025-12-10 08:15:00','2025-12-10','08:00:00','08:15:00',NULL),(11421,51,11408,'2025-12-11 08:00:00','2025-12-11 08:15:00','2025-12-11','08:00:00','08:15:00',NULL),(11422,51,11408,'2025-12-12 08:00:00','2025-12-12 08:15:00','2025-12-12','08:00:00','08:15:00',NULL),(11423,51,11408,'2025-12-13 08:00:00','2025-12-13 08:15:00','2025-12-13','08:00:00','08:15:00',NULL),(11424,51,11408,'2025-12-14 08:00:00','2025-12-14 08:15:00','2025-12-14','08:00:00','08:15:00',NULL),(11425,51,11408,'2025-12-15 08:00:00','2025-12-15 08:15:00','2025-12-15','08:00:00','08:15:00',NULL),(11426,51,11408,'2025-12-16 08:00:00','2025-12-16 08:15:00','2025-12-16','08:00:00','08:15:00',NULL),(11427,51,11408,'2025-12-17 08:00:00','2025-12-17 08:15:00','2025-12-17','08:00:00','08:15:00',NULL),(11428,51,11408,'2025-12-18 08:00:00','2025-12-18 08:15:00','2025-12-18','08:00:00','08:15:00',NULL),(11429,51,11408,'2025-12-19 08:00:00','2025-12-19 08:15:00','2025-12-19','08:00:00','08:15:00',NULL),(11430,51,11408,'2025-12-20 08:00:00','2025-12-20 08:15:00','2025-12-20','08:00:00','08:15:00',NULL),(11431,51,11408,'2025-12-21 08:00:00','2025-12-21 08:15:00','2025-12-21','08:00:00','08:15:00',NULL),(11432,51,11408,'2025-12-22 08:00:00','2025-12-22 08:15:00','2025-12-22','08:00:00','08:15:00',NULL),(11433,51,11408,'2025-12-23 08:00:00','2025-12-23 08:15:00','2025-12-23','08:00:00','08:15:00',NULL),(11434,51,11408,'2025-12-24 08:00:00','2025-12-24 08:15:00','2025-12-24','08:00:00','08:15:00',NULL),(11435,51,11408,'2025-12-25 08:00:00','2025-12-25 08:15:00','2025-12-25','08:00:00','08:15:00',NULL),(11436,51,11408,'2025-12-26 08:00:00','2025-12-26 08:15:00','2025-12-26','08:00:00','08:15:00',NULL),(11437,51,11408,'2025-12-27 08:00:00','2025-12-27 08:15:00','2025-12-27','08:00:00','08:15:00',NULL),(11438,51,11408,'2025-12-28 08:00:00','2025-12-28 08:15:00','2025-12-28','08:00:00','08:15:00',NULL),(11439,51,11408,'2025-12-29 08:00:00','2025-12-29 08:15:00','2025-12-29','08:00:00','08:15:00',NULL),(11440,51,11408,'2025-12-30 08:00:00','2025-12-30 08:15:00','2025-12-30','08:00:00','08:15:00',NULL),(11441,51,11408,'2025-12-31 08:00:00','2025-12-31 08:15:00','2025-12-31','08:00:00','08:15:00',NULL),(11442,51,11442,'2025-11-28 08:15:00','2025-11-28 08:30:00','2025-11-28','08:15:00','08:30:00',NULL),(11443,51,11442,'2025-11-29 08:15:00','2025-11-29 08:30:00','2025-11-29','08:15:00','08:30:00',NULL),(11444,51,11442,'2025-11-30 08:15:00','2025-11-30 08:30:00','2025-11-30','08:15:00','08:30:00',NULL),(11445,51,11442,'2025-12-01 08:15:00','2025-12-01 08:30:00','2025-12-01','08:15:00','08:30:00',NULL),(11446,51,11442,'2025-12-02 08:15:00','2025-12-02 08:30:00','2025-12-02','08:15:00','08:30:00',NULL),(11447,51,11442,'2025-12-03 08:15:00','2025-12-03 08:30:00','2025-12-03','08:15:00','08:30:00',NULL),(11448,51,11442,'2025-12-04 08:15:00','2025-12-04 08:30:00','2025-12-04','08:15:00','08:30:00',NULL),(11449,51,11442,'2025-12-05 08:15:00','2025-12-05 08:30:00','2025-12-05','08:15:00','08:30:00',NULL),(11450,51,11442,'2025-12-06 08:15:00','2025-12-06 08:30:00','2025-12-06','08:15:00','08:30:00',NULL),(11451,51,11442,'2025-12-07 08:15:00','2025-12-07 08:30:00','2025-12-07','08:15:00','08:30:00',NULL),(11452,51,11442,'2025-12-08 08:15:00','2025-12-08 08:30:00','2025-12-08','08:15:00','08:30:00',NULL),(11453,51,11442,'2025-12-09 08:15:00','2025-12-09 08:30:00','2025-12-09','08:15:00','08:30:00',NULL),(11454,51,11442,'2025-12-10 08:15:00','2025-12-10 08:30:00','2025-12-10','08:15:00','08:30:00',NULL),(11455,51,11442,'2025-12-11 08:15:00','2025-12-11 08:30:00','2025-12-11','08:15:00','08:30:00',NULL),(11456,51,11442,'2025-12-12 08:15:00','2025-12-12 08:30:00','2025-12-12','08:15:00','08:30:00',NULL),(11457,51,11442,'2025-12-13 08:15:00','2025-12-13 08:30:00','2025-12-13','08:15:00','08:30:00',NULL),(11458,51,11442,'2025-12-14 08:15:00','2025-12-14 08:30:00','2025-12-14','08:15:00','08:30:00',NULL),(11459,51,11442,'2025-12-15 08:15:00','2025-12-15 08:30:00','2025-12-15','08:15:00','08:30:00',NULL),(11460,51,11442,'2025-12-16 08:15:00','2025-12-16 08:30:00','2025-12-16','08:15:00','08:30:00',NULL),(11461,51,11442,'2025-12-17 08:15:00','2025-12-17 08:30:00','2025-12-17','08:15:00','08:30:00',NULL),(11462,51,11442,'2025-12-18 08:15:00','2025-12-18 08:30:00','2025-12-18','08:15:00','08:30:00',NULL),(11463,51,11442,'2025-12-19 08:15:00','2025-12-19 08:30:00','2025-12-19','08:15:00','08:30:00',NULL),(11464,51,11442,'2025-12-20 08:15:00','2025-12-20 08:30:00','2025-12-20','08:15:00','08:30:00',NULL),(11465,51,11442,'2025-12-21 08:15:00','2025-12-21 08:30:00','2025-12-21','08:15:00','08:30:00',NULL),(11466,51,11442,'2025-12-22 08:15:00','2025-12-22 08:30:00','2025-12-22','08:15:00','08:30:00',NULL),(11467,51,11442,'2025-12-23 08:15:00','2025-12-23 08:30:00','2025-12-23','08:15:00','08:30:00',NULL),(11468,51,11442,'2025-12-24 08:15:00','2025-12-24 08:30:00','2025-12-24','08:15:00','08:30:00',NULL),(11469,51,11442,'2025-12-25 08:15:00','2025-12-25 08:30:00','2025-12-25','08:15:00','08:30:00',NULL),(11470,51,11442,'2025-12-26 08:15:00','2025-12-26 08:30:00','2025-12-26','08:15:00','08:30:00',NULL),(11471,51,11442,'2025-12-27 08:15:00','2025-12-27 08:30:00','2025-12-27','08:15:00','08:30:00',NULL),(11472,51,11442,'2025-12-28 08:15:00','2025-12-28 08:30:00','2025-12-28','08:15:00','08:30:00',NULL),(11473,51,11442,'2025-12-29 08:15:00','2025-12-29 08:30:00','2025-12-29','08:15:00','08:30:00',NULL),(11474,51,11442,'2025-12-30 08:15:00','2025-12-30 08:30:00','2025-12-30','08:15:00','08:30:00',NULL),(11475,51,11442,'2025-12-31 08:15:00','2025-12-31 08:30:00','2025-12-31','08:15:00','08:30:00',NULL),(11476,51,11476,'2025-11-28 08:30:00','2025-11-28 08:45:00','2025-11-28','08:30:00','08:45:00',NULL),(11477,51,11476,'2025-11-29 08:30:00','2025-11-29 08:45:00','2025-11-29','08:30:00','08:45:00',NULL),(11478,51,11476,'2025-11-30 08:30:00','2025-11-30 08:45:00','2025-11-30','08:30:00','08:45:00',NULL),(11479,51,11476,'2025-12-01 08:30:00','2025-12-01 08:45:00','2025-12-01','08:30:00','08:45:00',NULL),(11480,51,11476,'2025-12-02 08:30:00','2025-12-02 08:45:00','2025-12-02','08:30:00','08:45:00',NULL),(11481,51,11476,'2025-12-03 08:30:00','2025-12-03 08:45:00','2025-12-03','08:30:00','08:45:00',NULL),(11482,51,11476,'2025-12-04 08:30:00','2025-12-04 08:45:00','2025-12-04','08:30:00','08:45:00',NULL),(11483,51,11476,'2025-12-05 08:30:00','2025-12-05 08:45:00','2025-12-05','08:30:00','08:45:00',NULL),(11484,51,11476,'2025-12-06 08:30:00','2025-12-06 08:45:00','2025-12-06','08:30:00','08:45:00',NULL),(11485,51,11476,'2025-12-07 08:30:00','2025-12-07 08:45:00','2025-12-07','08:30:00','08:45:00',NULL),(11486,51,11476,'2025-12-08 08:30:00','2025-12-08 08:45:00','2025-12-08','08:30:00','08:45:00',NULL),(11487,51,11476,'2025-12-09 08:30:00','2025-12-09 08:45:00','2025-12-09','08:30:00','08:45:00',NULL),(11488,51,11476,'2025-12-10 08:30:00','2025-12-10 08:45:00','2025-12-10','08:30:00','08:45:00',NULL),(11489,51,11476,'2025-12-11 08:30:00','2025-12-11 08:45:00','2025-12-11','08:30:00','08:45:00',NULL),(11490,51,11476,'2025-12-12 08:30:00','2025-12-12 08:45:00','2025-12-12','08:30:00','08:45:00',NULL),(11491,51,11476,'2025-12-13 08:30:00','2025-12-13 08:45:00','2025-12-13','08:30:00','08:45:00',NULL),(11492,51,11476,'2025-12-14 08:30:00','2025-12-14 08:45:00','2025-12-14','08:30:00','08:45:00',NULL),(11493,51,11476,'2025-12-15 08:30:00','2025-12-15 08:45:00','2025-12-15','08:30:00','08:45:00',NULL),(11494,51,11476,'2025-12-16 08:30:00','2025-12-16 08:45:00','2025-12-16','08:30:00','08:45:00',NULL),(11495,51,11476,'2025-12-17 08:30:00','2025-12-17 08:45:00','2025-12-17','08:30:00','08:45:00',NULL),(11496,51,11476,'2025-12-18 08:30:00','2025-12-18 08:45:00','2025-12-18','08:30:00','08:45:00',NULL),(11497,51,11476,'2025-12-19 08:30:00','2025-12-19 08:45:00','2025-12-19','08:30:00','08:45:00',NULL),(11498,51,11476,'2025-12-20 08:30:00','2025-12-20 08:45:00','2025-12-20','08:30:00','08:45:00',NULL),(11499,51,11476,'2025-12-21 08:30:00','2025-12-21 08:45:00','2025-12-21','08:30:00','08:45:00',NULL),(11500,51,11476,'2025-12-22 08:30:00','2025-12-22 08:45:00','2025-12-22','08:30:00','08:45:00',NULL),(11501,51,11476,'2025-12-23 08:30:00','2025-12-23 08:45:00','2025-12-23','08:30:00','08:45:00',NULL),(11502,51,11476,'2025-12-24 08:30:00','2025-12-24 08:45:00','2025-12-24','08:30:00','08:45:00',NULL),(11503,51,11476,'2025-12-25 08:30:00','2025-12-25 08:45:00','2025-12-25','08:30:00','08:45:00',NULL),(11504,51,11476,'2025-12-26 08:30:00','2025-12-26 08:45:00','2025-12-26','08:30:00','08:45:00',NULL),(11505,51,11476,'2025-12-27 08:30:00','2025-12-27 08:45:00','2025-12-27','08:30:00','08:45:00',NULL),(11506,51,11476,'2025-12-28 08:30:00','2025-12-28 08:45:00','2025-12-28','08:30:00','08:45:00',NULL),(11507,51,11476,'2025-12-29 08:30:00','2025-12-29 08:45:00','2025-12-29','08:30:00','08:45:00',NULL),(11508,51,11476,'2025-12-30 08:30:00','2025-12-30 08:45:00','2025-12-30','08:30:00','08:45:00',NULL),(11509,51,11476,'2025-12-31 08:30:00','2025-12-31 08:45:00','2025-12-31','08:30:00','08:45:00',NULL),(11510,51,11510,'2025-11-28 08:45:00','2025-11-28 09:00:00','2025-11-28','08:45:00','09:00:00',NULL),(11511,51,11510,'2025-11-29 08:45:00','2025-11-29 09:00:00','2025-11-29','08:45:00','09:00:00',NULL),(11512,51,11510,'2025-11-30 08:45:00','2025-11-30 09:00:00','2025-11-30','08:45:00','09:00:00',NULL),(11513,51,11510,'2025-12-01 08:45:00','2025-12-01 09:00:00','2025-12-01','08:45:00','09:00:00',NULL),(11514,51,11510,'2025-12-02 08:45:00','2025-12-02 09:00:00','2025-12-02','08:45:00','09:00:00',NULL),(11515,51,11510,'2025-12-03 08:45:00','2025-12-03 09:00:00','2025-12-03','08:45:00','09:00:00',NULL),(11516,51,11510,'2025-12-04 08:45:00','2025-12-04 09:00:00','2025-12-04','08:45:00','09:00:00',NULL),(11517,51,11510,'2025-12-05 08:45:00','2025-12-05 09:00:00','2025-12-05','08:45:00','09:00:00',NULL),(11518,51,11510,'2025-12-06 08:45:00','2025-12-06 09:00:00','2025-12-06','08:45:00','09:00:00',NULL),(11519,51,11510,'2025-12-07 08:45:00','2025-12-07 09:00:00','2025-12-07','08:45:00','09:00:00',NULL),(11520,51,11510,'2025-12-08 08:45:00','2025-12-08 09:00:00','2025-12-08','08:45:00','09:00:00',NULL),(11521,51,11510,'2025-12-09 08:45:00','2025-12-09 09:00:00','2025-12-09','08:45:00','09:00:00',NULL),(11522,51,11510,'2025-12-10 08:45:00','2025-12-10 09:00:00','2025-12-10','08:45:00','09:00:00',NULL),(11523,51,11510,'2025-12-11 08:45:00','2025-12-11 09:00:00','2025-12-11','08:45:00','09:00:00',NULL),(11524,51,11510,'2025-12-12 08:45:00','2025-12-12 09:00:00','2025-12-12','08:45:00','09:00:00',NULL),(11525,51,11510,'2025-12-13 08:45:00','2025-12-13 09:00:00','2025-12-13','08:45:00','09:00:00',NULL),(11526,51,11510,'2025-12-14 08:45:00','2025-12-14 09:00:00','2025-12-14','08:45:00','09:00:00',NULL),(11527,51,11510,'2025-12-15 08:45:00','2025-12-15 09:00:00','2025-12-15','08:45:00','09:00:00',NULL),(11528,51,11510,'2025-12-16 08:45:00','2025-12-16 09:00:00','2025-12-16','08:45:00','09:00:00',NULL),(11529,51,11510,'2025-12-17 08:45:00','2025-12-17 09:00:00','2025-12-17','08:45:00','09:00:00',NULL),(11530,51,11510,'2025-12-18 08:45:00','2025-12-18 09:00:00','2025-12-18','08:45:00','09:00:00',NULL),(11531,51,11510,'2025-12-19 08:45:00','2025-12-19 09:00:00','2025-12-19','08:45:00','09:00:00',NULL),(11532,51,11510,'2025-12-20 08:45:00','2025-12-20 09:00:00','2025-12-20','08:45:00','09:00:00',NULL),(11533,51,11510,'2025-12-21 08:45:00','2025-12-21 09:00:00','2025-12-21','08:45:00','09:00:00',NULL),(11534,51,11510,'2025-12-22 08:45:00','2025-12-22 09:00:00','2025-12-22','08:45:00','09:00:00',NULL),(11535,51,11510,'2025-12-23 08:45:00','2025-12-23 09:00:00','2025-12-23','08:45:00','09:00:00',NULL),(11536,51,11510,'2025-12-24 08:45:00','2025-12-24 09:00:00','2025-12-24','08:45:00','09:00:00',NULL),(11537,51,11510,'2025-12-25 08:45:00','2025-12-25 09:00:00','2025-12-25','08:45:00','09:00:00',NULL),(11538,51,11510,'2025-12-26 08:45:00','2025-12-26 09:00:00','2025-12-26','08:45:00','09:00:00',NULL),(11539,51,11510,'2025-12-27 08:45:00','2025-12-27 09:00:00','2025-12-27','08:45:00','09:00:00',NULL),(11540,51,11510,'2025-12-28 08:45:00','2025-12-28 09:00:00','2025-12-28','08:45:00','09:00:00',NULL),(11541,51,11510,'2025-12-29 08:45:00','2025-12-29 09:00:00','2025-12-29','08:45:00','09:00:00',NULL),(11542,51,11510,'2025-12-30 08:45:00','2025-12-30 09:00:00','2025-12-30','08:45:00','09:00:00',NULL),(11543,51,11510,'2025-12-31 08:45:00','2025-12-31 09:00:00','2025-12-31','08:45:00','09:00:00',NULL),(11544,51,11544,'2025-11-28 09:00:00','2025-11-28 09:15:00','2025-11-28','09:00:00','09:15:00',NULL),(11545,51,11544,'2025-11-29 09:00:00','2025-11-29 09:15:00','2025-11-29','09:00:00','09:15:00',NULL),(11546,51,11544,'2025-11-30 09:00:00','2025-11-30 09:15:00','2025-11-30','09:00:00','09:15:00',NULL),(11547,51,11544,'2025-12-01 09:00:00','2025-12-01 09:15:00','2025-12-01','09:00:00','09:15:00',NULL),(11548,51,11544,'2025-12-02 09:00:00','2025-12-02 09:15:00','2025-12-02','09:00:00','09:15:00',NULL),(11549,51,11544,'2025-12-03 09:00:00','2025-12-03 09:15:00','2025-12-03','09:00:00','09:15:00',NULL),(11550,51,11544,'2025-12-04 09:00:00','2025-12-04 09:15:00','2025-12-04','09:00:00','09:15:00',NULL),(11551,51,11544,'2025-12-05 09:00:00','2025-12-05 09:15:00','2025-12-05','09:00:00','09:15:00',NULL),(11552,51,11544,'2025-12-06 09:00:00','2025-12-06 09:15:00','2025-12-06','09:00:00','09:15:00',NULL),(11553,51,11544,'2025-12-07 09:00:00','2025-12-07 09:15:00','2025-12-07','09:00:00','09:15:00',NULL),(11554,51,11544,'2025-12-08 09:00:00','2025-12-08 09:15:00','2025-12-08','09:00:00','09:15:00',NULL),(11555,51,11544,'2025-12-09 09:00:00','2025-12-09 09:15:00','2025-12-09','09:00:00','09:15:00',NULL),(11556,51,11544,'2025-12-10 09:00:00','2025-12-10 09:15:00','2025-12-10','09:00:00','09:15:00',NULL),(11557,51,11544,'2025-12-11 09:00:00','2025-12-11 09:15:00','2025-12-11','09:00:00','09:15:00',NULL),(11558,51,11544,'2025-12-12 09:00:00','2025-12-12 09:15:00','2025-12-12','09:00:00','09:15:00',NULL),(11559,51,11544,'2025-12-13 09:00:00','2025-12-13 09:15:00','2025-12-13','09:00:00','09:15:00',NULL),(11560,51,11544,'2025-12-14 09:00:00','2025-12-14 09:15:00','2025-12-14','09:00:00','09:15:00',NULL),(11561,51,11544,'2025-12-15 09:00:00','2025-12-15 09:15:00','2025-12-15','09:00:00','09:15:00',NULL),(11562,51,11544,'2025-12-16 09:00:00','2025-12-16 09:15:00','2025-12-16','09:00:00','09:15:00',NULL),(11563,51,11544,'2025-12-17 09:00:00','2025-12-17 09:15:00','2025-12-17','09:00:00','09:15:00',NULL),(11564,51,11544,'2025-12-18 09:00:00','2025-12-18 09:15:00','2025-12-18','09:00:00','09:15:00',NULL),(11565,51,11544,'2025-12-19 09:00:00','2025-12-19 09:15:00','2025-12-19','09:00:00','09:15:00',NULL),(11566,51,11544,'2025-12-20 09:00:00','2025-12-20 09:15:00','2025-12-20','09:00:00','09:15:00',NULL),(11567,51,11544,'2025-12-21 09:00:00','2025-12-21 09:15:00','2025-12-21','09:00:00','09:15:00',NULL),(11568,51,11544,'2025-12-22 09:00:00','2025-12-22 09:15:00','2025-12-22','09:00:00','09:15:00',NULL),(11569,51,11544,'2025-12-23 09:00:00','2025-12-23 09:15:00','2025-12-23','09:00:00','09:15:00',NULL),(11570,51,11544,'2025-12-24 09:00:00','2025-12-24 09:15:00','2025-12-24','09:00:00','09:15:00',NULL),(11571,51,11544,'2025-12-25 09:00:00','2025-12-25 09:15:00','2025-12-25','09:00:00','09:15:00',NULL),(11572,51,11544,'2025-12-26 09:00:00','2025-12-26 09:15:00','2025-12-26','09:00:00','09:15:00',NULL),(11573,51,11544,'2025-12-27 09:00:00','2025-12-27 09:15:00','2025-12-27','09:00:00','09:15:00',NULL),(11574,51,11544,'2025-12-28 09:00:00','2025-12-28 09:15:00','2025-12-28','09:00:00','09:15:00',NULL),(11575,51,11544,'2025-12-29 09:00:00','2025-12-29 09:15:00','2025-12-29','09:00:00','09:15:00',NULL),(11576,51,11544,'2025-12-30 09:00:00','2025-12-30 09:15:00','2025-12-30','09:00:00','09:15:00',NULL),(11577,51,11544,'2025-12-31 09:00:00','2025-12-31 09:15:00','2025-12-31','09:00:00','09:15:00',NULL),(11578,51,11578,'2025-11-28 09:15:00','2025-11-28 09:30:00','2025-11-28','09:15:00','09:30:00',NULL),(11579,51,11578,'2025-11-29 09:15:00','2025-11-29 09:30:00','2025-11-29','09:15:00','09:30:00',NULL),(11580,51,11578,'2025-11-30 09:15:00','2025-11-30 09:30:00','2025-11-30','09:15:00','09:30:00',NULL),(11581,51,11578,'2025-12-01 09:15:00','2025-12-01 09:30:00','2025-12-01','09:15:00','09:30:00',NULL),(11582,51,11578,'2025-12-02 09:15:00','2025-12-02 09:30:00','2025-12-02','09:15:00','09:30:00',NULL),(11583,51,11578,'2025-12-03 09:15:00','2025-12-03 09:30:00','2025-12-03','09:15:00','09:30:00',NULL),(11584,51,11578,'2025-12-04 09:15:00','2025-12-04 09:30:00','2025-12-04','09:15:00','09:30:00',NULL),(11585,51,11578,'2025-12-05 09:15:00','2025-12-05 09:30:00','2025-12-05','09:15:00','09:30:00',NULL),(11586,51,11578,'2025-12-06 09:15:00','2025-12-06 09:30:00','2025-12-06','09:15:00','09:30:00',NULL),(11587,51,11578,'2025-12-07 09:15:00','2025-12-07 09:30:00','2025-12-07','09:15:00','09:30:00',NULL),(11588,51,11578,'2025-12-08 09:15:00','2025-12-08 09:30:00','2025-12-08','09:15:00','09:30:00',NULL),(11589,51,11578,'2025-12-09 09:15:00','2025-12-09 09:30:00','2025-12-09','09:15:00','09:30:00',NULL),(11590,51,11578,'2025-12-10 09:15:00','2025-12-10 09:30:00','2025-12-10','09:15:00','09:30:00',NULL),(11591,51,11578,'2025-12-11 09:15:00','2025-12-11 09:30:00','2025-12-11','09:15:00','09:30:00',NULL),(11592,51,11578,'2025-12-12 09:15:00','2025-12-12 09:30:00','2025-12-12','09:15:00','09:30:00',NULL),(11593,51,11578,'2025-12-13 09:15:00','2025-12-13 09:30:00','2025-12-13','09:15:00','09:30:00',NULL),(11594,51,11578,'2025-12-14 09:15:00','2025-12-14 09:30:00','2025-12-14','09:15:00','09:30:00',NULL),(11595,51,11578,'2025-12-15 09:15:00','2025-12-15 09:30:00','2025-12-15','09:15:00','09:30:00',NULL),(11596,51,11578,'2025-12-16 09:15:00','2025-12-16 09:30:00','2025-12-16','09:15:00','09:30:00',NULL),(11597,51,11578,'2025-12-17 09:15:00','2025-12-17 09:30:00','2025-12-17','09:15:00','09:30:00',NULL),(11598,51,11578,'2025-12-18 09:15:00','2025-12-18 09:30:00','2025-12-18','09:15:00','09:30:00',NULL),(11599,51,11578,'2025-12-19 09:15:00','2025-12-19 09:30:00','2025-12-19','09:15:00','09:30:00',NULL),(11600,51,11578,'2025-12-20 09:15:00','2025-12-20 09:30:00','2025-12-20','09:15:00','09:30:00',NULL),(11601,51,11578,'2025-12-21 09:15:00','2025-12-21 09:30:00','2025-12-21','09:15:00','09:30:00',NULL),(11602,51,11578,'2025-12-22 09:15:00','2025-12-22 09:30:00','2025-12-22','09:15:00','09:30:00',NULL),(11603,51,11578,'2025-12-23 09:15:00','2025-12-23 09:30:00','2025-12-23','09:15:00','09:30:00',NULL),(11604,51,11578,'2025-12-24 09:15:00','2025-12-24 09:30:00','2025-12-24','09:15:00','09:30:00',NULL),(11605,51,11578,'2025-12-25 09:15:00','2025-12-25 09:30:00','2025-12-25','09:15:00','09:30:00',NULL),(11606,51,11578,'2025-12-26 09:15:00','2025-12-26 09:30:00','2025-12-26','09:15:00','09:30:00',NULL),(11607,51,11578,'2025-12-27 09:15:00','2025-12-27 09:30:00','2025-12-27','09:15:00','09:30:00',NULL),(11608,51,11578,'2025-12-28 09:15:00','2025-12-28 09:30:00','2025-12-28','09:15:00','09:30:00',NULL),(11609,51,11578,'2025-12-29 09:15:00','2025-12-29 09:30:00','2025-12-29','09:15:00','09:30:00',NULL),(11610,51,11578,'2025-12-30 09:15:00','2025-12-30 09:30:00','2025-12-30','09:15:00','09:30:00',NULL),(11611,51,11578,'2025-12-31 09:15:00','2025-12-31 09:30:00','2025-12-31','09:15:00','09:30:00',NULL),(11612,51,11612,'2025-11-28 09:30:00','2025-11-28 09:45:00','2025-11-28','09:30:00','09:45:00',NULL),(11613,51,11612,'2025-11-29 09:30:00','2025-11-29 09:45:00','2025-11-29','09:30:00','09:45:00',NULL),(11614,51,11612,'2025-11-30 09:30:00','2025-11-30 09:45:00','2025-11-30','09:30:00','09:45:00',NULL),(11615,51,11612,'2025-12-01 09:30:00','2025-12-01 09:45:00','2025-12-01','09:30:00','09:45:00',NULL),(11616,51,11612,'2025-12-02 09:30:00','2025-12-02 09:45:00','2025-12-02','09:30:00','09:45:00',NULL),(11617,51,11612,'2025-12-03 09:30:00','2025-12-03 09:45:00','2025-12-03','09:30:00','09:45:00',NULL),(11618,51,11612,'2025-12-04 09:30:00','2025-12-04 09:45:00','2025-12-04','09:30:00','09:45:00',NULL),(11619,51,11612,'2025-12-05 09:30:00','2025-12-05 09:45:00','2025-12-05','09:30:00','09:45:00',NULL),(11620,51,11612,'2025-12-06 09:30:00','2025-12-06 09:45:00','2025-12-06','09:30:00','09:45:00',NULL),(11621,51,11612,'2025-12-07 09:30:00','2025-12-07 09:45:00','2025-12-07','09:30:00','09:45:00',NULL),(11622,51,11612,'2025-12-08 09:30:00','2025-12-08 09:45:00','2025-12-08','09:30:00','09:45:00',NULL),(11623,51,11612,'2025-12-09 09:30:00','2025-12-09 09:45:00','2025-12-09','09:30:00','09:45:00',NULL),(11624,51,11612,'2025-12-10 09:30:00','2025-12-10 09:45:00','2025-12-10','09:30:00','09:45:00',NULL),(11625,51,11612,'2025-12-11 09:30:00','2025-12-11 09:45:00','2025-12-11','09:30:00','09:45:00',NULL),(11626,51,11612,'2025-12-12 09:30:00','2025-12-12 09:45:00','2025-12-12','09:30:00','09:45:00',NULL),(11627,51,11612,'2025-12-13 09:30:00','2025-12-13 09:45:00','2025-12-13','09:30:00','09:45:00',NULL),(11628,51,11612,'2025-12-14 09:30:00','2025-12-14 09:45:00','2025-12-14','09:30:00','09:45:00',NULL),(11629,51,11612,'2025-12-15 09:30:00','2025-12-15 09:45:00','2025-12-15','09:30:00','09:45:00',NULL),(11630,51,11612,'2025-12-16 09:30:00','2025-12-16 09:45:00','2025-12-16','09:30:00','09:45:00',NULL),(11631,51,11612,'2025-12-17 09:30:00','2025-12-17 09:45:00','2025-12-17','09:30:00','09:45:00',NULL),(11632,51,11612,'2025-12-18 09:30:00','2025-12-18 09:45:00','2025-12-18','09:30:00','09:45:00',NULL),(11633,51,11612,'2025-12-19 09:30:00','2025-12-19 09:45:00','2025-12-19','09:30:00','09:45:00',NULL),(11634,51,11612,'2025-12-20 09:30:00','2025-12-20 09:45:00','2025-12-20','09:30:00','09:45:00',NULL),(11635,51,11612,'2025-12-21 09:30:00','2025-12-21 09:45:00','2025-12-21','09:30:00','09:45:00',NULL),(11636,51,11612,'2025-12-22 09:30:00','2025-12-22 09:45:00','2025-12-22','09:30:00','09:45:00',NULL),(11637,51,11612,'2025-12-23 09:30:00','2025-12-23 09:45:00','2025-12-23','09:30:00','09:45:00',NULL),(11638,51,11612,'2025-12-24 09:30:00','2025-12-24 09:45:00','2025-12-24','09:30:00','09:45:00',NULL),(11639,51,11612,'2025-12-25 09:30:00','2025-12-25 09:45:00','2025-12-25','09:30:00','09:45:00',NULL),(11640,51,11612,'2025-12-26 09:30:00','2025-12-26 09:45:00','2025-12-26','09:30:00','09:45:00',NULL),(11641,51,11612,'2025-12-27 09:30:00','2025-12-27 09:45:00','2025-12-27','09:30:00','09:45:00',NULL),(11642,51,11612,'2025-12-28 09:30:00','2025-12-28 09:45:00','2025-12-28','09:30:00','09:45:00',NULL),(11643,51,11612,'2025-12-29 09:30:00','2025-12-29 09:45:00','2025-12-29','09:30:00','09:45:00',NULL),(11644,51,11612,'2025-12-30 09:30:00','2025-12-30 09:45:00','2025-12-30','09:30:00','09:45:00',NULL),(11645,51,11612,'2025-12-31 09:30:00','2025-12-31 09:45:00','2025-12-31','09:30:00','09:45:00',NULL),(11646,51,11646,'2025-11-28 09:45:00','2025-11-28 10:00:00','2025-11-28','09:45:00','10:00:00',NULL),(11647,51,11646,'2025-11-29 09:45:00','2025-11-29 10:00:00','2025-11-29','09:45:00','10:00:00',NULL),(11648,51,11646,'2025-11-30 09:45:00','2025-11-30 10:00:00','2025-11-30','09:45:00','10:00:00',NULL),(11649,51,11646,'2025-12-01 09:45:00','2025-12-01 10:00:00','2025-12-01','09:45:00','10:00:00',NULL),(11650,51,11646,'2025-12-02 09:45:00','2025-12-02 10:00:00','2025-12-02','09:45:00','10:00:00',NULL),(11651,51,11646,'2025-12-03 09:45:00','2025-12-03 10:00:00','2025-12-03','09:45:00','10:00:00',NULL),(11652,51,11646,'2025-12-04 09:45:00','2025-12-04 10:00:00','2025-12-04','09:45:00','10:00:00',NULL),(11653,51,11646,'2025-12-05 09:45:00','2025-12-05 10:00:00','2025-12-05','09:45:00','10:00:00',NULL),(11654,51,11646,'2025-12-06 09:45:00','2025-12-06 10:00:00','2025-12-06','09:45:00','10:00:00',NULL),(11655,51,11646,'2025-12-07 09:45:00','2025-12-07 10:00:00','2025-12-07','09:45:00','10:00:00',NULL),(11656,51,11646,'2025-12-08 09:45:00','2025-12-08 10:00:00','2025-12-08','09:45:00','10:00:00',NULL),(11657,51,11646,'2025-12-09 09:45:00','2025-12-09 10:00:00','2025-12-09','09:45:00','10:00:00',NULL),(11658,51,11646,'2025-12-10 09:45:00','2025-12-10 10:00:00','2025-12-10','09:45:00','10:00:00',NULL),(11659,51,11646,'2025-12-11 09:45:00','2025-12-11 10:00:00','2025-12-11','09:45:00','10:00:00',NULL),(11660,51,11646,'2025-12-12 09:45:00','2025-12-12 10:00:00','2025-12-12','09:45:00','10:00:00',NULL),(11661,51,11646,'2025-12-13 09:45:00','2025-12-13 10:00:00','2025-12-13','09:45:00','10:00:00',NULL),(11662,51,11646,'2025-12-14 09:45:00','2025-12-14 10:00:00','2025-12-14','09:45:00','10:00:00',NULL),(11663,51,11646,'2025-12-15 09:45:00','2025-12-15 10:00:00','2025-12-15','09:45:00','10:00:00',NULL),(11664,51,11646,'2025-12-16 09:45:00','2025-12-16 10:00:00','2025-12-16','09:45:00','10:00:00',NULL),(11665,51,11646,'2025-12-17 09:45:00','2025-12-17 10:00:00','2025-12-17','09:45:00','10:00:00',NULL),(11666,51,11646,'2025-12-18 09:45:00','2025-12-18 10:00:00','2025-12-18','09:45:00','10:00:00',NULL),(11667,51,11646,'2025-12-19 09:45:00','2025-12-19 10:00:00','2025-12-19','09:45:00','10:00:00',NULL),(11668,51,11646,'2025-12-20 09:45:00','2025-12-20 10:00:00','2025-12-20','09:45:00','10:00:00',NULL),(11669,51,11646,'2025-12-21 09:45:00','2025-12-21 10:00:00','2025-12-21','09:45:00','10:00:00',NULL),(11670,51,11646,'2025-12-22 09:45:00','2025-12-22 10:00:00','2025-12-22','09:45:00','10:00:00',NULL),(11671,51,11646,'2025-12-23 09:45:00','2025-12-23 10:00:00','2025-12-23','09:45:00','10:00:00',NULL),(11672,51,11646,'2025-12-24 09:45:00','2025-12-24 10:00:00','2025-12-24','09:45:00','10:00:00',NULL),(11673,51,11646,'2025-12-25 09:45:00','2025-12-25 10:00:00','2025-12-25','09:45:00','10:00:00',NULL),(11674,51,11646,'2025-12-26 09:45:00','2025-12-26 10:00:00','2025-12-26','09:45:00','10:00:00',NULL),(11675,51,11646,'2025-12-27 09:45:00','2025-12-27 10:00:00','2025-12-27','09:45:00','10:00:00',NULL),(11676,51,11646,'2025-12-28 09:45:00','2025-12-28 10:00:00','2025-12-28','09:45:00','10:00:00',NULL),(11677,51,11646,'2025-12-29 09:45:00','2025-12-29 10:00:00','2025-12-29','09:45:00','10:00:00',NULL),(11678,51,11646,'2025-12-30 09:45:00','2025-12-30 10:00:00','2025-12-30','09:45:00','10:00:00',NULL),(11679,51,11646,'2025-12-31 09:45:00','2025-12-31 10:00:00','2025-12-31','09:45:00','10:00:00',NULL),(11680,51,11680,'2025-11-28 10:00:00','2025-11-28 10:15:00','2025-11-28','10:00:00','10:15:00',NULL),(11681,51,11680,'2025-11-29 10:00:00','2025-11-29 10:15:00','2025-11-29','10:00:00','10:15:00',NULL),(11682,51,11680,'2025-11-30 10:00:00','2025-11-30 10:15:00','2025-11-30','10:00:00','10:15:00',NULL),(11683,51,11680,'2025-12-01 10:00:00','2025-12-01 10:15:00','2025-12-01','10:00:00','10:15:00',NULL),(11684,51,11680,'2025-12-02 10:00:00','2025-12-02 10:15:00','2025-12-02','10:00:00','10:15:00',NULL),(11685,51,11680,'2025-12-03 10:00:00','2025-12-03 10:15:00','2025-12-03','10:00:00','10:15:00',NULL),(11686,51,11680,'2025-12-04 10:00:00','2025-12-04 10:15:00','2025-12-04','10:00:00','10:15:00',NULL),(11687,51,11680,'2025-12-05 10:00:00','2025-12-05 10:15:00','2025-12-05','10:00:00','10:15:00',NULL),(11688,51,11680,'2025-12-06 10:00:00','2025-12-06 10:15:00','2025-12-06','10:00:00','10:15:00',NULL),(11689,51,11680,'2025-12-07 10:00:00','2025-12-07 10:15:00','2025-12-07','10:00:00','10:15:00',NULL),(11690,51,11680,'2025-12-08 10:00:00','2025-12-08 10:15:00','2025-12-08','10:00:00','10:15:00',NULL),(11691,51,11680,'2025-12-09 10:00:00','2025-12-09 10:15:00','2025-12-09','10:00:00','10:15:00',NULL),(11692,51,11680,'2025-12-10 10:00:00','2025-12-10 10:15:00','2025-12-10','10:00:00','10:15:00',NULL),(11693,51,11680,'2025-12-11 10:00:00','2025-12-11 10:15:00','2025-12-11','10:00:00','10:15:00',NULL),(11694,51,11680,'2025-12-12 10:00:00','2025-12-12 10:15:00','2025-12-12','10:00:00','10:15:00',NULL),(11695,51,11680,'2025-12-13 10:00:00','2025-12-13 10:15:00','2025-12-13','10:00:00','10:15:00',NULL),(11696,51,11680,'2025-12-14 10:00:00','2025-12-14 10:15:00','2025-12-14','10:00:00','10:15:00',NULL),(11697,51,11680,'2025-12-15 10:00:00','2025-12-15 10:15:00','2025-12-15','10:00:00','10:15:00',NULL),(11698,51,11680,'2025-12-16 10:00:00','2025-12-16 10:15:00','2025-12-16','10:00:00','10:15:00',NULL),(11699,51,11680,'2025-12-17 10:00:00','2025-12-17 10:15:00','2025-12-17','10:00:00','10:15:00',NULL),(11700,51,11680,'2025-12-18 10:00:00','2025-12-18 10:15:00','2025-12-18','10:00:00','10:15:00',NULL),(11701,51,11680,'2025-12-19 10:00:00','2025-12-19 10:15:00','2025-12-19','10:00:00','10:15:00',NULL),(11702,51,11680,'2025-12-20 10:00:00','2025-12-20 10:15:00','2025-12-20','10:00:00','10:15:00',NULL),(11703,51,11680,'2025-12-21 10:00:00','2025-12-21 10:15:00','2025-12-21','10:00:00','10:15:00',NULL),(11704,51,11680,'2025-12-22 10:00:00','2025-12-22 10:15:00','2025-12-22','10:00:00','10:15:00',NULL),(11705,51,11680,'2025-12-23 10:00:00','2025-12-23 10:15:00','2025-12-23','10:00:00','10:15:00',NULL),(11706,51,11680,'2025-12-24 10:00:00','2025-12-24 10:15:00','2025-12-24','10:00:00','10:15:00',NULL),(11707,51,11680,'2025-12-25 10:00:00','2025-12-25 10:15:00','2025-12-25','10:00:00','10:15:00',NULL),(11708,51,11680,'2025-12-26 10:00:00','2025-12-26 10:15:00','2025-12-26','10:00:00','10:15:00',NULL),(11709,51,11680,'2025-12-27 10:00:00','2025-12-27 10:15:00','2025-12-27','10:00:00','10:15:00',NULL),(11710,51,11680,'2025-12-28 10:00:00','2025-12-28 10:15:00','2025-12-28','10:00:00','10:15:00',NULL),(11711,51,11680,'2025-12-29 10:00:00','2025-12-29 10:15:00','2025-12-29','10:00:00','10:15:00',NULL),(11712,51,11680,'2025-12-30 10:00:00','2025-12-30 10:15:00','2025-12-30','10:00:00','10:15:00',NULL),(11713,51,11680,'2025-12-31 10:00:00','2025-12-31 10:15:00','2025-12-31','10:00:00','10:15:00',NULL),(11714,51,11714,'2025-11-28 10:15:00','2025-11-28 10:30:00','2025-11-28','10:15:00','10:30:00',NULL),(11715,51,11714,'2025-11-29 10:15:00','2025-11-29 10:30:00','2025-11-29','10:15:00','10:30:00',NULL),(11716,51,11714,'2025-11-30 10:15:00','2025-11-30 10:30:00','2025-11-30','10:15:00','10:30:00',NULL),(11717,51,11714,'2025-12-01 10:15:00','2025-12-01 10:30:00','2025-12-01','10:15:00','10:30:00',NULL),(11718,51,11714,'2025-12-02 10:15:00','2025-12-02 10:30:00','2025-12-02','10:15:00','10:30:00',NULL),(11719,51,11714,'2025-12-03 10:15:00','2025-12-03 10:30:00','2025-12-03','10:15:00','10:30:00',NULL),(11720,51,11714,'2025-12-04 10:15:00','2025-12-04 10:30:00','2025-12-04','10:15:00','10:30:00',NULL),(11721,51,11714,'2025-12-05 10:15:00','2025-12-05 10:30:00','2025-12-05','10:15:00','10:30:00',NULL),(11722,51,11714,'2025-12-06 10:15:00','2025-12-06 10:30:00','2025-12-06','10:15:00','10:30:00',NULL),(11723,51,11714,'2025-12-07 10:15:00','2025-12-07 10:30:00','2025-12-07','10:15:00','10:30:00',NULL),(11724,51,11714,'2025-12-08 10:15:00','2025-12-08 10:30:00','2025-12-08','10:15:00','10:30:00',NULL),(11725,51,11714,'2025-12-09 10:15:00','2025-12-09 10:30:00','2025-12-09','10:15:00','10:30:00',NULL),(11726,51,11714,'2025-12-10 10:15:00','2025-12-10 10:30:00','2025-12-10','10:15:00','10:30:00',NULL),(11727,51,11714,'2025-12-11 10:15:00','2025-12-11 10:30:00','2025-12-11','10:15:00','10:30:00',NULL),(11728,51,11714,'2025-12-12 10:15:00','2025-12-12 10:30:00','2025-12-12','10:15:00','10:30:00',NULL),(11729,51,11714,'2025-12-13 10:15:00','2025-12-13 10:30:00','2025-12-13','10:15:00','10:30:00',NULL),(11730,51,11714,'2025-12-14 10:15:00','2025-12-14 10:30:00','2025-12-14','10:15:00','10:30:00',NULL),(11731,51,11714,'2025-12-15 10:15:00','2025-12-15 10:30:00','2025-12-15','10:15:00','10:30:00',NULL),(11732,51,11714,'2025-12-16 10:15:00','2025-12-16 10:30:00','2025-12-16','10:15:00','10:30:00',NULL),(11733,51,11714,'2025-12-17 10:15:00','2025-12-17 10:30:00','2025-12-17','10:15:00','10:30:00',NULL),(11734,51,11714,'2025-12-18 10:15:00','2025-12-18 10:30:00','2025-12-18','10:15:00','10:30:00',NULL),(11735,51,11714,'2025-12-19 10:15:00','2025-12-19 10:30:00','2025-12-19','10:15:00','10:30:00',NULL),(11736,51,11714,'2025-12-20 10:15:00','2025-12-20 10:30:00','2025-12-20','10:15:00','10:30:00',NULL),(11737,51,11714,'2025-12-21 10:15:00','2025-12-21 10:30:00','2025-12-21','10:15:00','10:30:00',NULL),(11738,51,11714,'2025-12-22 10:15:00','2025-12-22 10:30:00','2025-12-22','10:15:00','10:30:00',NULL),(11739,51,11714,'2025-12-23 10:15:00','2025-12-23 10:30:00','2025-12-23','10:15:00','10:30:00',NULL),(11740,51,11714,'2025-12-24 10:15:00','2025-12-24 10:30:00','2025-12-24','10:15:00','10:30:00',NULL),(11741,51,11714,'2025-12-25 10:15:00','2025-12-25 10:30:00','2025-12-25','10:15:00','10:30:00',NULL),(11742,51,11714,'2025-12-26 10:15:00','2025-12-26 10:30:00','2025-12-26','10:15:00','10:30:00',NULL),(11743,51,11714,'2025-12-27 10:15:00','2025-12-27 10:30:00','2025-12-27','10:15:00','10:30:00',NULL),(11744,51,11714,'2025-12-28 10:15:00','2025-12-28 10:30:00','2025-12-28','10:15:00','10:30:00',NULL),(11745,51,11714,'2025-12-29 10:15:00','2025-12-29 10:30:00','2025-12-29','10:15:00','10:30:00',NULL),(11746,51,11714,'2025-12-30 10:15:00','2025-12-30 10:30:00','2025-12-30','10:15:00','10:30:00',NULL),(11747,51,11714,'2025-12-31 10:15:00','2025-12-31 10:30:00','2025-12-31','10:15:00','10:30:00',NULL),(11748,51,11748,'2025-11-28 10:30:00','2025-11-28 10:45:00','2025-11-28','10:30:00','10:45:00',NULL),(11749,51,11748,'2025-11-29 10:30:00','2025-11-29 10:45:00','2025-11-29','10:30:00','10:45:00',NULL),(11750,51,11748,'2025-11-30 10:30:00','2025-11-30 10:45:00','2025-11-30','10:30:00','10:45:00',NULL),(11751,51,11748,'2025-12-01 10:30:00','2025-12-01 10:45:00','2025-12-01','10:30:00','10:45:00',NULL),(11752,51,11748,'2025-12-02 10:30:00','2025-12-02 10:45:00','2025-12-02','10:30:00','10:45:00',NULL),(11753,51,11748,'2025-12-03 10:30:00','2025-12-03 10:45:00','2025-12-03','10:30:00','10:45:00',NULL),(11754,51,11748,'2025-12-04 10:30:00','2025-12-04 10:45:00','2025-12-04','10:30:00','10:45:00',NULL),(11755,51,11748,'2025-12-05 10:30:00','2025-12-05 10:45:00','2025-12-05','10:30:00','10:45:00',NULL),(11756,51,11748,'2025-12-06 10:30:00','2025-12-06 10:45:00','2025-12-06','10:30:00','10:45:00',NULL),(11757,51,11748,'2025-12-07 10:30:00','2025-12-07 10:45:00','2025-12-07','10:30:00','10:45:00',NULL),(11758,51,11748,'2025-12-08 10:30:00','2025-12-08 10:45:00','2025-12-08','10:30:00','10:45:00',NULL),(11759,51,11748,'2025-12-09 10:30:00','2025-12-09 10:45:00','2025-12-09','10:30:00','10:45:00',NULL),(11760,51,11748,'2025-12-10 10:30:00','2025-12-10 10:45:00','2025-12-10','10:30:00','10:45:00',NULL),(11761,51,11748,'2025-12-11 10:30:00','2025-12-11 10:45:00','2025-12-11','10:30:00','10:45:00',NULL),(11762,51,11748,'2025-12-12 10:30:00','2025-12-12 10:45:00','2025-12-12','10:30:00','10:45:00',NULL),(11763,51,11748,'2025-12-13 10:30:00','2025-12-13 10:45:00','2025-12-13','10:30:00','10:45:00',NULL),(11764,51,11748,'2025-12-14 10:30:00','2025-12-14 10:45:00','2025-12-14','10:30:00','10:45:00',NULL),(11765,51,11748,'2025-12-15 10:30:00','2025-12-15 10:45:00','2025-12-15','10:30:00','10:45:00',NULL),(11766,51,11748,'2025-12-16 10:30:00','2025-12-16 10:45:00','2025-12-16','10:30:00','10:45:00',NULL),(11767,51,11748,'2025-12-17 10:30:00','2025-12-17 10:45:00','2025-12-17','10:30:00','10:45:00',NULL),(11768,51,11748,'2025-12-18 10:30:00','2025-12-18 10:45:00','2025-12-18','10:30:00','10:45:00',NULL),(11769,51,11748,'2025-12-19 10:30:00','2025-12-19 10:45:00','2025-12-19','10:30:00','10:45:00',NULL),(11770,51,11748,'2025-12-20 10:30:00','2025-12-20 10:45:00','2025-12-20','10:30:00','10:45:00',NULL),(11771,51,11748,'2025-12-21 10:30:00','2025-12-21 10:45:00','2025-12-21','10:30:00','10:45:00',NULL),(11772,51,11748,'2025-12-22 10:30:00','2025-12-22 10:45:00','2025-12-22','10:30:00','10:45:00',NULL),(11773,51,11748,'2025-12-23 10:30:00','2025-12-23 10:45:00','2025-12-23','10:30:00','10:45:00',NULL),(11774,51,11748,'2025-12-24 10:30:00','2025-12-24 10:45:00','2025-12-24','10:30:00','10:45:00',NULL),(11775,51,11748,'2025-12-25 10:30:00','2025-12-25 10:45:00','2025-12-25','10:30:00','10:45:00',NULL),(11776,51,11748,'2025-12-26 10:30:00','2025-12-26 10:45:00','2025-12-26','10:30:00','10:45:00',NULL),(11777,51,11748,'2025-12-27 10:30:00','2025-12-27 10:45:00','2025-12-27','10:30:00','10:45:00',NULL),(11778,51,11748,'2025-12-28 10:30:00','2025-12-28 10:45:00','2025-12-28','10:30:00','10:45:00',NULL),(11779,51,11748,'2025-12-29 10:30:00','2025-12-29 10:45:00','2025-12-29','10:30:00','10:45:00',NULL),(11780,51,11748,'2025-12-30 10:30:00','2025-12-30 10:45:00','2025-12-30','10:30:00','10:45:00',NULL),(11781,51,11748,'2025-12-31 10:30:00','2025-12-31 10:45:00','2025-12-31','10:30:00','10:45:00',NULL),(11782,51,11782,'2025-11-28 10:45:00','2025-11-28 11:00:00','2025-11-28','10:45:00','11:00:00',NULL),(11783,51,11782,'2025-11-29 10:45:00','2025-11-29 11:00:00','2025-11-29','10:45:00','11:00:00',NULL),(11784,51,11782,'2025-11-30 10:45:00','2025-11-30 11:00:00','2025-11-30','10:45:00','11:00:00',NULL),(11785,51,11782,'2025-12-01 10:45:00','2025-12-01 11:00:00','2025-12-01','10:45:00','11:00:00',NULL),(11786,51,11782,'2025-12-02 10:45:00','2025-12-02 11:00:00','2025-12-02','10:45:00','11:00:00',NULL),(11787,51,11782,'2025-12-03 10:45:00','2025-12-03 11:00:00','2025-12-03','10:45:00','11:00:00',NULL),(11788,51,11782,'2025-12-04 10:45:00','2025-12-04 11:00:00','2025-12-04','10:45:00','11:00:00',NULL),(11789,51,11782,'2025-12-05 10:45:00','2025-12-05 11:00:00','2025-12-05','10:45:00','11:00:00',NULL),(11790,51,11782,'2025-12-06 10:45:00','2025-12-06 11:00:00','2025-12-06','10:45:00','11:00:00',NULL),(11791,51,11782,'2025-12-07 10:45:00','2025-12-07 11:00:00','2025-12-07','10:45:00','11:00:00',NULL),(11792,51,11782,'2025-12-08 10:45:00','2025-12-08 11:00:00','2025-12-08','10:45:00','11:00:00',NULL),(11793,51,11782,'2025-12-09 10:45:00','2025-12-09 11:00:00','2025-12-09','10:45:00','11:00:00',NULL),(11794,51,11782,'2025-12-10 10:45:00','2025-12-10 11:00:00','2025-12-10','10:45:00','11:00:00',NULL),(11795,51,11782,'2025-12-11 10:45:00','2025-12-11 11:00:00','2025-12-11','10:45:00','11:00:00',NULL),(11796,51,11782,'2025-12-12 10:45:00','2025-12-12 11:00:00','2025-12-12','10:45:00','11:00:00',NULL),(11797,51,11782,'2025-12-13 10:45:00','2025-12-13 11:00:00','2025-12-13','10:45:00','11:00:00',NULL),(11798,51,11782,'2025-12-14 10:45:00','2025-12-14 11:00:00','2025-12-14','10:45:00','11:00:00',NULL),(11799,51,11782,'2025-12-15 10:45:00','2025-12-15 11:00:00','2025-12-15','10:45:00','11:00:00',NULL),(11800,51,11782,'2025-12-16 10:45:00','2025-12-16 11:00:00','2025-12-16','10:45:00','11:00:00',NULL),(11801,51,11782,'2025-12-17 10:45:00','2025-12-17 11:00:00','2025-12-17','10:45:00','11:00:00',NULL),(11802,51,11782,'2025-12-18 10:45:00','2025-12-18 11:00:00','2025-12-18','10:45:00','11:00:00',NULL),(11803,51,11782,'2025-12-19 10:45:00','2025-12-19 11:00:00','2025-12-19','10:45:00','11:00:00',NULL),(11804,51,11782,'2025-12-20 10:45:00','2025-12-20 11:00:00','2025-12-20','10:45:00','11:00:00',NULL),(11805,51,11782,'2025-12-21 10:45:00','2025-12-21 11:00:00','2025-12-21','10:45:00','11:00:00',NULL),(11806,51,11782,'2025-12-22 10:45:00','2025-12-22 11:00:00','2025-12-22','10:45:00','11:00:00',NULL),(11807,51,11782,'2025-12-23 10:45:00','2025-12-23 11:00:00','2025-12-23','10:45:00','11:00:00',NULL),(11808,51,11782,'2025-12-24 10:45:00','2025-12-24 11:00:00','2025-12-24','10:45:00','11:00:00',NULL),(11809,51,11782,'2025-12-25 10:45:00','2025-12-25 11:00:00','2025-12-25','10:45:00','11:00:00',NULL),(11810,51,11782,'2025-12-26 10:45:00','2025-12-26 11:00:00','2025-12-26','10:45:00','11:00:00',NULL),(11811,51,11782,'2025-12-27 10:45:00','2025-12-27 11:00:00','2025-12-27','10:45:00','11:00:00',NULL),(11812,51,11782,'2025-12-28 10:45:00','2025-12-28 11:00:00','2025-12-28','10:45:00','11:00:00',NULL),(11813,51,11782,'2025-12-29 10:45:00','2025-12-29 11:00:00','2025-12-29','10:45:00','11:00:00',NULL),(11814,51,11782,'2025-12-30 10:45:00','2025-12-30 11:00:00','2025-12-30','10:45:00','11:00:00',NULL),(11815,51,11782,'2025-12-31 10:45:00','2025-12-31 11:00:00','2025-12-31','10:45:00','11:00:00',NULL),(11816,51,11816,'2025-11-28 11:00:00','2025-11-28 11:15:00','2025-11-28','11:00:00','11:15:00',NULL),(11817,51,11816,'2025-11-29 11:00:00','2025-11-29 11:15:00','2025-11-29','11:00:00','11:15:00',NULL),(11818,51,11816,'2025-11-30 11:00:00','2025-11-30 11:15:00','2025-11-30','11:00:00','11:15:00',NULL),(11819,51,11816,'2025-12-01 11:00:00','2025-12-01 11:15:00','2025-12-01','11:00:00','11:15:00',NULL),(11820,51,11816,'2025-12-02 11:00:00','2025-12-02 11:15:00','2025-12-02','11:00:00','11:15:00',NULL),(11821,51,11816,'2025-12-03 11:00:00','2025-12-03 11:15:00','2025-12-03','11:00:00','11:15:00',NULL),(11822,51,11816,'2025-12-04 11:00:00','2025-12-04 11:15:00','2025-12-04','11:00:00','11:15:00',NULL),(11823,51,11816,'2025-12-05 11:00:00','2025-12-05 11:15:00','2025-12-05','11:00:00','11:15:00',NULL),(11824,51,11816,'2025-12-06 11:00:00','2025-12-06 11:15:00','2025-12-06','11:00:00','11:15:00',NULL),(11825,51,11816,'2025-12-07 11:00:00','2025-12-07 11:15:00','2025-12-07','11:00:00','11:15:00',NULL),(11826,51,11816,'2025-12-08 11:00:00','2025-12-08 11:15:00','2025-12-08','11:00:00','11:15:00',NULL),(11827,51,11816,'2025-12-09 11:00:00','2025-12-09 11:15:00','2025-12-09','11:00:00','11:15:00',NULL),(11828,51,11816,'2025-12-10 11:00:00','2025-12-10 11:15:00','2025-12-10','11:00:00','11:15:00',NULL),(11829,51,11816,'2025-12-11 11:00:00','2025-12-11 11:15:00','2025-12-11','11:00:00','11:15:00',NULL),(11830,51,11816,'2025-12-12 11:00:00','2025-12-12 11:15:00','2025-12-12','11:00:00','11:15:00',NULL),(11831,51,11816,'2025-12-13 11:00:00','2025-12-13 11:15:00','2025-12-13','11:00:00','11:15:00',NULL),(11832,51,11816,'2025-12-14 11:00:00','2025-12-14 11:15:00','2025-12-14','11:00:00','11:15:00',NULL),(11833,51,11816,'2025-12-15 11:00:00','2025-12-15 11:15:00','2025-12-15','11:00:00','11:15:00',NULL),(11834,51,11816,'2025-12-16 11:00:00','2025-12-16 11:15:00','2025-12-16','11:00:00','11:15:00',NULL),(11835,51,11816,'2025-12-17 11:00:00','2025-12-17 11:15:00','2025-12-17','11:00:00','11:15:00',NULL),(11836,51,11816,'2025-12-18 11:00:00','2025-12-18 11:15:00','2025-12-18','11:00:00','11:15:00',NULL),(11837,51,11816,'2025-12-19 11:00:00','2025-12-19 11:15:00','2025-12-19','11:00:00','11:15:00',NULL),(11838,51,11816,'2025-12-20 11:00:00','2025-12-20 11:15:00','2025-12-20','11:00:00','11:15:00',NULL),(11839,51,11816,'2025-12-21 11:00:00','2025-12-21 11:15:00','2025-12-21','11:00:00','11:15:00',NULL),(11840,51,11816,'2025-12-22 11:00:00','2025-12-22 11:15:00','2025-12-22','11:00:00','11:15:00',NULL),(11841,51,11816,'2025-12-23 11:00:00','2025-12-23 11:15:00','2025-12-23','11:00:00','11:15:00',NULL),(11842,51,11816,'2025-12-24 11:00:00','2025-12-24 11:15:00','2025-12-24','11:00:00','11:15:00',NULL),(11843,51,11816,'2025-12-25 11:00:00','2025-12-25 11:15:00','2025-12-25','11:00:00','11:15:00',NULL),(11844,51,11816,'2025-12-26 11:00:00','2025-12-26 11:15:00','2025-12-26','11:00:00','11:15:00',NULL),(11845,51,11816,'2025-12-27 11:00:00','2025-12-27 11:15:00','2025-12-27','11:00:00','11:15:00',NULL),(11846,51,11816,'2025-12-28 11:00:00','2025-12-28 11:15:00','2025-12-28','11:00:00','11:15:00',NULL),(11847,51,11816,'2025-12-29 11:00:00','2025-12-29 11:15:00','2025-12-29','11:00:00','11:15:00',NULL),(11848,51,11816,'2025-12-30 11:00:00','2025-12-30 11:15:00','2025-12-30','11:00:00','11:15:00',NULL),(11849,51,11816,'2025-12-31 11:00:00','2025-12-31 11:15:00','2025-12-31','11:00:00','11:15:00',NULL),(11850,51,11850,'2025-11-28 11:15:00','2025-11-28 11:30:00','2025-11-28','11:15:00','11:30:00',NULL),(11851,51,11850,'2025-11-29 11:15:00','2025-11-29 11:30:00','2025-11-29','11:15:00','11:30:00',NULL),(11852,51,11850,'2025-11-30 11:15:00','2025-11-30 11:30:00','2025-11-30','11:15:00','11:30:00',NULL),(11853,51,11850,'2025-12-01 11:15:00','2025-12-01 11:30:00','2025-12-01','11:15:00','11:30:00',NULL),(11854,51,11850,'2025-12-02 11:15:00','2025-12-02 11:30:00','2025-12-02','11:15:00','11:30:00',NULL),(11855,51,11850,'2025-12-03 11:15:00','2025-12-03 11:30:00','2025-12-03','11:15:00','11:30:00',NULL),(11856,51,11850,'2025-12-04 11:15:00','2025-12-04 11:30:00','2025-12-04','11:15:00','11:30:00',NULL),(11857,51,11850,'2025-12-05 11:15:00','2025-12-05 11:30:00','2025-12-05','11:15:00','11:30:00',NULL),(11858,51,11850,'2025-12-06 11:15:00','2025-12-06 11:30:00','2025-12-06','11:15:00','11:30:00',NULL),(11859,51,11850,'2025-12-07 11:15:00','2025-12-07 11:30:00','2025-12-07','11:15:00','11:30:00',NULL),(11860,51,11850,'2025-12-08 11:15:00','2025-12-08 11:30:00','2025-12-08','11:15:00','11:30:00',NULL),(11861,51,11850,'2025-12-09 11:15:00','2025-12-09 11:30:00','2025-12-09','11:15:00','11:30:00',NULL),(11862,51,11850,'2025-12-10 11:15:00','2025-12-10 11:30:00','2025-12-10','11:15:00','11:30:00',NULL),(11863,51,11850,'2025-12-11 11:15:00','2025-12-11 11:30:00','2025-12-11','11:15:00','11:30:00',NULL),(11864,51,11850,'2025-12-12 11:15:00','2025-12-12 11:30:00','2025-12-12','11:15:00','11:30:00',NULL),(11865,51,11850,'2025-12-13 11:15:00','2025-12-13 11:30:00','2025-12-13','11:15:00','11:30:00',NULL),(11866,51,11850,'2025-12-14 11:15:00','2025-12-14 11:30:00','2025-12-14','11:15:00','11:30:00',NULL),(11867,51,11850,'2025-12-15 11:15:00','2025-12-15 11:30:00','2025-12-15','11:15:00','11:30:00',NULL),(11868,51,11850,'2025-12-16 11:15:00','2025-12-16 11:30:00','2025-12-16','11:15:00','11:30:00',NULL),(11869,51,11850,'2025-12-17 11:15:00','2025-12-17 11:30:00','2025-12-17','11:15:00','11:30:00',NULL),(11870,51,11850,'2025-12-18 11:15:00','2025-12-18 11:30:00','2025-12-18','11:15:00','11:30:00',NULL),(11871,51,11850,'2025-12-19 11:15:00','2025-12-19 11:30:00','2025-12-19','11:15:00','11:30:00',NULL),(11872,51,11850,'2025-12-20 11:15:00','2025-12-20 11:30:00','2025-12-20','11:15:00','11:30:00',NULL),(11873,51,11850,'2025-12-21 11:15:00','2025-12-21 11:30:00','2025-12-21','11:15:00','11:30:00',NULL),(11874,51,11850,'2025-12-22 11:15:00','2025-12-22 11:30:00','2025-12-22','11:15:00','11:30:00',NULL),(11875,51,11850,'2025-12-23 11:15:00','2025-12-23 11:30:00','2025-12-23','11:15:00','11:30:00',NULL),(11876,51,11850,'2025-12-24 11:15:00','2025-12-24 11:30:00','2025-12-24','11:15:00','11:30:00',NULL),(11877,51,11850,'2025-12-25 11:15:00','2025-12-25 11:30:00','2025-12-25','11:15:00','11:30:00',NULL),(11878,51,11850,'2025-12-26 11:15:00','2025-12-26 11:30:00','2025-12-26','11:15:00','11:30:00',NULL),(11879,51,11850,'2025-12-27 11:15:00','2025-12-27 11:30:00','2025-12-27','11:15:00','11:30:00',NULL),(11880,51,11850,'2025-12-28 11:15:00','2025-12-28 11:30:00','2025-12-28','11:15:00','11:30:00',NULL),(11881,51,11850,'2025-12-29 11:15:00','2025-12-29 11:30:00','2025-12-29','11:15:00','11:30:00',NULL),(11882,51,11850,'2025-12-30 11:15:00','2025-12-30 11:30:00','2025-12-30','11:15:00','11:30:00',NULL),(11883,51,11850,'2025-12-31 11:15:00','2025-12-31 11:30:00','2025-12-31','11:15:00','11:30:00',NULL),(11884,51,11884,'2025-11-28 11:30:00','2025-11-28 11:45:00','2025-11-28','11:30:00','11:45:00',NULL),(11885,51,11884,'2025-11-29 11:30:00','2025-11-29 11:45:00','2025-11-29','11:30:00','11:45:00',NULL),(11886,51,11884,'2025-11-30 11:30:00','2025-11-30 11:45:00','2025-11-30','11:30:00','11:45:00',NULL),(11887,51,11884,'2025-12-01 11:30:00','2025-12-01 11:45:00','2025-12-01','11:30:00','11:45:00',NULL),(11888,51,11884,'2025-12-02 11:30:00','2025-12-02 11:45:00','2025-12-02','11:30:00','11:45:00',NULL),(11889,51,11884,'2025-12-03 11:30:00','2025-12-03 11:45:00','2025-12-03','11:30:00','11:45:00',NULL),(11890,51,11884,'2025-12-04 11:30:00','2025-12-04 11:45:00','2025-12-04','11:30:00','11:45:00',NULL),(11891,51,11884,'2025-12-05 11:30:00','2025-12-05 11:45:00','2025-12-05','11:30:00','11:45:00',NULL),(11892,51,11884,'2025-12-06 11:30:00','2025-12-06 11:45:00','2025-12-06','11:30:00','11:45:00',NULL),(11893,51,11884,'2025-12-07 11:30:00','2025-12-07 11:45:00','2025-12-07','11:30:00','11:45:00',NULL),(11894,51,11884,'2025-12-08 11:30:00','2025-12-08 11:45:00','2025-12-08','11:30:00','11:45:00',NULL),(11895,51,11884,'2025-12-09 11:30:00','2025-12-09 11:45:00','2025-12-09','11:30:00','11:45:00',NULL),(11896,51,11884,'2025-12-10 11:30:00','2025-12-10 11:45:00','2025-12-10','11:30:00','11:45:00',NULL),(11897,51,11884,'2025-12-11 11:30:00','2025-12-11 11:45:00','2025-12-11','11:30:00','11:45:00',NULL),(11898,51,11884,'2025-12-12 11:30:00','2025-12-12 11:45:00','2025-12-12','11:30:00','11:45:00',NULL),(11899,51,11884,'2025-12-13 11:30:00','2025-12-13 11:45:00','2025-12-13','11:30:00','11:45:00',NULL),(11900,51,11884,'2025-12-14 11:30:00','2025-12-14 11:45:00','2025-12-14','11:30:00','11:45:00',NULL),(11901,51,11884,'2025-12-15 11:30:00','2025-12-15 11:45:00','2025-12-15','11:30:00','11:45:00',NULL),(11902,51,11884,'2025-12-16 11:30:00','2025-12-16 11:45:00','2025-12-16','11:30:00','11:45:00',NULL),(11903,51,11884,'2025-12-17 11:30:00','2025-12-17 11:45:00','2025-12-17','11:30:00','11:45:00',NULL),(11904,51,11884,'2025-12-18 11:30:00','2025-12-18 11:45:00','2025-12-18','11:30:00','11:45:00',NULL),(11905,51,11884,'2025-12-19 11:30:00','2025-12-19 11:45:00','2025-12-19','11:30:00','11:45:00',NULL),(11906,51,11884,'2025-12-20 11:30:00','2025-12-20 11:45:00','2025-12-20','11:30:00','11:45:00',NULL),(11907,51,11884,'2025-12-21 11:30:00','2025-12-21 11:45:00','2025-12-21','11:30:00','11:45:00',NULL),(11908,51,11884,'2025-12-22 11:30:00','2025-12-22 11:45:00','2025-12-22','11:30:00','11:45:00',NULL),(11909,51,11884,'2025-12-23 11:30:00','2025-12-23 11:45:00','2025-12-23','11:30:00','11:45:00',NULL),(11910,51,11884,'2025-12-24 11:30:00','2025-12-24 11:45:00','2025-12-24','11:30:00','11:45:00',NULL),(11911,51,11884,'2025-12-25 11:30:00','2025-12-25 11:45:00','2025-12-25','11:30:00','11:45:00',NULL),(11912,51,11884,'2025-12-26 11:30:00','2025-12-26 11:45:00','2025-12-26','11:30:00','11:45:00',NULL),(11913,51,11884,'2025-12-27 11:30:00','2025-12-27 11:45:00','2025-12-27','11:30:00','11:45:00',NULL),(11914,51,11884,'2025-12-28 11:30:00','2025-12-28 11:45:00','2025-12-28','11:30:00','11:45:00',NULL),(11915,51,11884,'2025-12-29 11:30:00','2025-12-29 11:45:00','2025-12-29','11:30:00','11:45:00',NULL),(11916,51,11884,'2025-12-30 11:30:00','2025-12-30 11:45:00','2025-12-30','11:30:00','11:45:00',NULL),(11917,51,11884,'2025-12-31 11:30:00','2025-12-31 11:45:00','2025-12-31','11:30:00','11:45:00',NULL),(11918,51,11918,'2025-11-28 11:45:00','2025-11-28 12:00:00','2025-11-28','11:45:00','12:00:00',NULL),(11919,51,11918,'2025-11-29 11:45:00','2025-11-29 12:00:00','2025-11-29','11:45:00','12:00:00',NULL),(11920,51,11918,'2025-11-30 11:45:00','2025-11-30 12:00:00','2025-11-30','11:45:00','12:00:00',NULL),(11921,51,11918,'2025-12-01 11:45:00','2025-12-01 12:00:00','2025-12-01','11:45:00','12:00:00',NULL),(11922,51,11918,'2025-12-02 11:45:00','2025-12-02 12:00:00','2025-12-02','11:45:00','12:00:00',NULL),(11923,51,11918,'2025-12-03 11:45:00','2025-12-03 12:00:00','2025-12-03','11:45:00','12:00:00',NULL),(11924,51,11918,'2025-12-04 11:45:00','2025-12-04 12:00:00','2025-12-04','11:45:00','12:00:00',NULL),(11925,51,11918,'2025-12-05 11:45:00','2025-12-05 12:00:00','2025-12-05','11:45:00','12:00:00',NULL),(11926,51,11918,'2025-12-06 11:45:00','2025-12-06 12:00:00','2025-12-06','11:45:00','12:00:00',NULL),(11927,51,11918,'2025-12-07 11:45:00','2025-12-07 12:00:00','2025-12-07','11:45:00','12:00:00',NULL),(11928,51,11918,'2025-12-08 11:45:00','2025-12-08 12:00:00','2025-12-08','11:45:00','12:00:00',NULL),(11929,51,11918,'2025-12-09 11:45:00','2025-12-09 12:00:00','2025-12-09','11:45:00','12:00:00',NULL),(11930,51,11918,'2025-12-10 11:45:00','2025-12-10 12:00:00','2025-12-10','11:45:00','12:00:00',NULL),(11931,51,11918,'2025-12-11 11:45:00','2025-12-11 12:00:00','2025-12-11','11:45:00','12:00:00',NULL),(11932,51,11918,'2025-12-12 11:45:00','2025-12-12 12:00:00','2025-12-12','11:45:00','12:00:00',NULL),(11933,51,11918,'2025-12-13 11:45:00','2025-12-13 12:00:00','2025-12-13','11:45:00','12:00:00',NULL),(11934,51,11918,'2025-12-14 11:45:00','2025-12-14 12:00:00','2025-12-14','11:45:00','12:00:00',NULL),(11935,51,11918,'2025-12-15 11:45:00','2025-12-15 12:00:00','2025-12-15','11:45:00','12:00:00',NULL),(11936,51,11918,'2025-12-16 11:45:00','2025-12-16 12:00:00','2025-12-16','11:45:00','12:00:00',NULL),(11937,51,11918,'2025-12-17 11:45:00','2025-12-17 12:00:00','2025-12-17','11:45:00','12:00:00',NULL),(11938,51,11918,'2025-12-18 11:45:00','2025-12-18 12:00:00','2025-12-18','11:45:00','12:00:00',NULL),(11939,51,11918,'2025-12-19 11:45:00','2025-12-19 12:00:00','2025-12-19','11:45:00','12:00:00',NULL),(11940,51,11918,'2025-12-20 11:45:00','2025-12-20 12:00:00','2025-12-20','11:45:00','12:00:00',NULL),(11941,51,11918,'2025-12-21 11:45:00','2025-12-21 12:00:00','2025-12-21','11:45:00','12:00:00',NULL),(11942,51,11918,'2025-12-22 11:45:00','2025-12-22 12:00:00','2025-12-22','11:45:00','12:00:00',NULL),(11943,51,11918,'2025-12-23 11:45:00','2025-12-23 12:00:00','2025-12-23','11:45:00','12:00:00',NULL),(11944,51,11918,'2025-12-24 11:45:00','2025-12-24 12:00:00','2025-12-24','11:45:00','12:00:00',NULL),(11945,51,11918,'2025-12-25 11:45:00','2025-12-25 12:00:00','2025-12-25','11:45:00','12:00:00',NULL),(11946,51,11918,'2025-12-26 11:45:00','2025-12-26 12:00:00','2025-12-26','11:45:00','12:00:00',NULL),(11947,51,11918,'2025-12-27 11:45:00','2025-12-27 12:00:00','2025-12-27','11:45:00','12:00:00',NULL),(11948,51,11918,'2025-12-28 11:45:00','2025-12-28 12:00:00','2025-12-28','11:45:00','12:00:00',NULL),(11949,51,11918,'2025-12-29 11:45:00','2025-12-29 12:00:00','2025-12-29','11:45:00','12:00:00',NULL),(11950,51,11918,'2025-12-30 11:45:00','2025-12-30 12:00:00','2025-12-30','11:45:00','12:00:00',NULL),(11951,51,11918,'2025-12-31 11:45:00','2025-12-31 12:00:00','2025-12-31','11:45:00','12:00:00',NULL),(11952,51,11952,'2025-11-28 12:00:00','2025-11-28 12:15:00','2025-11-28','12:00:00','12:15:00',NULL),(11953,51,11952,'2025-11-29 12:00:00','2025-11-29 12:15:00','2025-11-29','12:00:00','12:15:00',NULL),(11954,51,11952,'2025-11-30 12:00:00','2025-11-30 12:15:00','2025-11-30','12:00:00','12:15:00',NULL),(11955,51,11952,'2025-12-01 12:00:00','2025-12-01 12:15:00','2025-12-01','12:00:00','12:15:00',NULL),(11956,51,11952,'2025-12-02 12:00:00','2025-12-02 12:15:00','2025-12-02','12:00:00','12:15:00',NULL),(11957,51,11952,'2025-12-03 12:00:00','2025-12-03 12:15:00','2025-12-03','12:00:00','12:15:00',NULL),(11958,51,11952,'2025-12-04 12:00:00','2025-12-04 12:15:00','2025-12-04','12:00:00','12:15:00',NULL),(11959,51,11952,'2025-12-05 12:00:00','2025-12-05 12:15:00','2025-12-05','12:00:00','12:15:00',NULL),(11960,51,11952,'2025-12-06 12:00:00','2025-12-06 12:15:00','2025-12-06','12:00:00','12:15:00',NULL),(11961,51,11952,'2025-12-07 12:00:00','2025-12-07 12:15:00','2025-12-07','12:00:00','12:15:00',NULL),(11962,51,11952,'2025-12-08 12:00:00','2025-12-08 12:15:00','2025-12-08','12:00:00','12:15:00',NULL),(11963,51,11952,'2025-12-09 12:00:00','2025-12-09 12:15:00','2025-12-09','12:00:00','12:15:00',NULL),(11964,51,11952,'2025-12-10 12:00:00','2025-12-10 12:15:00','2025-12-10','12:00:00','12:15:00',NULL),(11965,51,11952,'2025-12-11 12:00:00','2025-12-11 12:15:00','2025-12-11','12:00:00','12:15:00',NULL),(11966,51,11952,'2025-12-12 12:00:00','2025-12-12 12:15:00','2025-12-12','12:00:00','12:15:00',NULL),(11967,51,11952,'2025-12-13 12:00:00','2025-12-13 12:15:00','2025-12-13','12:00:00','12:15:00',NULL),(11968,51,11952,'2025-12-14 12:00:00','2025-12-14 12:15:00','2025-12-14','12:00:00','12:15:00',NULL),(11969,51,11952,'2025-12-15 12:00:00','2025-12-15 12:15:00','2025-12-15','12:00:00','12:15:00',NULL),(11970,51,11952,'2025-12-16 12:00:00','2025-12-16 12:15:00','2025-12-16','12:00:00','12:15:00',NULL),(11971,51,11952,'2025-12-17 12:00:00','2025-12-17 12:15:00','2025-12-17','12:00:00','12:15:00',NULL),(11972,51,11952,'2025-12-18 12:00:00','2025-12-18 12:15:00','2025-12-18','12:00:00','12:15:00',NULL),(11973,51,11952,'2025-12-19 12:00:00','2025-12-19 12:15:00','2025-12-19','12:00:00','12:15:00',NULL),(11974,51,11952,'2025-12-20 12:00:00','2025-12-20 12:15:00','2025-12-20','12:00:00','12:15:00',NULL),(11975,51,11952,'2025-12-21 12:00:00','2025-12-21 12:15:00','2025-12-21','12:00:00','12:15:00',NULL),(11976,51,11952,'2025-12-22 12:00:00','2025-12-22 12:15:00','2025-12-22','12:00:00','12:15:00',NULL),(11977,51,11952,'2025-12-23 12:00:00','2025-12-23 12:15:00','2025-12-23','12:00:00','12:15:00',NULL),(11978,51,11952,'2025-12-24 12:00:00','2025-12-24 12:15:00','2025-12-24','12:00:00','12:15:00',NULL),(11979,51,11952,'2025-12-25 12:00:00','2025-12-25 12:15:00','2025-12-25','12:00:00','12:15:00',NULL),(11980,51,11952,'2025-12-26 12:00:00','2025-12-26 12:15:00','2025-12-26','12:00:00','12:15:00',NULL),(11981,51,11952,'2025-12-27 12:00:00','2025-12-27 12:15:00','2025-12-27','12:00:00','12:15:00',NULL),(11982,51,11952,'2025-12-28 12:00:00','2025-12-28 12:15:00','2025-12-28','12:00:00','12:15:00',NULL),(11983,51,11952,'2025-12-29 12:00:00','2025-12-29 12:15:00','2025-12-29','12:00:00','12:15:00',NULL),(11984,51,11952,'2025-12-30 12:00:00','2025-12-30 12:15:00','2025-12-30','12:00:00','12:15:00',NULL),(11985,51,11952,'2025-12-31 12:00:00','2025-12-31 12:15:00','2025-12-31','12:00:00','12:15:00',NULL),(11986,51,11986,'2025-11-28 12:15:00','2025-11-28 12:30:00','2025-11-28','12:15:00','12:30:00',NULL),(11987,51,11986,'2025-11-29 12:15:00','2025-11-29 12:30:00','2025-11-29','12:15:00','12:30:00',NULL),(11988,51,11986,'2025-11-30 12:15:00','2025-11-30 12:30:00','2025-11-30','12:15:00','12:30:00',NULL),(11989,51,11986,'2025-12-01 12:15:00','2025-12-01 12:30:00','2025-12-01','12:15:00','12:30:00',NULL),(11990,51,11986,'2025-12-02 12:15:00','2025-12-02 12:30:00','2025-12-02','12:15:00','12:30:00',NULL),(11991,51,11986,'2025-12-03 12:15:00','2025-12-03 12:30:00','2025-12-03','12:15:00','12:30:00',NULL),(11992,51,11986,'2025-12-04 12:15:00','2025-12-04 12:30:00','2025-12-04','12:15:00','12:30:00',NULL),(11993,51,11986,'2025-12-05 12:15:00','2025-12-05 12:30:00','2025-12-05','12:15:00','12:30:00',NULL),(11994,51,11986,'2025-12-06 12:15:00','2025-12-06 12:30:00','2025-12-06','12:15:00','12:30:00',NULL),(11995,51,11986,'2025-12-07 12:15:00','2025-12-07 12:30:00','2025-12-07','12:15:00','12:30:00',NULL),(11996,51,11986,'2025-12-08 12:15:00','2025-12-08 12:30:00','2025-12-08','12:15:00','12:30:00',NULL),(11997,51,11986,'2025-12-09 12:15:00','2025-12-09 12:30:00','2025-12-09','12:15:00','12:30:00',NULL),(11998,51,11986,'2025-12-10 12:15:00','2025-12-10 12:30:00','2025-12-10','12:15:00','12:30:00',NULL),(11999,51,11986,'2025-12-11 12:15:00','2025-12-11 12:30:00','2025-12-11','12:15:00','12:30:00',NULL),(12000,51,11986,'2025-12-12 12:15:00','2025-12-12 12:30:00','2025-12-12','12:15:00','12:30:00',NULL),(12001,51,11986,'2025-12-13 12:15:00','2025-12-13 12:30:00','2025-12-13','12:15:00','12:30:00',NULL),(12002,51,11986,'2025-12-14 12:15:00','2025-12-14 12:30:00','2025-12-14','12:15:00','12:30:00',NULL),(12003,51,11986,'2025-12-15 12:15:00','2025-12-15 12:30:00','2025-12-15','12:15:00','12:30:00',NULL),(12004,51,11986,'2025-12-16 12:15:00','2025-12-16 12:30:00','2025-12-16','12:15:00','12:30:00',NULL),(12005,51,11986,'2025-12-17 12:15:00','2025-12-17 12:30:00','2025-12-17','12:15:00','12:30:00',NULL),(12006,51,11986,'2025-12-18 12:15:00','2025-12-18 12:30:00','2025-12-18','12:15:00','12:30:00',NULL),(12007,51,11986,'2025-12-19 12:15:00','2025-12-19 12:30:00','2025-12-19','12:15:00','12:30:00',NULL),(12008,51,11986,'2025-12-20 12:15:00','2025-12-20 12:30:00','2025-12-20','12:15:00','12:30:00',NULL),(12009,51,11986,'2025-12-21 12:15:00','2025-12-21 12:30:00','2025-12-21','12:15:00','12:30:00',NULL),(12010,51,11986,'2025-12-22 12:15:00','2025-12-22 12:30:00','2025-12-22','12:15:00','12:30:00',NULL),(12011,51,11986,'2025-12-23 12:15:00','2025-12-23 12:30:00','2025-12-23','12:15:00','12:30:00',NULL),(12012,51,11986,'2025-12-24 12:15:00','2025-12-24 12:30:00','2025-12-24','12:15:00','12:30:00',NULL),(12013,51,11986,'2025-12-25 12:15:00','2025-12-25 12:30:00','2025-12-25','12:15:00','12:30:00',NULL),(12014,51,11986,'2025-12-26 12:15:00','2025-12-26 12:30:00','2025-12-26','12:15:00','12:30:00',NULL),(12015,51,11986,'2025-12-27 12:15:00','2025-12-27 12:30:00','2025-12-27','12:15:00','12:30:00',NULL),(12016,51,11986,'2025-12-28 12:15:00','2025-12-28 12:30:00','2025-12-28','12:15:00','12:30:00',NULL),(12017,51,11986,'2025-12-29 12:15:00','2025-12-29 12:30:00','2025-12-29','12:15:00','12:30:00',NULL),(12018,51,11986,'2025-12-30 12:15:00','2025-12-30 12:30:00','2025-12-30','12:15:00','12:30:00',NULL),(12019,51,11986,'2025-12-31 12:15:00','2025-12-31 12:30:00','2025-12-31','12:15:00','12:30:00',NULL),(12020,51,12020,'2025-11-28 12:30:00','2025-11-28 12:45:00','2025-11-28','12:30:00','12:45:00',NULL),(12021,51,12020,'2025-11-29 12:30:00','2025-11-29 12:45:00','2025-11-29','12:30:00','12:45:00',NULL),(12022,51,12020,'2025-11-30 12:30:00','2025-11-30 12:45:00','2025-11-30','12:30:00','12:45:00',NULL),(12023,51,12020,'2025-12-01 12:30:00','2025-12-01 12:45:00','2025-12-01','12:30:00','12:45:00',NULL),(12024,51,12020,'2025-12-02 12:30:00','2025-12-02 12:45:00','2025-12-02','12:30:00','12:45:00',NULL),(12025,51,12020,'2025-12-03 12:30:00','2025-12-03 12:45:00','2025-12-03','12:30:00','12:45:00',NULL),(12026,51,12020,'2025-12-04 12:30:00','2025-12-04 12:45:00','2025-12-04','12:30:00','12:45:00',NULL),(12027,51,12020,'2025-12-05 12:30:00','2025-12-05 12:45:00','2025-12-05','12:30:00','12:45:00',NULL),(12028,51,12020,'2025-12-06 12:30:00','2025-12-06 12:45:00','2025-12-06','12:30:00','12:45:00',NULL),(12029,51,12020,'2025-12-07 12:30:00','2025-12-07 12:45:00','2025-12-07','12:30:00','12:45:00',NULL),(12030,51,12020,'2025-12-08 12:30:00','2025-12-08 12:45:00','2025-12-08','12:30:00','12:45:00',NULL),(12031,51,12020,'2025-12-09 12:30:00','2025-12-09 12:45:00','2025-12-09','12:30:00','12:45:00',NULL),(12032,51,12020,'2025-12-10 12:30:00','2025-12-10 12:45:00','2025-12-10','12:30:00','12:45:00',NULL),(12033,51,12020,'2025-12-11 12:30:00','2025-12-11 12:45:00','2025-12-11','12:30:00','12:45:00',NULL),(12034,51,12020,'2025-12-12 12:30:00','2025-12-12 12:45:00','2025-12-12','12:30:00','12:45:00',NULL),(12035,51,12020,'2025-12-13 12:30:00','2025-12-13 12:45:00','2025-12-13','12:30:00','12:45:00',NULL),(12036,51,12020,'2025-12-14 12:30:00','2025-12-14 12:45:00','2025-12-14','12:30:00','12:45:00',NULL),(12037,51,12020,'2025-12-15 12:30:00','2025-12-15 12:45:00','2025-12-15','12:30:00','12:45:00',NULL),(12038,51,12020,'2025-12-16 12:30:00','2025-12-16 12:45:00','2025-12-16','12:30:00','12:45:00',NULL),(12039,51,12020,'2025-12-17 12:30:00','2025-12-17 12:45:00','2025-12-17','12:30:00','12:45:00',NULL),(12040,51,12020,'2025-12-18 12:30:00','2025-12-18 12:45:00','2025-12-18','12:30:00','12:45:00',NULL),(12041,51,12020,'2025-12-19 12:30:00','2025-12-19 12:45:00','2025-12-19','12:30:00','12:45:00',NULL),(12042,51,12020,'2025-12-20 12:30:00','2025-12-20 12:45:00','2025-12-20','12:30:00','12:45:00',NULL),(12043,51,12020,'2025-12-21 12:30:00','2025-12-21 12:45:00','2025-12-21','12:30:00','12:45:00',NULL),(12044,51,12020,'2025-12-22 12:30:00','2025-12-22 12:45:00','2025-12-22','12:30:00','12:45:00',NULL),(12045,51,12020,'2025-12-23 12:30:00','2025-12-23 12:45:00','2025-12-23','12:30:00','12:45:00',NULL),(12046,51,12020,'2025-12-24 12:30:00','2025-12-24 12:45:00','2025-12-24','12:30:00','12:45:00',NULL),(12047,51,12020,'2025-12-25 12:30:00','2025-12-25 12:45:00','2025-12-25','12:30:00','12:45:00',NULL),(12048,51,12020,'2025-12-26 12:30:00','2025-12-26 12:45:00','2025-12-26','12:30:00','12:45:00',NULL),(12049,51,12020,'2025-12-27 12:30:00','2025-12-27 12:45:00','2025-12-27','12:30:00','12:45:00',NULL),(12050,51,12020,'2025-12-28 12:30:00','2025-12-28 12:45:00','2025-12-28','12:30:00','12:45:00',NULL),(12051,51,12020,'2025-12-29 12:30:00','2025-12-29 12:45:00','2025-12-29','12:30:00','12:45:00',NULL),(12052,51,12020,'2025-12-30 12:30:00','2025-12-30 12:45:00','2025-12-30','12:30:00','12:45:00',NULL),(12053,51,12020,'2025-12-31 12:30:00','2025-12-31 12:45:00','2025-12-31','12:30:00','12:45:00',NULL),(12054,51,12054,'2025-11-28 12:45:00','2025-11-28 13:00:00','2025-11-28','12:45:00','13:00:00',NULL),(12055,51,12054,'2025-11-29 12:45:00','2025-11-29 13:00:00','2025-11-29','12:45:00','13:00:00',NULL),(12056,51,12054,'2025-11-30 12:45:00','2025-11-30 13:00:00','2025-11-30','12:45:00','13:00:00',NULL),(12057,51,12054,'2025-12-01 12:45:00','2025-12-01 13:00:00','2025-12-01','12:45:00','13:00:00',NULL),(12058,51,12054,'2025-12-02 12:45:00','2025-12-02 13:00:00','2025-12-02','12:45:00','13:00:00',NULL),(12059,51,12054,'2025-12-03 12:45:00','2025-12-03 13:00:00','2025-12-03','12:45:00','13:00:00',NULL),(12060,51,12054,'2025-12-04 12:45:00','2025-12-04 13:00:00','2025-12-04','12:45:00','13:00:00',NULL),(12061,51,12054,'2025-12-05 12:45:00','2025-12-05 13:00:00','2025-12-05','12:45:00','13:00:00',NULL),(12062,51,12054,'2025-12-06 12:45:00','2025-12-06 13:00:00','2025-12-06','12:45:00','13:00:00',NULL),(12063,51,12054,'2025-12-07 12:45:00','2025-12-07 13:00:00','2025-12-07','12:45:00','13:00:00',NULL),(12064,51,12054,'2025-12-08 12:45:00','2025-12-08 13:00:00','2025-12-08','12:45:00','13:00:00',NULL),(12065,51,12054,'2025-12-09 12:45:00','2025-12-09 13:00:00','2025-12-09','12:45:00','13:00:00',NULL),(12066,51,12054,'2025-12-10 12:45:00','2025-12-10 13:00:00','2025-12-10','12:45:00','13:00:00',NULL),(12067,51,12054,'2025-12-11 12:45:00','2025-12-11 13:00:00','2025-12-11','12:45:00','13:00:00',NULL),(12068,51,12054,'2025-12-12 12:45:00','2025-12-12 13:00:00','2025-12-12','12:45:00','13:00:00',NULL),(12069,51,12054,'2025-12-13 12:45:00','2025-12-13 13:00:00','2025-12-13','12:45:00','13:00:00',NULL),(12070,51,12054,'2025-12-14 12:45:00','2025-12-14 13:00:00','2025-12-14','12:45:00','13:00:00',NULL),(12071,51,12054,'2025-12-15 12:45:00','2025-12-15 13:00:00','2025-12-15','12:45:00','13:00:00',NULL),(12072,51,12054,'2025-12-16 12:45:00','2025-12-16 13:00:00','2025-12-16','12:45:00','13:00:00',NULL),(12073,51,12054,'2025-12-17 12:45:00','2025-12-17 13:00:00','2025-12-17','12:45:00','13:00:00',NULL),(12074,51,12054,'2025-12-18 12:45:00','2025-12-18 13:00:00','2025-12-18','12:45:00','13:00:00',NULL),(12075,51,12054,'2025-12-19 12:45:00','2025-12-19 13:00:00','2025-12-19','12:45:00','13:00:00',NULL),(12076,51,12054,'2025-12-20 12:45:00','2025-12-20 13:00:00','2025-12-20','12:45:00','13:00:00',NULL),(12077,51,12054,'2025-12-21 12:45:00','2025-12-21 13:00:00','2025-12-21','12:45:00','13:00:00',NULL),(12078,51,12054,'2025-12-22 12:45:00','2025-12-22 13:00:00','2025-12-22','12:45:00','13:00:00',NULL),(12079,51,12054,'2025-12-23 12:45:00','2025-12-23 13:00:00','2025-12-23','12:45:00','13:00:00',NULL),(12080,51,12054,'2025-12-24 12:45:00','2025-12-24 13:00:00','2025-12-24','12:45:00','13:00:00',NULL),(12081,51,12054,'2025-12-25 12:45:00','2025-12-25 13:00:00','2025-12-25','12:45:00','13:00:00',NULL),(12082,51,12054,'2025-12-26 12:45:00','2025-12-26 13:00:00','2025-12-26','12:45:00','13:00:00',NULL),(12083,51,12054,'2025-12-27 12:45:00','2025-12-27 13:00:00','2025-12-27','12:45:00','13:00:00',NULL),(12084,51,12054,'2025-12-28 12:45:00','2025-12-28 13:00:00','2025-12-28','12:45:00','13:00:00',NULL),(12085,51,12054,'2025-12-29 12:45:00','2025-12-29 13:00:00','2025-12-29','12:45:00','13:00:00',NULL),(12086,51,12054,'2025-12-30 12:45:00','2025-12-30 13:00:00','2025-12-30','12:45:00','13:00:00',NULL),(12087,51,12054,'2025-12-31 12:45:00','2025-12-31 13:00:00','2025-12-31','12:45:00','13:00:00',NULL),(12088,51,12088,'2025-11-28 13:00:00','2025-11-28 13:15:00','2025-11-28','13:00:00','13:15:00',NULL),(12089,51,12088,'2025-11-29 13:00:00','2025-11-29 13:15:00','2025-11-29','13:00:00','13:15:00',NULL),(12090,51,12088,'2025-11-30 13:00:00','2025-11-30 13:15:00','2025-11-30','13:00:00','13:15:00',NULL),(12091,51,12088,'2025-12-01 13:00:00','2025-12-01 13:15:00','2025-12-01','13:00:00','13:15:00',NULL),(12092,51,12088,'2025-12-02 13:00:00','2025-12-02 13:15:00','2025-12-02','13:00:00','13:15:00',NULL),(12093,51,12088,'2025-12-03 13:00:00','2025-12-03 13:15:00','2025-12-03','13:00:00','13:15:00',NULL),(12094,51,12088,'2025-12-04 13:00:00','2025-12-04 13:15:00','2025-12-04','13:00:00','13:15:00',NULL),(12095,51,12088,'2025-12-05 13:00:00','2025-12-05 13:15:00','2025-12-05','13:00:00','13:15:00',NULL),(12096,51,12088,'2025-12-06 13:00:00','2025-12-06 13:15:00','2025-12-06','13:00:00','13:15:00',NULL),(12097,51,12088,'2025-12-07 13:00:00','2025-12-07 13:15:00','2025-12-07','13:00:00','13:15:00',NULL),(12098,51,12088,'2025-12-08 13:00:00','2025-12-08 13:15:00','2025-12-08','13:00:00','13:15:00',NULL),(12099,51,12088,'2025-12-09 13:00:00','2025-12-09 13:15:00','2025-12-09','13:00:00','13:15:00',NULL),(12100,51,12088,'2025-12-10 13:00:00','2025-12-10 13:15:00','2025-12-10','13:00:00','13:15:00',NULL),(12101,51,12088,'2025-12-11 13:00:00','2025-12-11 13:15:00','2025-12-11','13:00:00','13:15:00',NULL),(12102,51,12088,'2025-12-12 13:00:00','2025-12-12 13:15:00','2025-12-12','13:00:00','13:15:00',NULL),(12103,51,12088,'2025-12-13 13:00:00','2025-12-13 13:15:00','2025-12-13','13:00:00','13:15:00',NULL),(12104,51,12088,'2025-12-14 13:00:00','2025-12-14 13:15:00','2025-12-14','13:00:00','13:15:00',NULL),(12105,51,12088,'2025-12-15 13:00:00','2025-12-15 13:15:00','2025-12-15','13:00:00','13:15:00',NULL),(12106,51,12088,'2025-12-16 13:00:00','2025-12-16 13:15:00','2025-12-16','13:00:00','13:15:00',NULL),(12107,51,12088,'2025-12-17 13:00:00','2025-12-17 13:15:00','2025-12-17','13:00:00','13:15:00',NULL),(12108,51,12088,'2025-12-18 13:00:00','2025-12-18 13:15:00','2025-12-18','13:00:00','13:15:00',NULL),(12109,51,12088,'2025-12-19 13:00:00','2025-12-19 13:15:00','2025-12-19','13:00:00','13:15:00',NULL),(12110,51,12088,'2025-12-20 13:00:00','2025-12-20 13:15:00','2025-12-20','13:00:00','13:15:00',NULL),(12111,51,12088,'2025-12-21 13:00:00','2025-12-21 13:15:00','2025-12-21','13:00:00','13:15:00',NULL),(12112,51,12088,'2025-12-22 13:00:00','2025-12-22 13:15:00','2025-12-22','13:00:00','13:15:00',NULL),(12113,51,12088,'2025-12-23 13:00:00','2025-12-23 13:15:00','2025-12-23','13:00:00','13:15:00',NULL),(12114,51,12088,'2025-12-24 13:00:00','2025-12-24 13:15:00','2025-12-24','13:00:00','13:15:00',NULL),(12115,51,12088,'2025-12-25 13:00:00','2025-12-25 13:15:00','2025-12-25','13:00:00','13:15:00',NULL),(12116,51,12088,'2025-12-26 13:00:00','2025-12-26 13:15:00','2025-12-26','13:00:00','13:15:00',NULL),(12117,51,12088,'2025-12-27 13:00:00','2025-12-27 13:15:00','2025-12-27','13:00:00','13:15:00',NULL),(12118,51,12088,'2025-12-28 13:00:00','2025-12-28 13:15:00','2025-12-28','13:00:00','13:15:00',NULL),(12119,51,12088,'2025-12-29 13:00:00','2025-12-29 13:15:00','2025-12-29','13:00:00','13:15:00',NULL),(12120,51,12088,'2025-12-30 13:00:00','2025-12-30 13:15:00','2025-12-30','13:00:00','13:15:00',NULL),(12121,51,12088,'2025-12-31 13:00:00','2025-12-31 13:15:00','2025-12-31','13:00:00','13:15:00',NULL),(12122,51,12122,'2025-11-28 13:15:00','2025-11-28 13:30:00','2025-11-28','13:15:00','13:30:00',NULL),(12123,51,12122,'2025-11-29 13:15:00','2025-11-29 13:30:00','2025-11-29','13:15:00','13:30:00',NULL),(12124,51,12122,'2025-11-30 13:15:00','2025-11-30 13:30:00','2025-11-30','13:15:00','13:30:00',NULL),(12125,51,12122,'2025-12-01 13:15:00','2025-12-01 13:30:00','2025-12-01','13:15:00','13:30:00',NULL),(12126,51,12122,'2025-12-02 13:15:00','2025-12-02 13:30:00','2025-12-02','13:15:00','13:30:00',NULL),(12127,51,12122,'2025-12-03 13:15:00','2025-12-03 13:30:00','2025-12-03','13:15:00','13:30:00',NULL),(12128,51,12122,'2025-12-04 13:15:00','2025-12-04 13:30:00','2025-12-04','13:15:00','13:30:00',NULL),(12129,51,12122,'2025-12-05 13:15:00','2025-12-05 13:30:00','2025-12-05','13:15:00','13:30:00',NULL),(12130,51,12122,'2025-12-06 13:15:00','2025-12-06 13:30:00','2025-12-06','13:15:00','13:30:00',NULL),(12131,51,12122,'2025-12-07 13:15:00','2025-12-07 13:30:00','2025-12-07','13:15:00','13:30:00',NULL),(12132,51,12122,'2025-12-08 13:15:00','2025-12-08 13:30:00','2025-12-08','13:15:00','13:30:00',NULL),(12133,51,12122,'2025-12-09 13:15:00','2025-12-09 13:30:00','2025-12-09','13:15:00','13:30:00',NULL),(12134,51,12122,'2025-12-10 13:15:00','2025-12-10 13:30:00','2025-12-10','13:15:00','13:30:00',NULL),(12135,51,12122,'2025-12-11 13:15:00','2025-12-11 13:30:00','2025-12-11','13:15:00','13:30:00',NULL),(12136,51,12122,'2025-12-12 13:15:00','2025-12-12 13:30:00','2025-12-12','13:15:00','13:30:00',NULL),(12137,51,12122,'2025-12-13 13:15:00','2025-12-13 13:30:00','2025-12-13','13:15:00','13:30:00',NULL),(12138,51,12122,'2025-12-14 13:15:00','2025-12-14 13:30:00','2025-12-14','13:15:00','13:30:00',NULL),(12139,51,12122,'2025-12-15 13:15:00','2025-12-15 13:30:00','2025-12-15','13:15:00','13:30:00',NULL),(12140,51,12122,'2025-12-16 13:15:00','2025-12-16 13:30:00','2025-12-16','13:15:00','13:30:00',NULL),(12141,51,12122,'2025-12-17 13:15:00','2025-12-17 13:30:00','2025-12-17','13:15:00','13:30:00',NULL),(12142,51,12122,'2025-12-18 13:15:00','2025-12-18 13:30:00','2025-12-18','13:15:00','13:30:00',NULL),(12143,51,12122,'2025-12-19 13:15:00','2025-12-19 13:30:00','2025-12-19','13:15:00','13:30:00',NULL),(12144,51,12122,'2025-12-20 13:15:00','2025-12-20 13:30:00','2025-12-20','13:15:00','13:30:00',NULL),(12145,51,12122,'2025-12-21 13:15:00','2025-12-21 13:30:00','2025-12-21','13:15:00','13:30:00',NULL),(12146,51,12122,'2025-12-22 13:15:00','2025-12-22 13:30:00','2025-12-22','13:15:00','13:30:00',NULL),(12147,51,12122,'2025-12-23 13:15:00','2025-12-23 13:30:00','2025-12-23','13:15:00','13:30:00',NULL),(12148,51,12122,'2025-12-24 13:15:00','2025-12-24 13:30:00','2025-12-24','13:15:00','13:30:00',NULL),(12149,51,12122,'2025-12-25 13:15:00','2025-12-25 13:30:00','2025-12-25','13:15:00','13:30:00',NULL),(12150,51,12122,'2025-12-26 13:15:00','2025-12-26 13:30:00','2025-12-26','13:15:00','13:30:00',NULL),(12151,51,12122,'2025-12-27 13:15:00','2025-12-27 13:30:00','2025-12-27','13:15:00','13:30:00',NULL),(12152,51,12122,'2025-12-28 13:15:00','2025-12-28 13:30:00','2025-12-28','13:15:00','13:30:00',NULL),(12153,51,12122,'2025-12-29 13:15:00','2025-12-29 13:30:00','2025-12-29','13:15:00','13:30:00',NULL),(12154,51,12122,'2025-12-30 13:15:00','2025-12-30 13:30:00','2025-12-30','13:15:00','13:30:00',NULL),(12155,51,12122,'2025-12-31 13:15:00','2025-12-31 13:30:00','2025-12-31','13:15:00','13:30:00',NULL),(12156,51,12156,'2025-11-28 13:30:00','2025-11-28 13:45:00','2025-11-28','13:30:00','13:45:00',NULL),(12157,51,12156,'2025-11-29 13:30:00','2025-11-29 13:45:00','2025-11-29','13:30:00','13:45:00',NULL),(12158,51,12156,'2025-11-30 13:30:00','2025-11-30 13:45:00','2025-11-30','13:30:00','13:45:00',NULL),(12159,51,12156,'2025-12-01 13:30:00','2025-12-01 13:45:00','2025-12-01','13:30:00','13:45:00',NULL),(12160,51,12156,'2025-12-02 13:30:00','2025-12-02 13:45:00','2025-12-02','13:30:00','13:45:00',NULL),(12161,51,12156,'2025-12-03 13:30:00','2025-12-03 13:45:00','2025-12-03','13:30:00','13:45:00',NULL),(12162,51,12156,'2025-12-04 13:30:00','2025-12-04 13:45:00','2025-12-04','13:30:00','13:45:00',NULL),(12163,51,12156,'2025-12-05 13:30:00','2025-12-05 13:45:00','2025-12-05','13:30:00','13:45:00',NULL),(12164,51,12156,'2025-12-06 13:30:00','2025-12-06 13:45:00','2025-12-06','13:30:00','13:45:00',NULL),(12165,51,12156,'2025-12-07 13:30:00','2025-12-07 13:45:00','2025-12-07','13:30:00','13:45:00',NULL),(12166,51,12156,'2025-12-08 13:30:00','2025-12-08 13:45:00','2025-12-08','13:30:00','13:45:00',NULL),(12167,51,12156,'2025-12-09 13:30:00','2025-12-09 13:45:00','2025-12-09','13:30:00','13:45:00',NULL),(12168,51,12156,'2025-12-10 13:30:00','2025-12-10 13:45:00','2025-12-10','13:30:00','13:45:00',NULL),(12169,51,12156,'2025-12-11 13:30:00','2025-12-11 13:45:00','2025-12-11','13:30:00','13:45:00',NULL),(12170,51,12156,'2025-12-12 13:30:00','2025-12-12 13:45:00','2025-12-12','13:30:00','13:45:00',NULL),(12171,51,12156,'2025-12-13 13:30:00','2025-12-13 13:45:00','2025-12-13','13:30:00','13:45:00',NULL),(12172,51,12156,'2025-12-14 13:30:00','2025-12-14 13:45:00','2025-12-14','13:30:00','13:45:00',NULL),(12173,51,12156,'2025-12-15 13:30:00','2025-12-15 13:45:00','2025-12-15','13:30:00','13:45:00',NULL),(12174,51,12156,'2025-12-16 13:30:00','2025-12-16 13:45:00','2025-12-16','13:30:00','13:45:00',NULL),(12175,51,12156,'2025-12-17 13:30:00','2025-12-17 13:45:00','2025-12-17','13:30:00','13:45:00',NULL),(12176,51,12156,'2025-12-18 13:30:00','2025-12-18 13:45:00','2025-12-18','13:30:00','13:45:00',NULL),(12177,51,12156,'2025-12-19 13:30:00','2025-12-19 13:45:00','2025-12-19','13:30:00','13:45:00',NULL),(12178,51,12156,'2025-12-20 13:30:00','2025-12-20 13:45:00','2025-12-20','13:30:00','13:45:00',NULL),(12179,51,12156,'2025-12-21 13:30:00','2025-12-21 13:45:00','2025-12-21','13:30:00','13:45:00',NULL),(12180,51,12156,'2025-12-22 13:30:00','2025-12-22 13:45:00','2025-12-22','13:30:00','13:45:00',NULL),(12181,51,12156,'2025-12-23 13:30:00','2025-12-23 13:45:00','2025-12-23','13:30:00','13:45:00',NULL),(12182,51,12156,'2025-12-24 13:30:00','2025-12-24 13:45:00','2025-12-24','13:30:00','13:45:00',NULL),(12183,51,12156,'2025-12-25 13:30:00','2025-12-25 13:45:00','2025-12-25','13:30:00','13:45:00',NULL),(12184,51,12156,'2025-12-26 13:30:00','2025-12-26 13:45:00','2025-12-26','13:30:00','13:45:00',NULL),(12185,51,12156,'2025-12-27 13:30:00','2025-12-27 13:45:00','2025-12-27','13:30:00','13:45:00',NULL),(12186,51,12156,'2025-12-28 13:30:00','2025-12-28 13:45:00','2025-12-28','13:30:00','13:45:00',NULL),(12187,51,12156,'2025-12-29 13:30:00','2025-12-29 13:45:00','2025-12-29','13:30:00','13:45:00',NULL),(12188,51,12156,'2025-12-30 13:30:00','2025-12-30 13:45:00','2025-12-30','13:30:00','13:45:00',NULL),(12189,51,12156,'2025-12-31 13:30:00','2025-12-31 13:45:00','2025-12-31','13:30:00','13:45:00',NULL),(12190,51,12190,'2025-11-28 13:45:00','2025-11-28 14:00:00','2025-11-28','13:45:00','14:00:00',NULL),(12191,51,12190,'2025-11-29 13:45:00','2025-11-29 14:00:00','2025-11-29','13:45:00','14:00:00',NULL),(12192,51,12190,'2025-11-30 13:45:00','2025-11-30 14:00:00','2025-11-30','13:45:00','14:00:00',NULL),(12193,51,12190,'2025-12-01 13:45:00','2025-12-01 14:00:00','2025-12-01','13:45:00','14:00:00',NULL),(12194,51,12190,'2025-12-02 13:45:00','2025-12-02 14:00:00','2025-12-02','13:45:00','14:00:00',NULL),(12195,51,12190,'2025-12-03 13:45:00','2025-12-03 14:00:00','2025-12-03','13:45:00','14:00:00',NULL),(12196,51,12190,'2025-12-04 13:45:00','2025-12-04 14:00:00','2025-12-04','13:45:00','14:00:00',NULL),(12197,51,12190,'2025-12-05 13:45:00','2025-12-05 14:00:00','2025-12-05','13:45:00','14:00:00',NULL),(12198,51,12190,'2025-12-06 13:45:00','2025-12-06 14:00:00','2025-12-06','13:45:00','14:00:00',NULL),(12199,51,12190,'2025-12-07 13:45:00','2025-12-07 14:00:00','2025-12-07','13:45:00','14:00:00',NULL),(12200,51,12190,'2025-12-08 13:45:00','2025-12-08 14:00:00','2025-12-08','13:45:00','14:00:00',NULL),(12201,51,12190,'2025-12-09 13:45:00','2025-12-09 14:00:00','2025-12-09','13:45:00','14:00:00',NULL),(12202,51,12190,'2025-12-10 13:45:00','2025-12-10 14:00:00','2025-12-10','13:45:00','14:00:00',NULL),(12203,51,12190,'2025-12-11 13:45:00','2025-12-11 14:00:00','2025-12-11','13:45:00','14:00:00',NULL),(12204,51,12190,'2025-12-12 13:45:00','2025-12-12 14:00:00','2025-12-12','13:45:00','14:00:00',NULL),(12205,51,12190,'2025-12-13 13:45:00','2025-12-13 14:00:00','2025-12-13','13:45:00','14:00:00',NULL),(12206,51,12190,'2025-12-14 13:45:00','2025-12-14 14:00:00','2025-12-14','13:45:00','14:00:00',NULL),(12207,51,12190,'2025-12-15 13:45:00','2025-12-15 14:00:00','2025-12-15','13:45:00','14:00:00',NULL),(12208,51,12190,'2025-12-16 13:45:00','2025-12-16 14:00:00','2025-12-16','13:45:00','14:00:00',NULL),(12209,51,12190,'2025-12-17 13:45:00','2025-12-17 14:00:00','2025-12-17','13:45:00','14:00:00',NULL),(12210,51,12190,'2025-12-18 13:45:00','2025-12-18 14:00:00','2025-12-18','13:45:00','14:00:00',NULL),(12211,51,12190,'2025-12-19 13:45:00','2025-12-19 14:00:00','2025-12-19','13:45:00','14:00:00',NULL),(12212,51,12190,'2025-12-20 13:45:00','2025-12-20 14:00:00','2025-12-20','13:45:00','14:00:00',NULL),(12213,51,12190,'2025-12-21 13:45:00','2025-12-21 14:00:00','2025-12-21','13:45:00','14:00:00',NULL),(12214,51,12190,'2025-12-22 13:45:00','2025-12-22 14:00:00','2025-12-22','13:45:00','14:00:00',NULL),(12215,51,12190,'2025-12-23 13:45:00','2025-12-23 14:00:00','2025-12-23','13:45:00','14:00:00',NULL),(12216,51,12190,'2025-12-24 13:45:00','2025-12-24 14:00:00','2025-12-24','13:45:00','14:00:00',NULL),(12217,51,12190,'2025-12-25 13:45:00','2025-12-25 14:00:00','2025-12-25','13:45:00','14:00:00',NULL),(12218,51,12190,'2025-12-26 13:45:00','2025-12-26 14:00:00','2025-12-26','13:45:00','14:00:00',NULL),(12219,51,12190,'2025-12-27 13:45:00','2025-12-27 14:00:00','2025-12-27','13:45:00','14:00:00',NULL),(12220,51,12190,'2025-12-28 13:45:00','2025-12-28 14:00:00','2025-12-28','13:45:00','14:00:00',NULL),(12221,51,12190,'2025-12-29 13:45:00','2025-12-29 14:00:00','2025-12-29','13:45:00','14:00:00',NULL),(12222,51,12190,'2025-12-30 13:45:00','2025-12-30 14:00:00','2025-12-30','13:45:00','14:00:00',NULL),(12223,51,12190,'2025-12-31 13:45:00','2025-12-31 14:00:00','2025-12-31','13:45:00','14:00:00',NULL),(12224,51,12224,'2025-11-28 14:00:00','2025-11-28 14:15:00','2025-11-28','14:00:00','14:15:00',NULL),(12225,51,12224,'2025-11-29 14:00:00','2025-11-29 14:15:00','2025-11-29','14:00:00','14:15:00',NULL),(12226,51,12224,'2025-11-30 14:00:00','2025-11-30 14:15:00','2025-11-30','14:00:00','14:15:00',NULL),(12227,51,12224,'2025-12-01 14:00:00','2025-12-01 14:15:00','2025-12-01','14:00:00','14:15:00',NULL),(12228,51,12224,'2025-12-02 14:00:00','2025-12-02 14:15:00','2025-12-02','14:00:00','14:15:00',NULL),(12229,51,12224,'2025-12-03 14:00:00','2025-12-03 14:15:00','2025-12-03','14:00:00','14:15:00',NULL),(12230,51,12224,'2025-12-04 14:00:00','2025-12-04 14:15:00','2025-12-04','14:00:00','14:15:00',NULL),(12231,51,12224,'2025-12-05 14:00:00','2025-12-05 14:15:00','2025-12-05','14:00:00','14:15:00',NULL),(12232,51,12224,'2025-12-06 14:00:00','2025-12-06 14:15:00','2025-12-06','14:00:00','14:15:00',NULL),(12233,51,12224,'2025-12-07 14:00:00','2025-12-07 14:15:00','2025-12-07','14:00:00','14:15:00',NULL),(12234,51,12224,'2025-12-08 14:00:00','2025-12-08 14:15:00','2025-12-08','14:00:00','14:15:00',NULL),(12235,51,12224,'2025-12-09 14:00:00','2025-12-09 14:15:00','2025-12-09','14:00:00','14:15:00',NULL),(12236,51,12224,'2025-12-10 14:00:00','2025-12-10 14:15:00','2025-12-10','14:00:00','14:15:00',NULL),(12237,51,12224,'2025-12-11 14:00:00','2025-12-11 14:15:00','2025-12-11','14:00:00','14:15:00',NULL),(12238,51,12224,'2025-12-12 14:00:00','2025-12-12 14:15:00','2025-12-12','14:00:00','14:15:00',NULL),(12239,51,12224,'2025-12-13 14:00:00','2025-12-13 14:15:00','2025-12-13','14:00:00','14:15:00',NULL),(12240,51,12224,'2025-12-14 14:00:00','2025-12-14 14:15:00','2025-12-14','14:00:00','14:15:00',NULL),(12241,51,12224,'2025-12-15 14:00:00','2025-12-15 14:15:00','2025-12-15','14:00:00','14:15:00',NULL),(12242,51,12224,'2025-12-16 14:00:00','2025-12-16 14:15:00','2025-12-16','14:00:00','14:15:00',NULL),(12243,51,12224,'2025-12-17 14:00:00','2025-12-17 14:15:00','2025-12-17','14:00:00','14:15:00',NULL),(12244,51,12224,'2025-12-18 14:00:00','2025-12-18 14:15:00','2025-12-18','14:00:00','14:15:00',NULL),(12245,51,12224,'2025-12-19 14:00:00','2025-12-19 14:15:00','2025-12-19','14:00:00','14:15:00',NULL),(12246,51,12224,'2025-12-20 14:00:00','2025-12-20 14:15:00','2025-12-20','14:00:00','14:15:00',NULL),(12247,51,12224,'2025-12-21 14:00:00','2025-12-21 14:15:00','2025-12-21','14:00:00','14:15:00',NULL),(12248,51,12224,'2025-12-22 14:00:00','2025-12-22 14:15:00','2025-12-22','14:00:00','14:15:00',NULL),(12249,51,12224,'2025-12-23 14:00:00','2025-12-23 14:15:00','2025-12-23','14:00:00','14:15:00',NULL),(12250,51,12224,'2025-12-24 14:00:00','2025-12-24 14:15:00','2025-12-24','14:00:00','14:15:00',NULL),(12251,51,12224,'2025-12-25 14:00:00','2025-12-25 14:15:00','2025-12-25','14:00:00','14:15:00',NULL),(12252,51,12224,'2025-12-26 14:00:00','2025-12-26 14:15:00','2025-12-26','14:00:00','14:15:00',NULL),(12253,51,12224,'2025-12-27 14:00:00','2025-12-27 14:15:00','2025-12-27','14:00:00','14:15:00',NULL),(12254,51,12224,'2025-12-28 14:00:00','2025-12-28 14:15:00','2025-12-28','14:00:00','14:15:00',NULL),(12255,51,12224,'2025-12-29 14:00:00','2025-12-29 14:15:00','2025-12-29','14:00:00','14:15:00',NULL),(12256,51,12224,'2025-12-30 14:00:00','2025-12-30 14:15:00','2025-12-30','14:00:00','14:15:00',NULL),(12257,51,12224,'2025-12-31 14:00:00','2025-12-31 14:15:00','2025-12-31','14:00:00','14:15:00',NULL),(12258,51,12258,'2025-11-28 14:15:00','2025-11-28 14:30:00','2025-11-28','14:15:00','14:30:00',NULL),(12259,51,12258,'2025-11-29 14:15:00','2025-11-29 14:30:00','2025-11-29','14:15:00','14:30:00',NULL),(12260,51,12258,'2025-11-30 14:15:00','2025-11-30 14:30:00','2025-11-30','14:15:00','14:30:00',NULL),(12261,51,12258,'2025-12-01 14:15:00','2025-12-01 14:30:00','2025-12-01','14:15:00','14:30:00',NULL),(12262,51,12258,'2025-12-02 14:15:00','2025-12-02 14:30:00','2025-12-02','14:15:00','14:30:00',NULL),(12263,51,12258,'2025-12-03 14:15:00','2025-12-03 14:30:00','2025-12-03','14:15:00','14:30:00',NULL),(12264,51,12258,'2025-12-04 14:15:00','2025-12-04 14:30:00','2025-12-04','14:15:00','14:30:00',NULL),(12265,51,12258,'2025-12-05 14:15:00','2025-12-05 14:30:00','2025-12-05','14:15:00','14:30:00',NULL),(12266,51,12258,'2025-12-06 14:15:00','2025-12-06 14:30:00','2025-12-06','14:15:00','14:30:00',NULL),(12267,51,12258,'2025-12-07 14:15:00','2025-12-07 14:30:00','2025-12-07','14:15:00','14:30:00',NULL),(12268,51,12258,'2025-12-08 14:15:00','2025-12-08 14:30:00','2025-12-08','14:15:00','14:30:00',NULL),(12269,51,12258,'2025-12-09 14:15:00','2025-12-09 14:30:00','2025-12-09','14:15:00','14:30:00',NULL),(12270,51,12258,'2025-12-10 14:15:00','2025-12-10 14:30:00','2025-12-10','14:15:00','14:30:00',NULL),(12271,51,12258,'2025-12-11 14:15:00','2025-12-11 14:30:00','2025-12-11','14:15:00','14:30:00',NULL),(12272,51,12258,'2025-12-12 14:15:00','2025-12-12 14:30:00','2025-12-12','14:15:00','14:30:00',NULL),(12273,51,12258,'2025-12-13 14:15:00','2025-12-13 14:30:00','2025-12-13','14:15:00','14:30:00',NULL),(12274,51,12258,'2025-12-14 14:15:00','2025-12-14 14:30:00','2025-12-14','14:15:00','14:30:00',NULL),(12275,51,12258,'2025-12-15 14:15:00','2025-12-15 14:30:00','2025-12-15','14:15:00','14:30:00',NULL),(12276,51,12258,'2025-12-16 14:15:00','2025-12-16 14:30:00','2025-12-16','14:15:00','14:30:00',NULL),(12277,51,12258,'2025-12-17 14:15:00','2025-12-17 14:30:00','2025-12-17','14:15:00','14:30:00',NULL),(12278,51,12258,'2025-12-18 14:15:00','2025-12-18 14:30:00','2025-12-18','14:15:00','14:30:00',NULL),(12279,51,12258,'2025-12-19 14:15:00','2025-12-19 14:30:00','2025-12-19','14:15:00','14:30:00',NULL),(12280,51,12258,'2025-12-20 14:15:00','2025-12-20 14:30:00','2025-12-20','14:15:00','14:30:00',NULL),(12281,51,12258,'2025-12-21 14:15:00','2025-12-21 14:30:00','2025-12-21','14:15:00','14:30:00',NULL),(12282,51,12258,'2025-12-22 14:15:00','2025-12-22 14:30:00','2025-12-22','14:15:00','14:30:00',NULL),(12283,51,12258,'2025-12-23 14:15:00','2025-12-23 14:30:00','2025-12-23','14:15:00','14:30:00',NULL),(12284,51,12258,'2025-12-24 14:15:00','2025-12-24 14:30:00','2025-12-24','14:15:00','14:30:00',NULL),(12285,51,12258,'2025-12-25 14:15:00','2025-12-25 14:30:00','2025-12-25','14:15:00','14:30:00',NULL),(12286,51,12258,'2025-12-26 14:15:00','2025-12-26 14:30:00','2025-12-26','14:15:00','14:30:00',NULL),(12287,51,12258,'2025-12-27 14:15:00','2025-12-27 14:30:00','2025-12-27','14:15:00','14:30:00',NULL),(12288,51,12258,'2025-12-28 14:15:00','2025-12-28 14:30:00','2025-12-28','14:15:00','14:30:00',NULL),(12289,51,12258,'2025-12-29 14:15:00','2025-12-29 14:30:00','2025-12-29','14:15:00','14:30:00',NULL),(12290,51,12258,'2025-12-30 14:15:00','2025-12-30 14:30:00','2025-12-30','14:15:00','14:30:00',NULL),(12291,51,12258,'2025-12-31 14:15:00','2025-12-31 14:30:00','2025-12-31','14:15:00','14:30:00',NULL),(12292,51,12292,'2025-11-28 14:30:00','2025-11-28 14:45:00','2025-11-28','14:30:00','14:45:00',NULL),(12293,51,12292,'2025-11-29 14:30:00','2025-11-29 14:45:00','2025-11-29','14:30:00','14:45:00',NULL),(12294,51,12292,'2025-11-30 14:30:00','2025-11-30 14:45:00','2025-11-30','14:30:00','14:45:00',NULL),(12295,51,12292,'2025-12-01 14:30:00','2025-12-01 14:45:00','2025-12-01','14:30:00','14:45:00',NULL),(12296,51,12292,'2025-12-02 14:30:00','2025-12-02 14:45:00','2025-12-02','14:30:00','14:45:00',NULL),(12297,51,12292,'2025-12-03 14:30:00','2025-12-03 14:45:00','2025-12-03','14:30:00','14:45:00',NULL),(12298,51,12292,'2025-12-04 14:30:00','2025-12-04 14:45:00','2025-12-04','14:30:00','14:45:00',NULL),(12299,51,12292,'2025-12-05 14:30:00','2025-12-05 14:45:00','2025-12-05','14:30:00','14:45:00',NULL),(12300,51,12292,'2025-12-06 14:30:00','2025-12-06 14:45:00','2025-12-06','14:30:00','14:45:00',NULL),(12301,51,12292,'2025-12-07 14:30:00','2025-12-07 14:45:00','2025-12-07','14:30:00','14:45:00',NULL),(12302,51,12292,'2025-12-08 14:30:00','2025-12-08 14:45:00','2025-12-08','14:30:00','14:45:00',NULL),(12303,51,12292,'2025-12-09 14:30:00','2025-12-09 14:45:00','2025-12-09','14:30:00','14:45:00',NULL),(12304,51,12292,'2025-12-10 14:30:00','2025-12-10 14:45:00','2025-12-10','14:30:00','14:45:00',NULL),(12305,51,12292,'2025-12-11 14:30:00','2025-12-11 14:45:00','2025-12-11','14:30:00','14:45:00',NULL),(12306,51,12292,'2025-12-12 14:30:00','2025-12-12 14:45:00','2025-12-12','14:30:00','14:45:00',NULL),(12307,51,12292,'2025-12-13 14:30:00','2025-12-13 14:45:00','2025-12-13','14:30:00','14:45:00',NULL),(12308,51,12292,'2025-12-14 14:30:00','2025-12-14 14:45:00','2025-12-14','14:30:00','14:45:00',NULL),(12309,51,12292,'2025-12-15 14:30:00','2025-12-15 14:45:00','2025-12-15','14:30:00','14:45:00',NULL),(12310,51,12292,'2025-12-16 14:30:00','2025-12-16 14:45:00','2025-12-16','14:30:00','14:45:00',NULL),(12311,51,12292,'2025-12-17 14:30:00','2025-12-17 14:45:00','2025-12-17','14:30:00','14:45:00',NULL),(12312,51,12292,'2025-12-18 14:30:00','2025-12-18 14:45:00','2025-12-18','14:30:00','14:45:00',NULL),(12313,51,12292,'2025-12-19 14:30:00','2025-12-19 14:45:00','2025-12-19','14:30:00','14:45:00',NULL),(12314,51,12292,'2025-12-20 14:30:00','2025-12-20 14:45:00','2025-12-20','14:30:00','14:45:00',NULL),(12315,51,12292,'2025-12-21 14:30:00','2025-12-21 14:45:00','2025-12-21','14:30:00','14:45:00',NULL),(12316,51,12292,'2025-12-22 14:30:00','2025-12-22 14:45:00','2025-12-22','14:30:00','14:45:00',NULL),(12317,51,12292,'2025-12-23 14:30:00','2025-12-23 14:45:00','2025-12-23','14:30:00','14:45:00',NULL),(12318,51,12292,'2025-12-24 14:30:00','2025-12-24 14:45:00','2025-12-24','14:30:00','14:45:00',NULL),(12319,51,12292,'2025-12-25 14:30:00','2025-12-25 14:45:00','2025-12-25','14:30:00','14:45:00',NULL),(12320,51,12292,'2025-12-26 14:30:00','2025-12-26 14:45:00','2025-12-26','14:30:00','14:45:00',NULL),(12321,51,12292,'2025-12-27 14:30:00','2025-12-27 14:45:00','2025-12-27','14:30:00','14:45:00',NULL),(12322,51,12292,'2025-12-28 14:30:00','2025-12-28 14:45:00','2025-12-28','14:30:00','14:45:00',NULL),(12323,51,12292,'2025-12-29 14:30:00','2025-12-29 14:45:00','2025-12-29','14:30:00','14:45:00',NULL),(12324,51,12292,'2025-12-30 14:30:00','2025-12-30 14:45:00','2025-12-30','14:30:00','14:45:00',NULL),(12325,51,12292,'2025-12-31 14:30:00','2025-12-31 14:45:00','2025-12-31','14:30:00','14:45:00',NULL),(12326,51,12326,'2025-11-28 14:45:00','2025-11-28 15:00:00','2025-11-28','14:45:00','15:00:00',NULL),(12327,51,12326,'2025-11-29 14:45:00','2025-11-29 15:00:00','2025-11-29','14:45:00','15:00:00',NULL),(12328,51,12326,'2025-11-30 14:45:00','2025-11-30 15:00:00','2025-11-30','14:45:00','15:00:00',NULL),(12329,51,12326,'2025-12-01 14:45:00','2025-12-01 15:00:00','2025-12-01','14:45:00','15:00:00',NULL),(12330,51,12326,'2025-12-02 14:45:00','2025-12-02 15:00:00','2025-12-02','14:45:00','15:00:00',NULL),(12331,51,12326,'2025-12-03 14:45:00','2025-12-03 15:00:00','2025-12-03','14:45:00','15:00:00',NULL),(12332,51,12326,'2025-12-04 14:45:00','2025-12-04 15:00:00','2025-12-04','14:45:00','15:00:00',NULL),(12333,51,12326,'2025-12-05 14:45:00','2025-12-05 15:00:00','2025-12-05','14:45:00','15:00:00',NULL),(12334,51,12326,'2025-12-06 14:45:00','2025-12-06 15:00:00','2025-12-06','14:45:00','15:00:00',NULL),(12335,51,12326,'2025-12-07 14:45:00','2025-12-07 15:00:00','2025-12-07','14:45:00','15:00:00',NULL),(12336,51,12326,'2025-12-08 14:45:00','2025-12-08 15:00:00','2025-12-08','14:45:00','15:00:00',NULL),(12337,51,12326,'2025-12-09 14:45:00','2025-12-09 15:00:00','2025-12-09','14:45:00','15:00:00',NULL),(12338,51,12326,'2025-12-10 14:45:00','2025-12-10 15:00:00','2025-12-10','14:45:00','15:00:00',NULL),(12339,51,12326,'2025-12-11 14:45:00','2025-12-11 15:00:00','2025-12-11','14:45:00','15:00:00',NULL),(12340,51,12326,'2025-12-12 14:45:00','2025-12-12 15:00:00','2025-12-12','14:45:00','15:00:00',NULL),(12341,51,12326,'2025-12-13 14:45:00','2025-12-13 15:00:00','2025-12-13','14:45:00','15:00:00',NULL),(12342,51,12326,'2025-12-14 14:45:00','2025-12-14 15:00:00','2025-12-14','14:45:00','15:00:00',NULL),(12343,51,12326,'2025-12-15 14:45:00','2025-12-15 15:00:00','2025-12-15','14:45:00','15:00:00',NULL),(12344,51,12326,'2025-12-16 14:45:00','2025-12-16 15:00:00','2025-12-16','14:45:00','15:00:00',NULL),(12345,51,12326,'2025-12-17 14:45:00','2025-12-17 15:00:00','2025-12-17','14:45:00','15:00:00',NULL),(12346,51,12326,'2025-12-18 14:45:00','2025-12-18 15:00:00','2025-12-18','14:45:00','15:00:00',NULL),(12347,51,12326,'2025-12-19 14:45:00','2025-12-19 15:00:00','2025-12-19','14:45:00','15:00:00',NULL),(12348,51,12326,'2025-12-20 14:45:00','2025-12-20 15:00:00','2025-12-20','14:45:00','15:00:00',NULL),(12349,51,12326,'2025-12-21 14:45:00','2025-12-21 15:00:00','2025-12-21','14:45:00','15:00:00',NULL),(12350,51,12326,'2025-12-22 14:45:00','2025-12-22 15:00:00','2025-12-22','14:45:00','15:00:00',NULL),(12351,51,12326,'2025-12-23 14:45:00','2025-12-23 15:00:00','2025-12-23','14:45:00','15:00:00',NULL),(12352,51,12326,'2025-12-24 14:45:00','2025-12-24 15:00:00','2025-12-24','14:45:00','15:00:00',NULL),(12353,51,12326,'2025-12-25 14:45:00','2025-12-25 15:00:00','2025-12-25','14:45:00','15:00:00',NULL),(12354,51,12326,'2025-12-26 14:45:00','2025-12-26 15:00:00','2025-12-26','14:45:00','15:00:00',NULL),(12355,51,12326,'2025-12-27 14:45:00','2025-12-27 15:00:00','2025-12-27','14:45:00','15:00:00',NULL),(12356,51,12326,'2025-12-28 14:45:00','2025-12-28 15:00:00','2025-12-28','14:45:00','15:00:00',NULL),(12357,51,12326,'2025-12-29 14:45:00','2025-12-29 15:00:00','2025-12-29','14:45:00','15:00:00',NULL),(12358,51,12326,'2025-12-30 14:45:00','2025-12-30 15:00:00','2025-12-30','14:45:00','15:00:00',NULL),(12359,51,12326,'2025-12-31 14:45:00','2025-12-31 15:00:00','2025-12-31','14:45:00','15:00:00',NULL),(12360,51,12360,'2025-11-28 15:00:00','2025-11-28 15:15:00','2025-11-28','15:00:00','15:15:00',NULL),(12361,51,12360,'2025-11-29 15:00:00','2025-11-29 15:15:00','2025-11-29','15:00:00','15:15:00',NULL),(12362,51,12360,'2025-11-30 15:00:00','2025-11-30 15:15:00','2025-11-30','15:00:00','15:15:00',NULL),(12363,51,12360,'2025-12-01 15:00:00','2025-12-01 15:15:00','2025-12-01','15:00:00','15:15:00',NULL),(12364,51,12360,'2025-12-02 15:00:00','2025-12-02 15:15:00','2025-12-02','15:00:00','15:15:00',NULL),(12365,51,12360,'2025-12-03 15:00:00','2025-12-03 15:15:00','2025-12-03','15:00:00','15:15:00',NULL),(12366,51,12360,'2025-12-04 15:00:00','2025-12-04 15:15:00','2025-12-04','15:00:00','15:15:00',NULL),(12367,51,12360,'2025-12-05 15:00:00','2025-12-05 15:15:00','2025-12-05','15:00:00','15:15:00',NULL),(12368,51,12360,'2025-12-06 15:00:00','2025-12-06 15:15:00','2025-12-06','15:00:00','15:15:00',NULL),(12369,51,12360,'2025-12-07 15:00:00','2025-12-07 15:15:00','2025-12-07','15:00:00','15:15:00',NULL),(12370,51,12360,'2025-12-08 15:00:00','2025-12-08 15:15:00','2025-12-08','15:00:00','15:15:00',NULL),(12371,51,12360,'2025-12-09 15:00:00','2025-12-09 15:15:00','2025-12-09','15:00:00','15:15:00',NULL),(12372,51,12360,'2025-12-10 15:00:00','2025-12-10 15:15:00','2025-12-10','15:00:00','15:15:00',NULL),(12373,51,12360,'2025-12-11 15:00:00','2025-12-11 15:15:00','2025-12-11','15:00:00','15:15:00',NULL),(12374,51,12360,'2025-12-12 15:00:00','2025-12-12 15:15:00','2025-12-12','15:00:00','15:15:00',NULL),(12375,51,12360,'2025-12-13 15:00:00','2025-12-13 15:15:00','2025-12-13','15:00:00','15:15:00',NULL),(12376,51,12360,'2025-12-14 15:00:00','2025-12-14 15:15:00','2025-12-14','15:00:00','15:15:00',NULL),(12377,51,12360,'2025-12-15 15:00:00','2025-12-15 15:15:00','2025-12-15','15:00:00','15:15:00',NULL),(12378,51,12360,'2025-12-16 15:00:00','2025-12-16 15:15:00','2025-12-16','15:00:00','15:15:00',NULL),(12379,51,12360,'2025-12-17 15:00:00','2025-12-17 15:15:00','2025-12-17','15:00:00','15:15:00',NULL),(12380,51,12360,'2025-12-18 15:00:00','2025-12-18 15:15:00','2025-12-18','15:00:00','15:15:00',NULL),(12381,51,12360,'2025-12-19 15:00:00','2025-12-19 15:15:00','2025-12-19','15:00:00','15:15:00',NULL),(12382,51,12360,'2025-12-20 15:00:00','2025-12-20 15:15:00','2025-12-20','15:00:00','15:15:00',NULL),(12383,51,12360,'2025-12-21 15:00:00','2025-12-21 15:15:00','2025-12-21','15:00:00','15:15:00',NULL),(12384,51,12360,'2025-12-22 15:00:00','2025-12-22 15:15:00','2025-12-22','15:00:00','15:15:00',NULL),(12385,51,12360,'2025-12-23 15:00:00','2025-12-23 15:15:00','2025-12-23','15:00:00','15:15:00',NULL),(12386,51,12360,'2025-12-24 15:00:00','2025-12-24 15:15:00','2025-12-24','15:00:00','15:15:00',NULL),(12387,51,12360,'2025-12-25 15:00:00','2025-12-25 15:15:00','2025-12-25','15:00:00','15:15:00',NULL),(12388,51,12360,'2025-12-26 15:00:00','2025-12-26 15:15:00','2025-12-26','15:00:00','15:15:00',NULL),(12389,51,12360,'2025-12-27 15:00:00','2025-12-27 15:15:00','2025-12-27','15:00:00','15:15:00',NULL),(12390,51,12360,'2025-12-28 15:00:00','2025-12-28 15:15:00','2025-12-28','15:00:00','15:15:00',NULL),(12391,51,12360,'2025-12-29 15:00:00','2025-12-29 15:15:00','2025-12-29','15:00:00','15:15:00',NULL),(12392,51,12360,'2025-12-30 15:00:00','2025-12-30 15:15:00','2025-12-30','15:00:00','15:15:00',NULL),(12393,51,12360,'2025-12-31 15:00:00','2025-12-31 15:15:00','2025-12-31','15:00:00','15:15:00',NULL),(12394,51,12394,'2025-11-28 15:15:00','2025-11-28 15:30:00','2025-11-28','15:15:00','15:30:00',NULL),(12395,51,12394,'2025-11-29 15:15:00','2025-11-29 15:30:00','2025-11-29','15:15:00','15:30:00',NULL),(12396,51,12394,'2025-11-30 15:15:00','2025-11-30 15:30:00','2025-11-30','15:15:00','15:30:00',NULL),(12397,51,12394,'2025-12-01 15:15:00','2025-12-01 15:30:00','2025-12-01','15:15:00','15:30:00',NULL),(12398,51,12394,'2025-12-02 15:15:00','2025-12-02 15:30:00','2025-12-02','15:15:00','15:30:00',NULL),(12399,51,12394,'2025-12-03 15:15:00','2025-12-03 15:30:00','2025-12-03','15:15:00','15:30:00',NULL),(12400,51,12394,'2025-12-04 15:15:00','2025-12-04 15:30:00','2025-12-04','15:15:00','15:30:00',NULL),(12401,51,12394,'2025-12-05 15:15:00','2025-12-05 15:30:00','2025-12-05','15:15:00','15:30:00',NULL),(12402,51,12394,'2025-12-06 15:15:00','2025-12-06 15:30:00','2025-12-06','15:15:00','15:30:00',NULL),(12403,51,12394,'2025-12-07 15:15:00','2025-12-07 15:30:00','2025-12-07','15:15:00','15:30:00',NULL),(12404,51,12394,'2025-12-08 15:15:00','2025-12-08 15:30:00','2025-12-08','15:15:00','15:30:00',NULL),(12405,51,12394,'2025-12-09 15:15:00','2025-12-09 15:30:00','2025-12-09','15:15:00','15:30:00',NULL),(12406,51,12394,'2025-12-10 15:15:00','2025-12-10 15:30:00','2025-12-10','15:15:00','15:30:00',NULL),(12407,51,12394,'2025-12-11 15:15:00','2025-12-11 15:30:00','2025-12-11','15:15:00','15:30:00',NULL),(12408,51,12394,'2025-12-12 15:15:00','2025-12-12 15:30:00','2025-12-12','15:15:00','15:30:00',NULL),(12409,51,12394,'2025-12-13 15:15:00','2025-12-13 15:30:00','2025-12-13','15:15:00','15:30:00',NULL),(12410,51,12394,'2025-12-14 15:15:00','2025-12-14 15:30:00','2025-12-14','15:15:00','15:30:00',NULL),(12411,51,12394,'2025-12-15 15:15:00','2025-12-15 15:30:00','2025-12-15','15:15:00','15:30:00',NULL),(12412,51,12394,'2025-12-16 15:15:00','2025-12-16 15:30:00','2025-12-16','15:15:00','15:30:00',NULL),(12413,51,12394,'2025-12-17 15:15:00','2025-12-17 15:30:00','2025-12-17','15:15:00','15:30:00',NULL),(12414,51,12394,'2025-12-18 15:15:00','2025-12-18 15:30:00','2025-12-18','15:15:00','15:30:00',NULL),(12415,51,12394,'2025-12-19 15:15:00','2025-12-19 15:30:00','2025-12-19','15:15:00','15:30:00',NULL),(12416,51,12394,'2025-12-20 15:15:00','2025-12-20 15:30:00','2025-12-20','15:15:00','15:30:00',NULL),(12417,51,12394,'2025-12-21 15:15:00','2025-12-21 15:30:00','2025-12-21','15:15:00','15:30:00',NULL),(12418,51,12394,'2025-12-22 15:15:00','2025-12-22 15:30:00','2025-12-22','15:15:00','15:30:00',NULL),(12419,51,12394,'2025-12-23 15:15:00','2025-12-23 15:30:00','2025-12-23','15:15:00','15:30:00',NULL),(12420,51,12394,'2025-12-24 15:15:00','2025-12-24 15:30:00','2025-12-24','15:15:00','15:30:00',NULL),(12421,51,12394,'2025-12-25 15:15:00','2025-12-25 15:30:00','2025-12-25','15:15:00','15:30:00',NULL),(12422,51,12394,'2025-12-26 15:15:00','2025-12-26 15:30:00','2025-12-26','15:15:00','15:30:00',NULL),(12423,51,12394,'2025-12-27 15:15:00','2025-12-27 15:30:00','2025-12-27','15:15:00','15:30:00',NULL),(12424,51,12394,'2025-12-28 15:15:00','2025-12-28 15:30:00','2025-12-28','15:15:00','15:30:00',NULL),(12425,51,12394,'2025-12-29 15:15:00','2025-12-29 15:30:00','2025-12-29','15:15:00','15:30:00',NULL),(12426,51,12394,'2025-12-30 15:15:00','2025-12-30 15:30:00','2025-12-30','15:15:00','15:30:00',NULL),(12427,51,12394,'2025-12-31 15:15:00','2025-12-31 15:30:00','2025-12-31','15:15:00','15:30:00',NULL),(12428,51,12428,'2025-11-28 15:30:00','2025-11-28 15:45:00','2025-11-28','15:30:00','15:45:00',NULL),(12429,51,12428,'2025-11-29 15:30:00','2025-11-29 15:45:00','2025-11-29','15:30:00','15:45:00',NULL),(12430,51,12428,'2025-11-30 15:30:00','2025-11-30 15:45:00','2025-11-30','15:30:00','15:45:00',NULL),(12431,51,12428,'2025-12-01 15:30:00','2025-12-01 15:45:00','2025-12-01','15:30:00','15:45:00',NULL),(12432,51,12428,'2025-12-02 15:30:00','2025-12-02 15:45:00','2025-12-02','15:30:00','15:45:00',NULL),(12433,51,12428,'2025-12-03 15:30:00','2025-12-03 15:45:00','2025-12-03','15:30:00','15:45:00',NULL),(12434,51,12428,'2025-12-04 15:30:00','2025-12-04 15:45:00','2025-12-04','15:30:00','15:45:00',NULL),(12435,51,12428,'2025-12-05 15:30:00','2025-12-05 15:45:00','2025-12-05','15:30:00','15:45:00',NULL),(12436,51,12428,'2025-12-06 15:30:00','2025-12-06 15:45:00','2025-12-06','15:30:00','15:45:00',NULL),(12437,51,12428,'2025-12-07 15:30:00','2025-12-07 15:45:00','2025-12-07','15:30:00','15:45:00',NULL),(12438,51,12428,'2025-12-08 15:30:00','2025-12-08 15:45:00','2025-12-08','15:30:00','15:45:00',NULL),(12439,51,12428,'2025-12-09 15:30:00','2025-12-09 15:45:00','2025-12-09','15:30:00','15:45:00',NULL),(12440,51,12428,'2025-12-10 15:30:00','2025-12-10 15:45:00','2025-12-10','15:30:00','15:45:00',NULL),(12441,51,12428,'2025-12-11 15:30:00','2025-12-11 15:45:00','2025-12-11','15:30:00','15:45:00',NULL),(12442,51,12428,'2025-12-12 15:30:00','2025-12-12 15:45:00','2025-12-12','15:30:00','15:45:00',NULL),(12443,51,12428,'2025-12-13 15:30:00','2025-12-13 15:45:00','2025-12-13','15:30:00','15:45:00',NULL),(12444,51,12428,'2025-12-14 15:30:00','2025-12-14 15:45:00','2025-12-14','15:30:00','15:45:00',NULL),(12445,51,12428,'2025-12-15 15:30:00','2025-12-15 15:45:00','2025-12-15','15:30:00','15:45:00',NULL),(12446,51,12428,'2025-12-16 15:30:00','2025-12-16 15:45:00','2025-12-16','15:30:00','15:45:00',NULL),(12447,51,12428,'2025-12-17 15:30:00','2025-12-17 15:45:00','2025-12-17','15:30:00','15:45:00',NULL),(12448,51,12428,'2025-12-18 15:30:00','2025-12-18 15:45:00','2025-12-18','15:30:00','15:45:00',NULL),(12449,51,12428,'2025-12-19 15:30:00','2025-12-19 15:45:00','2025-12-19','15:30:00','15:45:00',NULL),(12450,51,12428,'2025-12-20 15:30:00','2025-12-20 15:45:00','2025-12-20','15:30:00','15:45:00',NULL),(12451,51,12428,'2025-12-21 15:30:00','2025-12-21 15:45:00','2025-12-21','15:30:00','15:45:00',NULL),(12452,51,12428,'2025-12-22 15:30:00','2025-12-22 15:45:00','2025-12-22','15:30:00','15:45:00',NULL),(12453,51,12428,'2025-12-23 15:30:00','2025-12-23 15:45:00','2025-12-23','15:30:00','15:45:00',NULL),(12454,51,12428,'2025-12-24 15:30:00','2025-12-24 15:45:00','2025-12-24','15:30:00','15:45:00',NULL),(12455,51,12428,'2025-12-25 15:30:00','2025-12-25 15:45:00','2025-12-25','15:30:00','15:45:00',NULL),(12456,51,12428,'2025-12-26 15:30:00','2025-12-26 15:45:00','2025-12-26','15:30:00','15:45:00',NULL),(12457,51,12428,'2025-12-27 15:30:00','2025-12-27 15:45:00','2025-12-27','15:30:00','15:45:00',NULL),(12458,51,12428,'2025-12-28 15:30:00','2025-12-28 15:45:00','2025-12-28','15:30:00','15:45:00',NULL),(12459,51,12428,'2025-12-29 15:30:00','2025-12-29 15:45:00','2025-12-29','15:30:00','15:45:00',NULL),(12460,51,12428,'2025-12-30 15:30:00','2025-12-30 15:45:00','2025-12-30','15:30:00','15:45:00',NULL),(12461,51,12428,'2025-12-31 15:30:00','2025-12-31 15:45:00','2025-12-31','15:30:00','15:45:00',NULL),(12462,51,12462,'2025-11-28 15:45:00','2025-11-28 16:00:00','2025-11-28','15:45:00','16:00:00',NULL),(12463,51,12462,'2025-11-29 15:45:00','2025-11-29 16:00:00','2025-11-29','15:45:00','16:00:00',NULL),(12464,51,12462,'2025-11-30 15:45:00','2025-11-30 16:00:00','2025-11-30','15:45:00','16:00:00',NULL),(12465,51,12462,'2025-12-01 15:45:00','2025-12-01 16:00:00','2025-12-01','15:45:00','16:00:00',NULL),(12466,51,12462,'2025-12-02 15:45:00','2025-12-02 16:00:00','2025-12-02','15:45:00','16:00:00',NULL),(12467,51,12462,'2025-12-03 15:45:00','2025-12-03 16:00:00','2025-12-03','15:45:00','16:00:00',NULL),(12468,51,12462,'2025-12-04 15:45:00','2025-12-04 16:00:00','2025-12-04','15:45:00','16:00:00',NULL),(12469,51,12462,'2025-12-05 15:45:00','2025-12-05 16:00:00','2025-12-05','15:45:00','16:00:00',NULL),(12470,51,12462,'2025-12-06 15:45:00','2025-12-06 16:00:00','2025-12-06','15:45:00','16:00:00',NULL),(12471,51,12462,'2025-12-07 15:45:00','2025-12-07 16:00:00','2025-12-07','15:45:00','16:00:00',NULL),(12472,51,12462,'2025-12-08 15:45:00','2025-12-08 16:00:00','2025-12-08','15:45:00','16:00:00',NULL),(12473,51,12462,'2025-12-09 15:45:00','2025-12-09 16:00:00','2025-12-09','15:45:00','16:00:00',NULL),(12474,51,12462,'2025-12-10 15:45:00','2025-12-10 16:00:00','2025-12-10','15:45:00','16:00:00',NULL),(12475,51,12462,'2025-12-11 15:45:00','2025-12-11 16:00:00','2025-12-11','15:45:00','16:00:00',NULL),(12476,51,12462,'2025-12-12 15:45:00','2025-12-12 16:00:00','2025-12-12','15:45:00','16:00:00',NULL),(12477,51,12462,'2025-12-13 15:45:00','2025-12-13 16:00:00','2025-12-13','15:45:00','16:00:00',NULL),(12478,51,12462,'2025-12-14 15:45:00','2025-12-14 16:00:00','2025-12-14','15:45:00','16:00:00',NULL),(12479,51,12462,'2025-12-15 15:45:00','2025-12-15 16:00:00','2025-12-15','15:45:00','16:00:00',NULL),(12480,51,12462,'2025-12-16 15:45:00','2025-12-16 16:00:00','2025-12-16','15:45:00','16:00:00',NULL),(12481,51,12462,'2025-12-17 15:45:00','2025-12-17 16:00:00','2025-12-17','15:45:00','16:00:00',NULL),(12482,51,12462,'2025-12-18 15:45:00','2025-12-18 16:00:00','2025-12-18','15:45:00','16:00:00',NULL),(12483,51,12462,'2025-12-19 15:45:00','2025-12-19 16:00:00','2025-12-19','15:45:00','16:00:00',NULL),(12484,51,12462,'2025-12-20 15:45:00','2025-12-20 16:00:00','2025-12-20','15:45:00','16:00:00',NULL),(12485,51,12462,'2025-12-21 15:45:00','2025-12-21 16:00:00','2025-12-21','15:45:00','16:00:00',NULL),(12486,51,12462,'2025-12-22 15:45:00','2025-12-22 16:00:00','2025-12-22','15:45:00','16:00:00',NULL),(12487,51,12462,'2025-12-23 15:45:00','2025-12-23 16:00:00','2025-12-23','15:45:00','16:00:00',NULL),(12488,51,12462,'2025-12-24 15:45:00','2025-12-24 16:00:00','2025-12-24','15:45:00','16:00:00',NULL),(12489,51,12462,'2025-12-25 15:45:00','2025-12-25 16:00:00','2025-12-25','15:45:00','16:00:00',NULL),(12490,51,12462,'2025-12-26 15:45:00','2025-12-26 16:00:00','2025-12-26','15:45:00','16:00:00',NULL),(12491,51,12462,'2025-12-27 15:45:00','2025-12-27 16:00:00','2025-12-27','15:45:00','16:00:00',NULL),(12492,51,12462,'2025-12-28 15:45:00','2025-12-28 16:00:00','2025-12-28','15:45:00','16:00:00',NULL),(12493,51,12462,'2025-12-29 15:45:00','2025-12-29 16:00:00','2025-12-29','15:45:00','16:00:00',NULL),(12494,51,12462,'2025-12-30 15:45:00','2025-12-30 16:00:00','2025-12-30','15:45:00','16:00:00',NULL),(12495,51,12462,'2025-12-31 15:45:00','2025-12-31 16:00:00','2025-12-31','15:45:00','16:00:00',NULL),(12496,51,12496,'2025-11-28 16:00:00','2025-11-28 16:15:00','2025-11-28','16:00:00','16:15:00',NULL),(12497,51,12496,'2025-11-29 16:00:00','2025-11-29 16:15:00','2025-11-29','16:00:00','16:15:00',NULL),(12498,51,12496,'2025-11-30 16:00:00','2025-11-30 16:15:00','2025-11-30','16:00:00','16:15:00',NULL),(12499,51,12496,'2025-12-01 16:00:00','2025-12-01 16:15:00','2025-12-01','16:00:00','16:15:00',NULL),(12500,51,12496,'2025-12-02 16:00:00','2025-12-02 16:15:00','2025-12-02','16:00:00','16:15:00',NULL),(12501,51,12496,'2025-12-03 16:00:00','2025-12-03 16:15:00','2025-12-03','16:00:00','16:15:00',NULL),(12502,51,12496,'2025-12-04 16:00:00','2025-12-04 16:15:00','2025-12-04','16:00:00','16:15:00',NULL),(12503,51,12496,'2025-12-05 16:00:00','2025-12-05 16:15:00','2025-12-05','16:00:00','16:15:00',NULL),(12504,51,12496,'2025-12-06 16:00:00','2025-12-06 16:15:00','2025-12-06','16:00:00','16:15:00',NULL),(12505,51,12496,'2025-12-07 16:00:00','2025-12-07 16:15:00','2025-12-07','16:00:00','16:15:00',NULL),(12506,51,12496,'2025-12-08 16:00:00','2025-12-08 16:15:00','2025-12-08','16:00:00','16:15:00',NULL),(12507,51,12496,'2025-12-09 16:00:00','2025-12-09 16:15:00','2025-12-09','16:00:00','16:15:00',NULL),(12508,51,12496,'2025-12-10 16:00:00','2025-12-10 16:15:00','2025-12-10','16:00:00','16:15:00',NULL),(12509,51,12496,'2025-12-11 16:00:00','2025-12-11 16:15:00','2025-12-11','16:00:00','16:15:00',NULL),(12510,51,12496,'2025-12-12 16:00:00','2025-12-12 16:15:00','2025-12-12','16:00:00','16:15:00',NULL),(12511,51,12496,'2025-12-13 16:00:00','2025-12-13 16:15:00','2025-12-13','16:00:00','16:15:00',NULL),(12512,51,12496,'2025-12-14 16:00:00','2025-12-14 16:15:00','2025-12-14','16:00:00','16:15:00',NULL),(12513,51,12496,'2025-12-15 16:00:00','2025-12-15 16:15:00','2025-12-15','16:00:00','16:15:00',NULL),(12514,51,12496,'2025-12-16 16:00:00','2025-12-16 16:15:00','2025-12-16','16:00:00','16:15:00',NULL),(12515,51,12496,'2025-12-17 16:00:00','2025-12-17 16:15:00','2025-12-17','16:00:00','16:15:00',NULL),(12516,51,12496,'2025-12-18 16:00:00','2025-12-18 16:15:00','2025-12-18','16:00:00','16:15:00',NULL),(12517,51,12496,'2025-12-19 16:00:00','2025-12-19 16:15:00','2025-12-19','16:00:00','16:15:00',NULL),(12518,51,12496,'2025-12-20 16:00:00','2025-12-20 16:15:00','2025-12-20','16:00:00','16:15:00',NULL),(12519,51,12496,'2025-12-21 16:00:00','2025-12-21 16:15:00','2025-12-21','16:00:00','16:15:00',NULL),(12520,51,12496,'2025-12-22 16:00:00','2025-12-22 16:15:00','2025-12-22','16:00:00','16:15:00',NULL),(12521,51,12496,'2025-12-23 16:00:00','2025-12-23 16:15:00','2025-12-23','16:00:00','16:15:00',NULL),(12522,51,12496,'2025-12-24 16:00:00','2025-12-24 16:15:00','2025-12-24','16:00:00','16:15:00',NULL),(12523,51,12496,'2025-12-25 16:00:00','2025-12-25 16:15:00','2025-12-25','16:00:00','16:15:00',NULL),(12524,51,12496,'2025-12-26 16:00:00','2025-12-26 16:15:00','2025-12-26','16:00:00','16:15:00',NULL),(12525,51,12496,'2025-12-27 16:00:00','2025-12-27 16:15:00','2025-12-27','16:00:00','16:15:00',NULL),(12526,51,12496,'2025-12-28 16:00:00','2025-12-28 16:15:00','2025-12-28','16:00:00','16:15:00',NULL),(12527,51,12496,'2025-12-29 16:00:00','2025-12-29 16:15:00','2025-12-29','16:00:00','16:15:00',NULL),(12528,51,12496,'2025-12-30 16:00:00','2025-12-30 16:15:00','2025-12-30','16:00:00','16:15:00',NULL),(12529,51,12496,'2025-12-31 16:00:00','2025-12-31 16:15:00','2025-12-31','16:00:00','16:15:00',NULL),(12530,51,12530,'2025-11-28 16:15:00','2025-11-28 16:30:00','2025-11-28','16:15:00','16:30:00',NULL),(12531,51,12530,'2025-11-29 16:15:00','2025-11-29 16:30:00','2025-11-29','16:15:00','16:30:00',NULL),(12532,51,12530,'2025-11-30 16:15:00','2025-11-30 16:30:00','2025-11-30','16:15:00','16:30:00',NULL),(12533,51,12530,'2025-12-01 16:15:00','2025-12-01 16:30:00','2025-12-01','16:15:00','16:30:00',NULL),(12534,51,12530,'2025-12-02 16:15:00','2025-12-02 16:30:00','2025-12-02','16:15:00','16:30:00',NULL),(12535,51,12530,'2025-12-03 16:15:00','2025-12-03 16:30:00','2025-12-03','16:15:00','16:30:00',NULL),(12536,51,12530,'2025-12-04 16:15:00','2025-12-04 16:30:00','2025-12-04','16:15:00','16:30:00',NULL),(12537,51,12530,'2025-12-05 16:15:00','2025-12-05 16:30:00','2025-12-05','16:15:00','16:30:00',NULL),(12538,51,12530,'2025-12-06 16:15:00','2025-12-06 16:30:00','2025-12-06','16:15:00','16:30:00',NULL),(12539,51,12530,'2025-12-07 16:15:00','2025-12-07 16:30:00','2025-12-07','16:15:00','16:30:00',NULL),(12540,51,12530,'2025-12-08 16:15:00','2025-12-08 16:30:00','2025-12-08','16:15:00','16:30:00',NULL),(12541,51,12530,'2025-12-09 16:15:00','2025-12-09 16:30:00','2025-12-09','16:15:00','16:30:00',NULL),(12542,51,12530,'2025-12-10 16:15:00','2025-12-10 16:30:00','2025-12-10','16:15:00','16:30:00',NULL),(12543,51,12530,'2025-12-11 16:15:00','2025-12-11 16:30:00','2025-12-11','16:15:00','16:30:00',NULL),(12544,51,12530,'2025-12-12 16:15:00','2025-12-12 16:30:00','2025-12-12','16:15:00','16:30:00',NULL),(12545,51,12530,'2025-12-13 16:15:00','2025-12-13 16:30:00','2025-12-13','16:15:00','16:30:00',NULL),(12546,51,12530,'2025-12-14 16:15:00','2025-12-14 16:30:00','2025-12-14','16:15:00','16:30:00',NULL),(12547,51,12530,'2025-12-15 16:15:00','2025-12-15 16:30:00','2025-12-15','16:15:00','16:30:00',NULL),(12548,51,12530,'2025-12-16 16:15:00','2025-12-16 16:30:00','2025-12-16','16:15:00','16:30:00',NULL),(12549,51,12530,'2025-12-17 16:15:00','2025-12-17 16:30:00','2025-12-17','16:15:00','16:30:00',NULL),(12550,51,12530,'2025-12-18 16:15:00','2025-12-18 16:30:00','2025-12-18','16:15:00','16:30:00',NULL),(12551,51,12530,'2025-12-19 16:15:00','2025-12-19 16:30:00','2025-12-19','16:15:00','16:30:00',NULL),(12552,51,12530,'2025-12-20 16:15:00','2025-12-20 16:30:00','2025-12-20','16:15:00','16:30:00',NULL),(12553,51,12530,'2025-12-21 16:15:00','2025-12-21 16:30:00','2025-12-21','16:15:00','16:30:00',NULL),(12554,51,12530,'2025-12-22 16:15:00','2025-12-22 16:30:00','2025-12-22','16:15:00','16:30:00',NULL),(12555,51,12530,'2025-12-23 16:15:00','2025-12-23 16:30:00','2025-12-23','16:15:00','16:30:00',NULL),(12556,51,12530,'2025-12-24 16:15:00','2025-12-24 16:30:00','2025-12-24','16:15:00','16:30:00',NULL),(12557,51,12530,'2025-12-25 16:15:00','2025-12-25 16:30:00','2025-12-25','16:15:00','16:30:00',NULL),(12558,51,12530,'2025-12-26 16:15:00','2025-12-26 16:30:00','2025-12-26','16:15:00','16:30:00',NULL),(12559,51,12530,'2025-12-27 16:15:00','2025-12-27 16:30:00','2025-12-27','16:15:00','16:30:00',NULL),(12560,51,12530,'2025-12-28 16:15:00','2025-12-28 16:30:00','2025-12-28','16:15:00','16:30:00',NULL),(12561,51,12530,'2025-12-29 16:15:00','2025-12-29 16:30:00','2025-12-29','16:15:00','16:30:00',NULL),(12562,51,12530,'2025-12-30 16:15:00','2025-12-30 16:30:00','2025-12-30','16:15:00','16:30:00',NULL),(12563,51,12530,'2025-12-31 16:15:00','2025-12-31 16:30:00','2025-12-31','16:15:00','16:30:00',NULL),(12564,51,12564,'2025-11-28 16:30:00','2025-11-28 16:45:00','2025-11-28','16:30:00','16:45:00',NULL),(12565,51,12564,'2025-11-29 16:30:00','2025-11-29 16:45:00','2025-11-29','16:30:00','16:45:00',NULL),(12566,51,12564,'2025-11-30 16:30:00','2025-11-30 16:45:00','2025-11-30','16:30:00','16:45:00',NULL),(12567,51,12564,'2025-12-01 16:30:00','2025-12-01 16:45:00','2025-12-01','16:30:00','16:45:00',NULL),(12568,51,12564,'2025-12-02 16:30:00','2025-12-02 16:45:00','2025-12-02','16:30:00','16:45:00',NULL),(12569,51,12564,'2025-12-03 16:30:00','2025-12-03 16:45:00','2025-12-03','16:30:00','16:45:00',NULL),(12570,51,12564,'2025-12-04 16:30:00','2025-12-04 16:45:00','2025-12-04','16:30:00','16:45:00',NULL),(12571,51,12564,'2025-12-05 16:30:00','2025-12-05 16:45:00','2025-12-05','16:30:00','16:45:00',NULL),(12572,51,12564,'2025-12-06 16:30:00','2025-12-06 16:45:00','2025-12-06','16:30:00','16:45:00',NULL),(12573,51,12564,'2025-12-07 16:30:00','2025-12-07 16:45:00','2025-12-07','16:30:00','16:45:00',NULL),(12574,51,12564,'2025-12-08 16:30:00','2025-12-08 16:45:00','2025-12-08','16:30:00','16:45:00',NULL),(12575,51,12564,'2025-12-09 16:30:00','2025-12-09 16:45:00','2025-12-09','16:30:00','16:45:00',NULL),(12576,51,12564,'2025-12-10 16:30:00','2025-12-10 16:45:00','2025-12-10','16:30:00','16:45:00',NULL),(12577,51,12564,'2025-12-11 16:30:00','2025-12-11 16:45:00','2025-12-11','16:30:00','16:45:00',NULL),(12578,51,12564,'2025-12-12 16:30:00','2025-12-12 16:45:00','2025-12-12','16:30:00','16:45:00',NULL),(12579,51,12564,'2025-12-13 16:30:00','2025-12-13 16:45:00','2025-12-13','16:30:00','16:45:00',NULL),(12580,51,12564,'2025-12-14 16:30:00','2025-12-14 16:45:00','2025-12-14','16:30:00','16:45:00',NULL),(12581,51,12564,'2025-12-15 16:30:00','2025-12-15 16:45:00','2025-12-15','16:30:00','16:45:00',NULL),(12582,51,12564,'2025-12-16 16:30:00','2025-12-16 16:45:00','2025-12-16','16:30:00','16:45:00',NULL),(12583,51,12564,'2025-12-17 16:30:00','2025-12-17 16:45:00','2025-12-17','16:30:00','16:45:00',NULL),(12584,51,12564,'2025-12-18 16:30:00','2025-12-18 16:45:00','2025-12-18','16:30:00','16:45:00',NULL),(12585,51,12564,'2025-12-19 16:30:00','2025-12-19 16:45:00','2025-12-19','16:30:00','16:45:00',NULL),(12586,51,12564,'2025-12-20 16:30:00','2025-12-20 16:45:00','2025-12-20','16:30:00','16:45:00',NULL),(12587,51,12564,'2025-12-21 16:30:00','2025-12-21 16:45:00','2025-12-21','16:30:00','16:45:00',NULL),(12588,51,12564,'2025-12-22 16:30:00','2025-12-22 16:45:00','2025-12-22','16:30:00','16:45:00',NULL),(12589,51,12564,'2025-12-23 16:30:00','2025-12-23 16:45:00','2025-12-23','16:30:00','16:45:00',NULL),(12590,51,12564,'2025-12-24 16:30:00','2025-12-24 16:45:00','2025-12-24','16:30:00','16:45:00',NULL),(12591,51,12564,'2025-12-25 16:30:00','2025-12-25 16:45:00','2025-12-25','16:30:00','16:45:00',NULL),(12592,51,12564,'2025-12-26 16:30:00','2025-12-26 16:45:00','2025-12-26','16:30:00','16:45:00',NULL),(12593,51,12564,'2025-12-27 16:30:00','2025-12-27 16:45:00','2025-12-27','16:30:00','16:45:00',NULL),(12594,51,12564,'2025-12-28 16:30:00','2025-12-28 16:45:00','2025-12-28','16:30:00','16:45:00',NULL),(12595,51,12564,'2025-12-29 16:30:00','2025-12-29 16:45:00','2025-12-29','16:30:00','16:45:00',NULL),(12596,51,12564,'2025-12-30 16:30:00','2025-12-30 16:45:00','2025-12-30','16:30:00','16:45:00',NULL),(12597,51,12564,'2025-12-31 16:30:00','2025-12-31 16:45:00','2025-12-31','16:30:00','16:45:00',NULL),(12598,51,12598,'2025-11-28 16:45:00','2025-11-28 17:00:00','2025-11-28','16:45:00','17:00:00',NULL),(12599,51,12598,'2025-11-29 16:45:00','2025-11-29 17:00:00','2025-11-29','16:45:00','17:00:00',NULL),(12600,51,12598,'2025-11-30 16:45:00','2025-11-30 17:00:00','2025-11-30','16:45:00','17:00:00',NULL),(12601,51,12598,'2025-12-01 16:45:00','2025-12-01 17:00:00','2025-12-01','16:45:00','17:00:00',NULL),(12602,51,12598,'2025-12-02 16:45:00','2025-12-02 17:00:00','2025-12-02','16:45:00','17:00:00',NULL),(12603,51,12598,'2025-12-03 16:45:00','2025-12-03 17:00:00','2025-12-03','16:45:00','17:00:00',NULL),(12604,51,12598,'2025-12-04 16:45:00','2025-12-04 17:00:00','2025-12-04','16:45:00','17:00:00',NULL),(12605,51,12598,'2025-12-05 16:45:00','2025-12-05 17:00:00','2025-12-05','16:45:00','17:00:00',NULL),(12606,51,12598,'2025-12-06 16:45:00','2025-12-06 17:00:00','2025-12-06','16:45:00','17:00:00',NULL),(12607,51,12598,'2025-12-07 16:45:00','2025-12-07 17:00:00','2025-12-07','16:45:00','17:00:00',NULL),(12608,51,12598,'2025-12-08 16:45:00','2025-12-08 17:00:00','2025-12-08','16:45:00','17:00:00',NULL),(12609,51,12598,'2025-12-09 16:45:00','2025-12-09 17:00:00','2025-12-09','16:45:00','17:00:00',NULL),(12610,51,12598,'2025-12-10 16:45:00','2025-12-10 17:00:00','2025-12-10','16:45:00','17:00:00',NULL),(12611,51,12598,'2025-12-11 16:45:00','2025-12-11 17:00:00','2025-12-11','16:45:00','17:00:00',NULL),(12612,51,12598,'2025-12-12 16:45:00','2025-12-12 17:00:00','2025-12-12','16:45:00','17:00:00',NULL),(12613,51,12598,'2025-12-13 16:45:00','2025-12-13 17:00:00','2025-12-13','16:45:00','17:00:00',NULL),(12614,51,12598,'2025-12-14 16:45:00','2025-12-14 17:00:00','2025-12-14','16:45:00','17:00:00',NULL),(12615,51,12598,'2025-12-15 16:45:00','2025-12-15 17:00:00','2025-12-15','16:45:00','17:00:00',NULL),(12616,51,12598,'2025-12-16 16:45:00','2025-12-16 17:00:00','2025-12-16','16:45:00','17:00:00',NULL),(12617,51,12598,'2025-12-17 16:45:00','2025-12-17 17:00:00','2025-12-17','16:45:00','17:00:00',NULL),(12618,51,12598,'2025-12-18 16:45:00','2025-12-18 17:00:00','2025-12-18','16:45:00','17:00:00',NULL),(12619,51,12598,'2025-12-19 16:45:00','2025-12-19 17:00:00','2025-12-19','16:45:00','17:00:00',NULL),(12620,51,12598,'2025-12-20 16:45:00','2025-12-20 17:00:00','2025-12-20','16:45:00','17:00:00',NULL),(12621,51,12598,'2025-12-21 16:45:00','2025-12-21 17:00:00','2025-12-21','16:45:00','17:00:00',NULL),(12622,51,12598,'2025-12-22 16:45:00','2025-12-22 17:00:00','2025-12-22','16:45:00','17:00:00',NULL),(12623,51,12598,'2025-12-23 16:45:00','2025-12-23 17:00:00','2025-12-23','16:45:00','17:00:00',NULL),(12624,51,12598,'2025-12-24 16:45:00','2025-12-24 17:00:00','2025-12-24','16:45:00','17:00:00',NULL),(12625,51,12598,'2025-12-25 16:45:00','2025-12-25 17:00:00','2025-12-25','16:45:00','17:00:00',NULL),(12626,51,12598,'2025-12-26 16:45:00','2025-12-26 17:00:00','2025-12-26','16:45:00','17:00:00',NULL),(12627,51,12598,'2025-12-27 16:45:00','2025-12-27 17:00:00','2025-12-27','16:45:00','17:00:00',NULL),(12628,51,12598,'2025-12-28 16:45:00','2025-12-28 17:00:00','2025-12-28','16:45:00','17:00:00',NULL),(12629,51,12598,'2025-12-29 16:45:00','2025-12-29 17:00:00','2025-12-29','16:45:00','17:00:00',NULL),(12630,51,12598,'2025-12-30 16:45:00','2025-12-30 17:00:00','2025-12-30','16:45:00','17:00:00',NULL),(12631,51,12598,'2025-12-31 16:45:00','2025-12-31 17:00:00','2025-12-31','16:45:00','17:00:00',NULL),(12632,51,12632,'2025-11-28 17:00:00','2025-11-28 17:15:00','2025-11-28','17:00:00','17:15:00',NULL),(12633,51,12632,'2025-11-29 17:00:00','2025-11-29 17:15:00','2025-11-29','17:00:00','17:15:00',NULL),(12634,51,12632,'2025-11-30 17:00:00','2025-11-30 17:15:00','2025-11-30','17:00:00','17:15:00',NULL),(12635,51,12632,'2025-12-01 17:00:00','2025-12-01 17:15:00','2025-12-01','17:00:00','17:15:00',NULL),(12636,51,12632,'2025-12-02 17:00:00','2025-12-02 17:15:00','2025-12-02','17:00:00','17:15:00',NULL),(12637,51,12632,'2025-12-03 17:00:00','2025-12-03 17:15:00','2025-12-03','17:00:00','17:15:00',NULL),(12638,51,12632,'2025-12-04 17:00:00','2025-12-04 17:15:00','2025-12-04','17:00:00','17:15:00',NULL),(12639,51,12632,'2025-12-05 17:00:00','2025-12-05 17:15:00','2025-12-05','17:00:00','17:15:00',NULL),(12640,51,12632,'2025-12-06 17:00:00','2025-12-06 17:15:00','2025-12-06','17:00:00','17:15:00',NULL),(12641,51,12632,'2025-12-07 17:00:00','2025-12-07 17:15:00','2025-12-07','17:00:00','17:15:00',NULL),(12642,51,12632,'2025-12-08 17:00:00','2025-12-08 17:15:00','2025-12-08','17:00:00','17:15:00',NULL),(12643,51,12632,'2025-12-09 17:00:00','2025-12-09 17:15:00','2025-12-09','17:00:00','17:15:00',NULL),(12644,51,12632,'2025-12-10 17:00:00','2025-12-10 17:15:00','2025-12-10','17:00:00','17:15:00',NULL),(12645,51,12632,'2025-12-11 17:00:00','2025-12-11 17:15:00','2025-12-11','17:00:00','17:15:00',NULL),(12646,51,12632,'2025-12-12 17:00:00','2025-12-12 17:15:00','2025-12-12','17:00:00','17:15:00',NULL),(12647,51,12632,'2025-12-13 17:00:00','2025-12-13 17:15:00','2025-12-13','17:00:00','17:15:00',NULL),(12648,51,12632,'2025-12-14 17:00:00','2025-12-14 17:15:00','2025-12-14','17:00:00','17:15:00',NULL),(12649,51,12632,'2025-12-15 17:00:00','2025-12-15 17:15:00','2025-12-15','17:00:00','17:15:00',NULL),(12650,51,12632,'2025-12-16 17:00:00','2025-12-16 17:15:00','2025-12-16','17:00:00','17:15:00',NULL),(12651,51,12632,'2025-12-17 17:00:00','2025-12-17 17:15:00','2025-12-17','17:00:00','17:15:00',NULL),(12652,51,12632,'2025-12-18 17:00:00','2025-12-18 17:15:00','2025-12-18','17:00:00','17:15:00',NULL),(12653,51,12632,'2025-12-19 17:00:00','2025-12-19 17:15:00','2025-12-19','17:00:00','17:15:00',NULL),(12654,51,12632,'2025-12-20 17:00:00','2025-12-20 17:15:00','2025-12-20','17:00:00','17:15:00',NULL),(12655,51,12632,'2025-12-21 17:00:00','2025-12-21 17:15:00','2025-12-21','17:00:00','17:15:00',NULL),(12656,51,12632,'2025-12-22 17:00:00','2025-12-22 17:15:00','2025-12-22','17:00:00','17:15:00',NULL),(12657,51,12632,'2025-12-23 17:00:00','2025-12-23 17:15:00','2025-12-23','17:00:00','17:15:00',NULL),(12658,51,12632,'2025-12-24 17:00:00','2025-12-24 17:15:00','2025-12-24','17:00:00','17:15:00',NULL),(12659,51,12632,'2025-12-25 17:00:00','2025-12-25 17:15:00','2025-12-25','17:00:00','17:15:00',NULL),(12660,51,12632,'2025-12-26 17:00:00','2025-12-26 17:15:00','2025-12-26','17:00:00','17:15:00',NULL),(12661,51,12632,'2025-12-27 17:00:00','2025-12-27 17:15:00','2025-12-27','17:00:00','17:15:00',NULL),(12662,51,12632,'2025-12-28 17:00:00','2025-12-28 17:15:00','2025-12-28','17:00:00','17:15:00',NULL),(12663,51,12632,'2025-12-29 17:00:00','2025-12-29 17:15:00','2025-12-29','17:00:00','17:15:00',NULL),(12664,51,12632,'2025-12-30 17:00:00','2025-12-30 17:15:00','2025-12-30','17:00:00','17:15:00',NULL),(12665,51,12632,'2025-12-31 17:00:00','2025-12-31 17:15:00','2025-12-31','17:00:00','17:15:00',NULL),(12666,51,12666,'2025-11-28 17:15:00','2025-11-28 17:30:00','2025-11-28','17:15:00','17:30:00',NULL),(12667,51,12666,'2025-11-29 17:15:00','2025-11-29 17:30:00','2025-11-29','17:15:00','17:30:00',NULL),(12668,51,12666,'2025-11-30 17:15:00','2025-11-30 17:30:00','2025-11-30','17:15:00','17:30:00',NULL),(12669,51,12666,'2025-12-01 17:15:00','2025-12-01 17:30:00','2025-12-01','17:15:00','17:30:00',NULL),(12670,51,12666,'2025-12-02 17:15:00','2025-12-02 17:30:00','2025-12-02','17:15:00','17:30:00',NULL),(12671,51,12666,'2025-12-03 17:15:00','2025-12-03 17:30:00','2025-12-03','17:15:00','17:30:00',NULL),(12672,51,12666,'2025-12-04 17:15:00','2025-12-04 17:30:00','2025-12-04','17:15:00','17:30:00',NULL),(12673,51,12666,'2025-12-05 17:15:00','2025-12-05 17:30:00','2025-12-05','17:15:00','17:30:00',NULL),(12674,51,12666,'2025-12-06 17:15:00','2025-12-06 17:30:00','2025-12-06','17:15:00','17:30:00',NULL),(12675,51,12666,'2025-12-07 17:15:00','2025-12-07 17:30:00','2025-12-07','17:15:00','17:30:00',NULL),(12676,51,12666,'2025-12-08 17:15:00','2025-12-08 17:30:00','2025-12-08','17:15:00','17:30:00',NULL),(12677,51,12666,'2025-12-09 17:15:00','2025-12-09 17:30:00','2025-12-09','17:15:00','17:30:00',NULL),(12678,51,12666,'2025-12-10 17:15:00','2025-12-10 17:30:00','2025-12-10','17:15:00','17:30:00',NULL),(12679,51,12666,'2025-12-11 17:15:00','2025-12-11 17:30:00','2025-12-11','17:15:00','17:30:00',NULL),(12680,51,12666,'2025-12-12 17:15:00','2025-12-12 17:30:00','2025-12-12','17:15:00','17:30:00',NULL),(12681,51,12666,'2025-12-13 17:15:00','2025-12-13 17:30:00','2025-12-13','17:15:00','17:30:00',NULL),(12682,51,12666,'2025-12-14 17:15:00','2025-12-14 17:30:00','2025-12-14','17:15:00','17:30:00',NULL),(12683,51,12666,'2025-12-15 17:15:00','2025-12-15 17:30:00','2025-12-15','17:15:00','17:30:00',NULL),(12684,51,12666,'2025-12-16 17:15:00','2025-12-16 17:30:00','2025-12-16','17:15:00','17:30:00',NULL),(12685,51,12666,'2025-12-17 17:15:00','2025-12-17 17:30:00','2025-12-17','17:15:00','17:30:00',NULL),(12686,51,12666,'2025-12-18 17:15:00','2025-12-18 17:30:00','2025-12-18','17:15:00','17:30:00',NULL),(12687,51,12666,'2025-12-19 17:15:00','2025-12-19 17:30:00','2025-12-19','17:15:00','17:30:00',NULL),(12688,51,12666,'2025-12-20 17:15:00','2025-12-20 17:30:00','2025-12-20','17:15:00','17:30:00',NULL),(12689,51,12666,'2025-12-21 17:15:00','2025-12-21 17:30:00','2025-12-21','17:15:00','17:30:00',NULL),(12690,51,12666,'2025-12-22 17:15:00','2025-12-22 17:30:00','2025-12-22','17:15:00','17:30:00',NULL),(12691,51,12666,'2025-12-23 17:15:00','2025-12-23 17:30:00','2025-12-23','17:15:00','17:30:00',NULL),(12692,51,12666,'2025-12-24 17:15:00','2025-12-24 17:30:00','2025-12-24','17:15:00','17:30:00',NULL),(12693,51,12666,'2025-12-25 17:15:00','2025-12-25 17:30:00','2025-12-25','17:15:00','17:30:00',NULL),(12694,51,12666,'2025-12-26 17:15:00','2025-12-26 17:30:00','2025-12-26','17:15:00','17:30:00',NULL),(12695,51,12666,'2025-12-27 17:15:00','2025-12-27 17:30:00','2025-12-27','17:15:00','17:30:00',NULL),(12696,51,12666,'2025-12-28 17:15:00','2025-12-28 17:30:00','2025-12-28','17:15:00','17:30:00',NULL),(12697,51,12666,'2025-12-29 17:15:00','2025-12-29 17:30:00','2025-12-29','17:15:00','17:30:00',NULL),(12698,51,12666,'2025-12-30 17:15:00','2025-12-30 17:30:00','2025-12-30','17:15:00','17:30:00',NULL),(12699,51,12666,'2025-12-31 17:15:00','2025-12-31 17:30:00','2025-12-31','17:15:00','17:30:00',NULL),(12700,51,12700,'2025-11-28 17:30:00','2025-11-28 17:45:00','2025-11-28','17:30:00','17:45:00',NULL),(12701,51,12700,'2025-11-29 17:30:00','2025-11-29 17:45:00','2025-11-29','17:30:00','17:45:00',NULL),(12702,51,12700,'2025-11-30 17:30:00','2025-11-30 17:45:00','2025-11-30','17:30:00','17:45:00',NULL),(12703,51,12700,'2025-12-01 17:30:00','2025-12-01 17:45:00','2025-12-01','17:30:00','17:45:00',NULL),(12704,51,12700,'2025-12-02 17:30:00','2025-12-02 17:45:00','2025-12-02','17:30:00','17:45:00',NULL),(12705,51,12700,'2025-12-03 17:30:00','2025-12-03 17:45:00','2025-12-03','17:30:00','17:45:00',NULL),(12706,51,12700,'2025-12-04 17:30:00','2025-12-04 17:45:00','2025-12-04','17:30:00','17:45:00',NULL),(12707,51,12700,'2025-12-05 17:30:00','2025-12-05 17:45:00','2025-12-05','17:30:00','17:45:00',NULL),(12708,51,12700,'2025-12-06 17:30:00','2025-12-06 17:45:00','2025-12-06','17:30:00','17:45:00',NULL),(12709,51,12700,'2025-12-07 17:30:00','2025-12-07 17:45:00','2025-12-07','17:30:00','17:45:00',NULL),(12710,51,12700,'2025-12-08 17:30:00','2025-12-08 17:45:00','2025-12-08','17:30:00','17:45:00',NULL),(12711,51,12700,'2025-12-09 17:30:00','2025-12-09 17:45:00','2025-12-09','17:30:00','17:45:00',NULL),(12712,51,12700,'2025-12-10 17:30:00','2025-12-10 17:45:00','2025-12-10','17:30:00','17:45:00',NULL),(12713,51,12700,'2025-12-11 17:30:00','2025-12-11 17:45:00','2025-12-11','17:30:00','17:45:00',NULL),(12714,51,12700,'2025-12-12 17:30:00','2025-12-12 17:45:00','2025-12-12','17:30:00','17:45:00',NULL),(12715,51,12700,'2025-12-13 17:30:00','2025-12-13 17:45:00','2025-12-13','17:30:00','17:45:00',NULL),(12716,51,12700,'2025-12-14 17:30:00','2025-12-14 17:45:00','2025-12-14','17:30:00','17:45:00',NULL),(12717,51,12700,'2025-12-15 17:30:00','2025-12-15 17:45:00','2025-12-15','17:30:00','17:45:00',NULL),(12718,51,12700,'2025-12-16 17:30:00','2025-12-16 17:45:00','2025-12-16','17:30:00','17:45:00',NULL),(12719,51,12700,'2025-12-17 17:30:00','2025-12-17 17:45:00','2025-12-17','17:30:00','17:45:00',NULL),(12720,51,12700,'2025-12-18 17:30:00','2025-12-18 17:45:00','2025-12-18','17:30:00','17:45:00',NULL),(12721,51,12700,'2025-12-19 17:30:00','2025-12-19 17:45:00','2025-12-19','17:30:00','17:45:00',NULL),(12722,51,12700,'2025-12-20 17:30:00','2025-12-20 17:45:00','2025-12-20','17:30:00','17:45:00',NULL),(12723,51,12700,'2025-12-21 17:30:00','2025-12-21 17:45:00','2025-12-21','17:30:00','17:45:00',NULL),(12724,51,12700,'2025-12-22 17:30:00','2025-12-22 17:45:00','2025-12-22','17:30:00','17:45:00',NULL),(12725,51,12700,'2025-12-23 17:30:00','2025-12-23 17:45:00','2025-12-23','17:30:00','17:45:00',NULL),(12726,51,12700,'2025-12-24 17:30:00','2025-12-24 17:45:00','2025-12-24','17:30:00','17:45:00',NULL),(12727,51,12700,'2025-12-25 17:30:00','2025-12-25 17:45:00','2025-12-25','17:30:00','17:45:00',NULL),(12728,51,12700,'2025-12-26 17:30:00','2025-12-26 17:45:00','2025-12-26','17:30:00','17:45:00',NULL),(12729,51,12700,'2025-12-27 17:30:00','2025-12-27 17:45:00','2025-12-27','17:30:00','17:45:00',NULL),(12730,51,12700,'2025-12-28 17:30:00','2025-12-28 17:45:00','2025-12-28','17:30:00','17:45:00',NULL),(12731,51,12700,'2025-12-29 17:30:00','2025-12-29 17:45:00','2025-12-29','17:30:00','17:45:00',NULL),(12732,51,12700,'2025-12-30 17:30:00','2025-12-30 17:45:00','2025-12-30','17:30:00','17:45:00',NULL),(12733,51,12700,'2025-12-31 17:30:00','2025-12-31 17:45:00','2025-12-31','17:30:00','17:45:00',NULL),(12734,51,12734,'2025-11-28 17:45:00','2025-11-28 18:00:00','2025-11-28','17:45:00','18:00:00',NULL),(12735,51,12734,'2025-11-29 17:45:00','2025-11-29 18:00:00','2025-11-29','17:45:00','18:00:00',NULL),(12736,51,12734,'2025-11-30 17:45:00','2025-11-30 18:00:00','2025-11-30','17:45:00','18:00:00',NULL),(12737,51,12734,'2025-12-01 17:45:00','2025-12-01 18:00:00','2025-12-01','17:45:00','18:00:00',NULL),(12738,51,12734,'2025-12-02 17:45:00','2025-12-02 18:00:00','2025-12-02','17:45:00','18:00:00',NULL),(12739,51,12734,'2025-12-03 17:45:00','2025-12-03 18:00:00','2025-12-03','17:45:00','18:00:00',NULL),(12740,51,12734,'2025-12-04 17:45:00','2025-12-04 18:00:00','2025-12-04','17:45:00','18:00:00',NULL),(12741,51,12734,'2025-12-05 17:45:00','2025-12-05 18:00:00','2025-12-05','17:45:00','18:00:00',NULL),(12742,51,12734,'2025-12-06 17:45:00','2025-12-06 18:00:00','2025-12-06','17:45:00','18:00:00',NULL),(12743,51,12734,'2025-12-07 17:45:00','2025-12-07 18:00:00','2025-12-07','17:45:00','18:00:00',NULL),(12744,51,12734,'2025-12-08 17:45:00','2025-12-08 18:00:00','2025-12-08','17:45:00','18:00:00',NULL),(12745,51,12734,'2025-12-09 17:45:00','2025-12-09 18:00:00','2025-12-09','17:45:00','18:00:00',NULL),(12746,51,12734,'2025-12-10 17:45:00','2025-12-10 18:00:00','2025-12-10','17:45:00','18:00:00',NULL),(12747,51,12734,'2025-12-11 17:45:00','2025-12-11 18:00:00','2025-12-11','17:45:00','18:00:00',NULL),(12748,51,12734,'2025-12-12 17:45:00','2025-12-12 18:00:00','2025-12-12','17:45:00','18:00:00',NULL),(12749,51,12734,'2025-12-13 17:45:00','2025-12-13 18:00:00','2025-12-13','17:45:00','18:00:00',NULL),(12750,51,12734,'2025-12-14 17:45:00','2025-12-14 18:00:00','2025-12-14','17:45:00','18:00:00',NULL),(12751,51,12734,'2025-12-15 17:45:00','2025-12-15 18:00:00','2025-12-15','17:45:00','18:00:00',NULL),(12752,51,12734,'2025-12-16 17:45:00','2025-12-16 18:00:00','2025-12-16','17:45:00','18:00:00',NULL),(12753,51,12734,'2025-12-17 17:45:00','2025-12-17 18:00:00','2025-12-17','17:45:00','18:00:00',NULL),(12754,51,12734,'2025-12-18 17:45:00','2025-12-18 18:00:00','2025-12-18','17:45:00','18:00:00',NULL),(12755,51,12734,'2025-12-19 17:45:00','2025-12-19 18:00:00','2025-12-19','17:45:00','18:00:00',NULL),(12756,51,12734,'2025-12-20 17:45:00','2025-12-20 18:00:00','2025-12-20','17:45:00','18:00:00',NULL),(12757,51,12734,'2025-12-21 17:45:00','2025-12-21 18:00:00','2025-12-21','17:45:00','18:00:00',NULL),(12758,51,12734,'2025-12-22 17:45:00','2025-12-22 18:00:00','2025-12-22','17:45:00','18:00:00',NULL),(12759,51,12734,'2025-12-23 17:45:00','2025-12-23 18:00:00','2025-12-23','17:45:00','18:00:00',NULL),(12760,51,12734,'2025-12-24 17:45:00','2025-12-24 18:00:00','2025-12-24','17:45:00','18:00:00',NULL),(12761,51,12734,'2025-12-25 17:45:00','2025-12-25 18:00:00','2025-12-25','17:45:00','18:00:00',NULL),(12762,51,12734,'2025-12-26 17:45:00','2025-12-26 18:00:00','2025-12-26','17:45:00','18:00:00',NULL),(12763,51,12734,'2025-12-27 17:45:00','2025-12-27 18:00:00','2025-12-27','17:45:00','18:00:00',NULL),(12764,51,12734,'2025-12-28 17:45:00','2025-12-28 18:00:00','2025-12-28','17:45:00','18:00:00',NULL),(12765,51,12734,'2025-12-29 17:45:00','2025-12-29 18:00:00','2025-12-29','17:45:00','18:00:00',NULL),(12766,51,12734,'2025-12-30 17:45:00','2025-12-30 18:00:00','2025-12-30','17:45:00','18:00:00',NULL),(12767,51,12734,'2025-12-31 17:45:00','2025-12-31 18:00:00','2025-12-31','17:45:00','18:00:00',NULL),(12768,51,12768,'2025-11-28 18:00:00','2025-11-28 18:15:00','2025-11-28','18:00:00','18:15:00',NULL),(12769,51,12768,'2025-11-29 18:00:00','2025-11-29 18:15:00','2025-11-29','18:00:00','18:15:00',NULL),(12770,51,12768,'2025-11-30 18:00:00','2025-11-30 18:15:00','2025-11-30','18:00:00','18:15:00',NULL),(12771,51,12768,'2025-12-01 18:00:00','2025-12-01 18:15:00','2025-12-01','18:00:00','18:15:00',NULL),(12772,51,12768,'2025-12-02 18:00:00','2025-12-02 18:15:00','2025-12-02','18:00:00','18:15:00',NULL),(12773,51,12768,'2025-12-03 18:00:00','2025-12-03 18:15:00','2025-12-03','18:00:00','18:15:00',NULL),(12774,51,12768,'2025-12-04 18:00:00','2025-12-04 18:15:00','2025-12-04','18:00:00','18:15:00',NULL),(12775,51,12768,'2025-12-05 18:00:00','2025-12-05 18:15:00','2025-12-05','18:00:00','18:15:00',NULL),(12776,51,12768,'2025-12-06 18:00:00','2025-12-06 18:15:00','2025-12-06','18:00:00','18:15:00',NULL),(12777,51,12768,'2025-12-07 18:00:00','2025-12-07 18:15:00','2025-12-07','18:00:00','18:15:00',NULL),(12778,51,12768,'2025-12-08 18:00:00','2025-12-08 18:15:00','2025-12-08','18:00:00','18:15:00',NULL),(12779,51,12768,'2025-12-09 18:00:00','2025-12-09 18:15:00','2025-12-09','18:00:00','18:15:00',NULL),(12780,51,12768,'2025-12-10 18:00:00','2025-12-10 18:15:00','2025-12-10','18:00:00','18:15:00',NULL),(12781,51,12768,'2025-12-11 18:00:00','2025-12-11 18:15:00','2025-12-11','18:00:00','18:15:00',NULL),(12782,51,12768,'2025-12-12 18:00:00','2025-12-12 18:15:00','2025-12-12','18:00:00','18:15:00',NULL),(12783,51,12768,'2025-12-13 18:00:00','2025-12-13 18:15:00','2025-12-13','18:00:00','18:15:00',NULL),(12784,51,12768,'2025-12-14 18:00:00','2025-12-14 18:15:00','2025-12-14','18:00:00','18:15:00',NULL),(12785,51,12768,'2025-12-15 18:00:00','2025-12-15 18:15:00','2025-12-15','18:00:00','18:15:00',NULL),(12786,51,12768,'2025-12-16 18:00:00','2025-12-16 18:15:00','2025-12-16','18:00:00','18:15:00',NULL),(12787,51,12768,'2025-12-17 18:00:00','2025-12-17 18:15:00','2025-12-17','18:00:00','18:15:00',NULL),(12788,51,12768,'2025-12-18 18:00:00','2025-12-18 18:15:00','2025-12-18','18:00:00','18:15:00',NULL),(12789,51,12768,'2025-12-19 18:00:00','2025-12-19 18:15:00','2025-12-19','18:00:00','18:15:00',NULL),(12790,51,12768,'2025-12-20 18:00:00','2025-12-20 18:15:00','2025-12-20','18:00:00','18:15:00',NULL),(12791,51,12768,'2025-12-21 18:00:00','2025-12-21 18:15:00','2025-12-21','18:00:00','18:15:00',NULL),(12792,51,12768,'2025-12-22 18:00:00','2025-12-22 18:15:00','2025-12-22','18:00:00','18:15:00',NULL),(12793,51,12768,'2025-12-23 18:00:00','2025-12-23 18:15:00','2025-12-23','18:00:00','18:15:00',NULL),(12794,51,12768,'2025-12-24 18:00:00','2025-12-24 18:15:00','2025-12-24','18:00:00','18:15:00',NULL),(12795,51,12768,'2025-12-25 18:00:00','2025-12-25 18:15:00','2025-12-25','18:00:00','18:15:00',NULL),(12796,51,12768,'2025-12-26 18:00:00','2025-12-26 18:15:00','2025-12-26','18:00:00','18:15:00',NULL),(12797,51,12768,'2025-12-27 18:00:00','2025-12-27 18:15:00','2025-12-27','18:00:00','18:15:00',NULL),(12798,51,12768,'2025-12-28 18:00:00','2025-12-28 18:15:00','2025-12-28','18:00:00','18:15:00',NULL),(12799,51,12768,'2025-12-29 18:00:00','2025-12-29 18:15:00','2025-12-29','18:00:00','18:15:00',NULL),(12800,51,12768,'2025-12-30 18:00:00','2025-12-30 18:15:00','2025-12-30','18:00:00','18:15:00',NULL),(12801,51,12768,'2025-12-31 18:00:00','2025-12-31 18:15:00','2025-12-31','18:00:00','18:15:00',NULL);
/*!40000 ALTER TABLE `wp_mpbc_time_slots` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mpbc_unit_availability`
--

DROP TABLE IF EXISTS `wp_mpbc_unit_availability`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mpbc_unit_availability` (
  `time_slot_id` int NOT NULL,
  `unit_id` int NOT NULL,
  `is_available` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`time_slot_id`,`unit_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mpbc_unit_availability`
--

LOCK TABLES `wp_mpbc_unit_availability` WRITE;
/*!40000 ALTER TABLE `wp_mpbc_unit_availability` DISABLE KEYS */;
INSERT INTO `wp_mpbc_unit_availability` VALUES (11408,183,1),(11408,186,1),(11409,183,1),(11409,186,1),(11410,183,1),(11410,186,1),(11411,183,1),(11411,186,1),(11412,183,1),(11412,186,1),(11413,183,1),(11413,186,1),(11414,183,1),(11414,186,1),(11415,183,1),(11415,186,1),(11416,183,1),(11416,186,1),(11417,183,1),(11417,186,1),(11418,183,1),(11418,186,1),(11419,183,1),(11419,186,1),(11420,183,1),(11420,186,1),(11421,183,1),(11421,186,1),(11422,183,1),(11422,186,1),(11423,183,1),(11423,186,1),(11424,183,1),(11424,186,1),(11425,183,1),(11425,186,1),(11426,183,1),(11426,186,1),(11427,183,1),(11427,186,1),(11428,183,1),(11428,186,1),(11429,183,1),(11429,186,1),(11430,183,1),(11430,186,1),(11431,183,1),(11431,186,1),(11432,183,1),(11432,186,1),(11433,183,1),(11433,186,1),(11434,183,1),(11434,186,1),(11435,183,1),(11435,186,1),(11436,183,1),(11436,186,1),(11437,183,1),(11437,186,1),(11438,183,1),(11438,186,1),(11439,183,1),(11439,186,1),(11440,183,1),(11440,186,1),(11441,183,1),(11441,186,1),(11442,183,1),(11442,186,1),(11443,183,1),(11443,186,1),(11444,183,1),(11444,186,1),(11445,183,1),(11445,186,1),(11446,183,1),(11446,186,1),(11447,183,1),(11447,186,1),(11448,183,1),(11448,186,1),(11449,183,1),(11449,186,1),(11450,183,1),(11450,186,1),(11451,183,1),(11451,186,1),(11452,183,1),(11452,186,1),(11453,183,1),(11453,186,1),(11454,183,1),(11454,186,1),(11455,183,1),(11455,186,1),(11456,183,1),(11456,186,1),(11457,183,1),(11457,186,1),(11458,183,1),(11458,186,1),(11459,183,1),(11459,186,1),(11460,183,1),(11460,186,1),(11461,183,1),(11461,186,1),(11462,183,1),(11462,186,1),(11463,183,1),(11463,186,1),(11464,183,1),(11464,186,1),(11465,183,1),(11465,186,1),(11466,183,1),(11466,186,1),(11467,183,1),(11467,186,1),(11468,183,1),(11468,186,1),(11469,183,1),(11469,186,1),(11470,183,1),(11470,186,1),(11471,183,1),(11471,186,1),(11472,183,1),(11472,186,1),(11473,183,1),(11473,186,1),(11474,183,1),(11474,186,1),(11475,183,1),(11475,186,1),(11476,183,1),(11476,186,1),(11477,183,1),(11477,186,1),(11478,183,1),(11478,186,1),(11479,183,1),(11479,186,1),(11480,183,1),(11480,186,1),(11481,183,1),(11481,186,1),(11482,183,1),(11482,186,1),(11483,183,1),(11483,186,1),(11484,183,1),(11484,186,1),(11485,183,1),(11485,186,1),(11486,183,1),(11486,186,1),(11487,183,1),(11487,186,1),(11488,183,1),(11488,186,1),(11489,183,1),(11489,186,1),(11490,183,1),(11490,186,1),(11491,183,1),(11491,186,1),(11492,183,1),(11492,186,1),(11493,183,1),(11493,186,1),(11494,183,1),(11494,186,1),(11495,183,1),(11495,186,1),(11496,183,1),(11496,186,1),(11497,183,1),(11497,186,1),(11498,183,1),(11498,186,1),(11499,183,1),(11499,186,1),(11500,183,1),(11500,186,1),(11501,183,1),(11501,186,1),(11502,183,1),(11502,186,1),(11503,183,1),(11503,186,1),(11504,183,1),(11504,186,1),(11505,183,1),(11505,186,1),(11506,183,1),(11506,186,1),(11507,183,1),(11507,186,1),(11508,183,1),(11508,186,1),(11509,183,1),(11509,186,1),(11510,183,1),(11510,186,1),(11511,183,1),(11511,186,1),(11512,183,1),(11512,186,1),(11513,183,1),(11513,186,1),(11514,183,1),(11514,186,1),(11515,183,1),(11515,186,1),(11516,183,1),(11516,186,1),(11517,183,1),(11517,186,1),(11518,183,1),(11518,186,1),(11519,183,1),(11519,186,1),(11520,183,1),(11520,186,1),(11521,183,1),(11521,186,1),(11522,183,1),(11522,186,1),(11523,183,1),(11523,186,1),(11524,183,1),(11524,186,1),(11525,183,1),(11525,186,1),(11526,183,1),(11526,186,1),(11527,183,1),(11527,186,1),(11528,183,1),(11528,186,1),(11529,183,1),(11529,186,1),(11530,183,1),(11530,186,1),(11531,183,1),(11531,186,1),(11532,183,1),(11532,186,1),(11533,183,1),(11533,186,1),(11534,183,1),(11534,186,1),(11535,183,1),(11535,186,1),(11536,183,1),(11536,186,1),(11537,183,1),(11537,186,1),(11538,183,1),(11538,186,1),(11539,183,1),(11539,186,1),(11540,183,1),(11540,186,1),(11541,183,1),(11541,186,1),(11542,183,1),(11542,186,1),(11543,183,1),(11543,186,1),(11544,183,1),(11544,186,1),(11545,183,1),(11545,186,1),(11546,183,1),(11546,186,1),(11547,183,1),(11547,186,1),(11548,183,1),(11548,186,1),(11549,183,1),(11549,186,1),(11550,183,1),(11550,186,1),(11551,183,1),(11551,186,1),(11552,183,1),(11552,186,1),(11553,183,1),(11553,186,1),(11554,183,1),(11554,186,1),(11555,183,1),(11555,186,1),(11556,183,1),(11556,186,1),(11557,183,1),(11557,186,1),(11558,183,1),(11558,186,1),(11559,183,1),(11559,186,1),(11560,183,1),(11560,186,1),(11561,183,1),(11561,186,1),(11562,183,1),(11562,186,1),(11563,183,1),(11563,186,1),(11564,183,1),(11564,186,1),(11565,183,1),(11565,186,1),(11566,183,1),(11566,186,1),(11567,183,1),(11567,186,1),(11568,183,1),(11568,186,1),(11569,183,1),(11569,186,1),(11570,183,1),(11570,186,1),(11571,183,1),(11571,186,1),(11572,183,1),(11572,186,1),(11573,183,1),(11573,186,1),(11574,183,1),(11574,186,1),(11575,183,1),(11575,186,1),(11576,183,1),(11576,186,1),(11577,183,1),(11577,186,1),(11578,183,1),(11578,186,1),(11579,183,1),(11579,186,1),(11580,183,1),(11580,186,1),(11581,183,1),(11581,186,1),(11582,183,1),(11582,186,1),(11583,183,1),(11583,186,1),(11584,183,1),(11584,186,1),(11585,183,1),(11585,186,1),(11586,183,1),(11586,186,1),(11587,183,1),(11587,186,1),(11588,183,1),(11588,186,1),(11589,183,1),(11589,186,1),(11590,183,1),(11590,186,1),(11591,183,1),(11591,186,1),(11592,183,1),(11592,186,1),(11593,183,1),(11593,186,1),(11594,183,1),(11594,186,1),(11595,183,1),(11595,186,1),(11596,183,1),(11596,186,1),(11597,183,1),(11597,186,1),(11598,183,1),(11598,186,1),(11599,183,1),(11599,186,1),(11600,183,1),(11600,186,1),(11601,183,1),(11601,186,1),(11602,183,1),(11602,186,1),(11603,183,1),(11603,186,1),(11604,183,1),(11604,186,1),(11605,183,1),(11605,186,1),(11606,183,1),(11606,186,1),(11607,183,1),(11607,186,1),(11608,183,1),(11608,186,1),(11609,183,1),(11609,186,1),(11610,183,1),(11610,186,1),(11611,183,1),(11611,186,1),(11612,183,1),(11612,186,1),(11613,183,1),(11613,186,1),(11614,183,1),(11614,186,1),(11615,183,1),(11615,186,1),(11616,183,1),(11616,186,1),(11617,183,1),(11617,186,1),(11618,183,1),(11618,186,1),(11619,183,1),(11619,186,1),(11620,183,1),(11620,186,1),(11621,183,1),(11621,186,1),(11622,183,1),(11622,186,1),(11623,183,1),(11623,186,1),(11624,183,1),(11624,186,1),(11625,183,1),(11625,186,1),(11626,183,1),(11626,186,1),(11627,183,1),(11627,186,1),(11628,183,1),(11628,186,1),(11629,183,1),(11629,186,1),(11630,183,1),(11630,186,1),(11631,183,1),(11631,186,1),(11632,183,1),(11632,186,1),(11633,183,1),(11633,186,1),(11634,183,1),(11634,186,1),(11635,183,1),(11635,186,1),(11636,183,1),(11636,186,1),(11637,183,1),(11637,186,1),(11638,183,1),(11638,186,1),(11639,183,1),(11639,186,1),(11640,183,1),(11640,186,1),(11641,183,1),(11641,186,1),(11642,183,1),(11642,186,1),(11643,183,1),(11643,186,1),(11644,183,1),(11644,186,1),(11645,183,1),(11645,186,1),(11646,183,1),(11646,186,1),(11647,183,1),(11647,186,1),(11648,183,1),(11648,186,1),(11649,183,1),(11649,186,1),(11650,183,1),(11650,186,1),(11651,183,1),(11651,186,1),(11652,183,1),(11652,186,1),(11653,183,1),(11653,186,1),(11654,183,1),(11654,186,1),(11655,183,1),(11655,186,1),(11656,183,1),(11656,186,1),(11657,183,1),(11657,186,1),(11658,183,1),(11658,186,1),(11659,183,1),(11659,186,1),(11660,183,1),(11660,186,1),(11661,183,1),(11661,186,1),(11662,183,1),(11662,186,1),(11663,183,1),(11663,186,1),(11664,183,1),(11664,186,1),(11665,183,1),(11665,186,1),(11666,183,1),(11666,186,1),(11667,183,1),(11667,186,1),(11668,183,1),(11668,186,1),(11669,183,1),(11669,186,1),(11670,183,1),(11670,186,1),(11671,183,1),(11671,186,1),(11672,183,1),(11672,186,1),(11673,183,1),(11673,186,1),(11674,183,1),(11674,186,1),(11675,183,1),(11675,186,1),(11676,183,1),(11676,186,1),(11677,183,1),(11677,186,1),(11678,183,1),(11678,186,1),(11679,183,1),(11679,186,1),(11680,183,1),(11680,186,1),(11681,183,1),(11681,186,1),(11682,183,1),(11682,186,1),(11683,183,1),(11683,186,1),(11684,183,1),(11684,186,1),(11685,183,1),(11685,186,1),(11686,183,1),(11686,186,1),(11687,183,1),(11687,186,1),(11688,183,1),(11688,186,1),(11689,183,1),(11689,186,1),(11690,183,1),(11690,186,1),(11691,183,1),(11691,186,1),(11692,183,1),(11692,186,1),(11693,183,1),(11693,186,1),(11694,183,1),(11694,186,1),(11695,183,1),(11695,186,1),(11696,183,1),(11696,186,1),(11697,183,1),(11697,186,1),(11698,183,1),(11698,186,1),(11699,183,1),(11699,186,1),(11700,183,1),(11700,186,1),(11701,183,1),(11701,186,1),(11702,183,1),(11702,186,1),(11703,183,1),(11703,186,1),(11704,183,1),(11704,186,1),(11705,183,1),(11705,186,1),(11706,183,1),(11706,186,1),(11707,183,1),(11707,186,1),(11708,183,1),(11708,186,1),(11709,183,1),(11709,186,1),(11710,183,1),(11710,186,1),(11711,183,1),(11711,186,1),(11712,183,1),(11712,186,1),(11713,183,1),(11713,186,1),(11714,183,1),(11714,186,1),(11715,183,1),(11715,186,1),(11716,183,1),(11716,186,1),(11717,183,1),(11717,186,1),(11718,183,1),(11718,186,1),(11719,183,1),(11719,186,1),(11720,183,1),(11720,186,1),(11721,183,1),(11721,186,1),(11722,183,1),(11722,186,1),(11723,183,1),(11723,186,1),(11724,183,1),(11724,186,1),(11725,183,1),(11725,186,1),(11726,183,1),(11726,186,1),(11727,183,1),(11727,186,1),(11728,183,1),(11728,186,1),(11729,183,1),(11729,186,1),(11730,183,1),(11730,186,1),(11731,183,1),(11731,186,1),(11732,183,1),(11732,186,1),(11733,183,1),(11733,186,1),(11734,183,1),(11734,186,1),(11735,183,1),(11735,186,1),(11736,183,1),(11736,186,1),(11737,183,1),(11737,186,1),(11738,183,1),(11738,186,1),(11739,183,1),(11739,186,1),(11740,183,1),(11740,186,1),(11741,183,1),(11741,186,1),(11742,183,1),(11742,186,1),(11743,183,1),(11743,186,1),(11744,183,1),(11744,186,1),(11745,183,1),(11745,186,1),(11746,183,1),(11746,186,1),(11747,183,1),(11747,186,1),(11748,183,1),(11748,186,1),(11749,183,1),(11749,186,1),(11750,183,1),(11750,186,1),(11751,183,1),(11751,186,1),(11752,183,1),(11752,186,1),(11753,183,1),(11753,186,1),(11754,183,1),(11754,186,1),(11755,183,1),(11755,186,1),(11756,183,1),(11756,186,1),(11757,183,1),(11757,186,1),(11758,183,1),(11758,186,1),(11759,183,1),(11759,186,1),(11760,183,1),(11760,186,1),(11761,183,1),(11761,186,1),(11762,183,1),(11762,186,1),(11763,183,1),(11763,186,1),(11764,183,1),(11764,186,1),(11765,183,1),(11765,186,1),(11766,183,1),(11766,186,1),(11767,183,1),(11767,186,1),(11768,183,1),(11768,186,1),(11769,183,1),(11769,186,1),(11770,183,1),(11770,186,1),(11771,183,1),(11771,186,1),(11772,183,1),(11772,186,1),(11773,183,1),(11773,186,1),(11774,183,1),(11774,186,1),(11775,183,1),(11775,186,1),(11776,183,1),(11776,186,1),(11777,183,1),(11777,186,1),(11778,183,1),(11778,186,1),(11779,183,1),(11779,186,1),(11780,183,1),(11780,186,1),(11781,183,1),(11781,186,1),(11782,183,1),(11782,186,1),(11783,183,1),(11783,186,1),(11784,183,1),(11784,186,1),(11785,183,1),(11785,186,1),(11786,183,1),(11786,186,1),(11787,183,1),(11787,186,1),(11788,183,1),(11788,186,1),(11789,183,1),(11789,186,1),(11790,183,1),(11790,186,1),(11791,183,1),(11791,186,1),(11792,183,1),(11792,186,1),(11793,183,1),(11793,186,1),(11794,183,1),(11794,186,1),(11795,183,1),(11795,186,1),(11796,183,1),(11796,186,1),(11797,183,1),(11797,186,1),(11798,183,1),(11798,186,1),(11799,183,1),(11799,186,1),(11800,183,1),(11800,186,1),(11801,183,1),(11801,186,1),(11802,183,1),(11802,186,1),(11803,183,1),(11803,186,1),(11804,183,1),(11804,186,1),(11805,183,1),(11805,186,1),(11806,183,1),(11806,186,1),(11807,183,1),(11807,186,1),(11808,183,1),(11808,186,1),(11809,183,1),(11809,186,1),(11810,183,1),(11810,186,1),(11811,183,1),(11811,186,1),(11812,183,1),(11812,186,1),(11813,183,1),(11813,186,1),(11814,183,1),(11814,186,1),(11815,183,1),(11815,186,1),(11816,183,1),(11816,186,1),(11817,183,1),(11817,186,1),(11818,183,1),(11818,186,1),(11819,183,1),(11819,186,1),(11820,183,1),(11820,186,1),(11821,183,1),(11821,186,1),(11822,183,1),(11822,186,1),(11823,183,1),(11823,186,1),(11824,183,1),(11824,186,1),(11825,183,1),(11825,186,1),(11826,183,1),(11826,186,1),(11827,183,1),(11827,186,1),(11828,183,1),(11828,186,1),(11829,183,1),(11829,186,1),(11830,183,1),(11830,186,1),(11831,183,1),(11831,186,1),(11832,183,1),(11832,186,1),(11833,183,1),(11833,186,1),(11834,183,1),(11834,186,1),(11835,183,1),(11835,186,1),(11836,183,1),(11836,186,1),(11837,183,1),(11837,186,1),(11838,183,1),(11838,186,1),(11839,183,1),(11839,186,1),(11840,183,1),(11840,186,1),(11841,183,1),(11841,186,1),(11842,183,1),(11842,186,1),(11843,183,1),(11843,186,1),(11844,183,1),(11844,186,1),(11845,183,1),(11845,186,1),(11846,183,1),(11846,186,1),(11847,183,1),(11847,186,1),(11848,183,1),(11848,186,1),(11849,183,1),(11849,186,1),(11850,183,1),(11850,186,1),(11851,183,1),(11851,186,1),(11852,183,1),(11852,186,1),(11853,183,1),(11853,186,1),(11854,183,1),(11854,186,1),(11855,183,1),(11855,186,1),(11856,183,1),(11856,186,1),(11857,183,1),(11857,186,1),(11858,183,1),(11858,186,1),(11859,183,1),(11859,186,1),(11860,183,1),(11860,186,1),(11861,183,1),(11861,186,1),(11862,183,1),(11862,186,1),(11863,183,1),(11863,186,1),(11864,183,1),(11864,186,1),(11865,183,1),(11865,186,1),(11866,183,1),(11866,186,1),(11867,183,1),(11867,186,1),(11868,183,1),(11868,186,1),(11869,183,1),(11869,186,1),(11870,183,1),(11870,186,1),(11871,183,1),(11871,186,1),(11872,183,1),(11872,186,1),(11873,183,1),(11873,186,1),(11874,183,1),(11874,186,1),(11875,183,1),(11875,186,1),(11876,183,1),(11876,186,1),(11877,183,1),(11877,186,1),(11878,183,1),(11878,186,1),(11879,183,1),(11879,186,1),(11880,183,1),(11880,186,1),(11881,183,1),(11881,186,1),(11882,183,1),(11882,186,1),(11883,183,1),(11883,186,1),(11884,183,1),(11884,186,1),(11885,183,1),(11885,186,1),(11886,183,1),(11886,186,1),(11887,183,1),(11887,186,1),(11888,183,1),(11888,186,1),(11889,183,1),(11889,186,1),(11890,183,1),(11890,186,1),(11891,183,1),(11891,186,1),(11892,183,1),(11892,186,1),(11893,183,1),(11893,186,1),(11894,183,1),(11894,186,1),(11895,183,1),(11895,186,1),(11896,183,1),(11896,186,1),(11897,183,1),(11897,186,1),(11898,183,1),(11898,186,1),(11899,183,1),(11899,186,1),(11900,183,1),(11900,186,1),(11901,183,1),(11901,186,1),(11902,183,1),(11902,186,1),(11903,183,1),(11903,186,1),(11904,183,1),(11904,186,1),(11905,183,1),(11905,186,1),(11906,183,1),(11906,186,1),(11907,183,1),(11907,186,1),(11908,183,1),(11908,186,1),(11909,183,1),(11909,186,1),(11910,183,1),(11910,186,1),(11911,183,1),(11911,186,1),(11912,183,1),(11912,186,1),(11913,183,1),(11913,186,1),(11914,183,1),(11914,186,1),(11915,183,1),(11915,186,1),(11916,183,1),(11916,186,1),(11917,183,1),(11917,186,1),(11918,183,1),(11918,186,1),(11919,183,1),(11919,186,1),(11920,183,1),(11920,186,1),(11921,183,1),(11921,186,1),(11922,183,1),(11922,186,1),(11923,183,1),(11923,186,1),(11924,183,1),(11924,186,1),(11925,183,1),(11925,186,1),(11926,183,1),(11926,186,1),(11927,183,1),(11927,186,1),(11928,183,1),(11928,186,1),(11929,183,1),(11929,186,1),(11930,183,1),(11930,186,1),(11931,183,1),(11931,186,1),(11932,183,1),(11932,186,1),(11933,183,1),(11933,186,1),(11934,183,1),(11934,186,1),(11935,183,1),(11935,186,1),(11936,183,1),(11936,186,1),(11937,183,1),(11937,186,1),(11938,183,1),(11938,186,1),(11939,183,1),(11939,186,1),(11940,183,1),(11940,186,1),(11941,183,1),(11941,186,1),(11942,183,1),(11942,186,1),(11943,183,1),(11943,186,1),(11944,183,1),(11944,186,1),(11945,183,1),(11945,186,1),(11946,183,1),(11946,186,1),(11947,183,1),(11947,186,1),(11948,183,1),(11948,186,1),(11949,183,1),(11949,186,1),(11950,183,1),(11950,186,1),(11951,183,1),(11951,186,1),(11952,183,1),(11952,186,1),(11953,183,1),(11953,186,1),(11954,183,1),(11954,186,1),(11955,183,1),(11955,186,1),(11956,183,1),(11956,186,1),(11957,183,1),(11957,186,1),(11958,183,1),(11958,186,1),(11959,183,1),(11959,186,1),(11960,183,1),(11960,186,1),(11961,183,1),(11961,186,1),(11962,183,1),(11962,186,1),(11963,183,1),(11963,186,1),(11964,183,1),(11964,186,1),(11965,183,1),(11965,186,1),(11966,183,1),(11966,186,1),(11967,183,1),(11967,186,1),(11968,183,1),(11968,186,1),(11969,183,1),(11969,186,1),(11970,183,1),(11970,186,1),(11971,183,1),(11971,186,1),(11972,183,1),(11972,186,1),(11973,183,1),(11973,186,1),(11974,183,1),(11974,186,1),(11975,183,1),(11975,186,1),(11976,183,1),(11976,186,1),(11977,183,1),(11977,186,1),(11978,183,1),(11978,186,1),(11979,183,1),(11979,186,1),(11980,183,1),(11980,186,1),(11981,183,1),(11981,186,1),(11982,183,1),(11982,186,1),(11983,183,1),(11983,186,1),(11984,183,1),(11984,186,1),(11985,183,1),(11985,186,1),(11986,183,1),(11986,186,1),(11987,183,1),(11987,186,1),(11988,183,1),(11988,186,1),(11989,183,1),(11989,186,1),(11990,183,1),(11990,186,1),(11991,183,1),(11991,186,1),(11992,183,1),(11992,186,1),(11993,183,1),(11993,186,1),(11994,183,1),(11994,186,1),(11995,183,1),(11995,186,1),(11996,183,1),(11996,186,1),(11997,183,1),(11997,186,1),(11998,183,1),(11998,186,1),(11999,183,1),(11999,186,1),(12000,183,1),(12000,186,1),(12001,183,1),(12001,186,1),(12002,183,1),(12002,186,1),(12003,183,1),(12003,186,1),(12004,183,1),(12004,186,1),(12005,183,1),(12005,186,1),(12006,183,1),(12006,186,1),(12007,183,1),(12007,186,1),(12008,183,1),(12008,186,1),(12009,183,1),(12009,186,1),(12010,183,1),(12010,186,1),(12011,183,1),(12011,186,1),(12012,183,1),(12012,186,1),(12013,183,1),(12013,186,1),(12014,183,1),(12014,186,1),(12015,183,1),(12015,186,1),(12016,183,1),(12016,186,1),(12017,183,1),(12017,186,1),(12018,183,1),(12018,186,1),(12019,183,1),(12019,186,1),(12020,183,1),(12020,186,1),(12021,183,1),(12021,186,1),(12022,183,1),(12022,186,1),(12023,183,1),(12023,186,1),(12024,183,1),(12024,186,1),(12025,183,1),(12025,186,1),(12026,183,1),(12026,186,1),(12027,183,1),(12027,186,1),(12028,183,1),(12028,186,1),(12029,183,1),(12029,186,1),(12030,183,1),(12030,186,1),(12031,183,1),(12031,186,1),(12032,183,1),(12032,186,1),(12033,183,1),(12033,186,1),(12034,183,1),(12034,186,1),(12035,183,1),(12035,186,1),(12036,183,1),(12036,186,1),(12037,183,1),(12037,186,1),(12038,183,1),(12038,186,1),(12039,183,1),(12039,186,1),(12040,183,1),(12040,186,1),(12041,183,1),(12041,186,1),(12042,183,1),(12042,186,1),(12043,183,1),(12043,186,1),(12044,183,1),(12044,186,1),(12045,183,1),(12045,186,1),(12046,183,1),(12046,186,1),(12047,183,1),(12047,186,1),(12048,183,1),(12048,186,1),(12049,183,1),(12049,186,1),(12050,183,1),(12050,186,1),(12051,183,1),(12051,186,1),(12052,183,1),(12052,186,1),(12053,183,1),(12053,186,1),(12054,183,1),(12054,186,1),(12055,183,1),(12055,186,1),(12056,183,1),(12056,186,1),(12057,183,1),(12057,186,1),(12058,183,1),(12058,186,1),(12059,183,1),(12059,186,1),(12060,183,1),(12060,186,1),(12061,183,1),(12061,186,1),(12062,183,1),(12062,186,1),(12063,183,1),(12063,186,1),(12064,183,1),(12064,186,1),(12065,183,1),(12065,186,1),(12066,183,1),(12066,186,1),(12067,183,1),(12067,186,1),(12068,183,1),(12068,186,1),(12069,183,1),(12069,186,1),(12070,183,1),(12070,186,1),(12071,183,1),(12071,186,1),(12072,183,1),(12072,186,1),(12073,183,1),(12073,186,1),(12074,183,1),(12074,186,1),(12075,183,1),(12075,186,1),(12076,183,1),(12076,186,1),(12077,183,1),(12077,186,1),(12078,183,1),(12078,186,1),(12079,183,1),(12079,186,1),(12080,183,1),(12080,186,1),(12081,183,1),(12081,186,1),(12082,183,1),(12082,186,1),(12083,183,1),(12083,186,1),(12084,183,1),(12084,186,1),(12085,183,1),(12085,186,1),(12086,183,1),(12086,186,1),(12087,183,1),(12087,186,1),(12088,183,1),(12088,186,1),(12089,183,1),(12089,186,1),(12090,183,1),(12090,186,1),(12091,183,1),(12091,186,1),(12092,183,1),(12092,186,1),(12093,183,1),(12093,186,1),(12094,183,1),(12094,186,1),(12095,183,1),(12095,186,1),(12096,183,1),(12096,186,1),(12097,183,1),(12097,186,1),(12098,183,1),(12098,186,1),(12099,183,1),(12099,186,1),(12100,183,1),(12100,186,1),(12101,183,1),(12101,186,1),(12102,183,1),(12102,186,1),(12103,183,1),(12103,186,1),(12104,183,1),(12104,186,1),(12105,183,1),(12105,186,1),(12106,183,1),(12106,186,1),(12107,183,1),(12107,186,1),(12108,183,1),(12108,186,1),(12109,183,1),(12109,186,1),(12110,183,1),(12110,186,1),(12111,183,1),(12111,186,1),(12112,183,1),(12112,186,1),(12113,183,1),(12113,186,1),(12114,183,1),(12114,186,1),(12115,183,1),(12115,186,1),(12116,183,1),(12116,186,1),(12117,183,1),(12117,186,1),(12118,183,1),(12118,186,1),(12119,183,1),(12119,186,1),(12120,183,1),(12120,186,1),(12121,183,1),(12121,186,1),(12122,183,1),(12122,186,1),(12123,183,1),(12123,186,1),(12124,183,1),(12124,186,1),(12125,183,1),(12125,186,1),(12126,183,1),(12126,186,1),(12127,183,1),(12127,186,1),(12128,183,1),(12128,186,1),(12129,183,1),(12129,186,1),(12130,183,1),(12130,186,1),(12131,183,1),(12131,186,1),(12132,183,1),(12132,186,1),(12133,183,1),(12133,186,1),(12134,183,1),(12134,186,1),(12135,183,1),(12135,186,1),(12136,183,1),(12136,186,1),(12137,183,1),(12137,186,1),(12138,183,1),(12138,186,1),(12139,183,1),(12139,186,1),(12140,183,1),(12140,186,1),(12141,183,1),(12141,186,1),(12142,183,1),(12142,186,1),(12143,183,1),(12143,186,1),(12144,183,1),(12144,186,1),(12145,183,1),(12145,186,1),(12146,183,1),(12146,186,1),(12147,183,1),(12147,186,1),(12148,183,1),(12148,186,1),(12149,183,1),(12149,186,1),(12150,183,1),(12150,186,1),(12151,183,1),(12151,186,1),(12152,183,1),(12152,186,1),(12153,183,1),(12153,186,1),(12154,183,1),(12154,186,1),(12155,183,1),(12155,186,1),(12156,183,1),(12156,186,1),(12157,183,1),(12157,186,1),(12158,183,1),(12158,186,1),(12159,183,1),(12159,186,1),(12160,183,1),(12160,186,1),(12161,183,1),(12161,186,1),(12162,183,1),(12162,186,1),(12163,183,1),(12163,186,1),(12164,183,1),(12164,186,1),(12165,183,1),(12165,186,1),(12166,183,1),(12166,186,1),(12167,183,1),(12167,186,1),(12168,183,1),(12168,186,1),(12169,183,1),(12169,186,1),(12170,183,1),(12170,186,1),(12171,183,1),(12171,186,1),(12172,183,1),(12172,186,1),(12173,183,1),(12173,186,1),(12174,183,1),(12174,186,1),(12175,183,1),(12175,186,1),(12176,183,1),(12176,186,1),(12177,183,1),(12177,186,1),(12178,183,1),(12178,186,1),(12179,183,1),(12179,186,1),(12180,183,1),(12180,186,1),(12181,183,1),(12181,186,1),(12182,183,1),(12182,186,1),(12183,183,1),(12183,186,1),(12184,183,1),(12184,186,1),(12185,183,1),(12185,186,1),(12186,183,1),(12186,186,1),(12187,183,1),(12187,186,1),(12188,183,1),(12188,186,1),(12189,183,1),(12189,186,1),(12190,183,1),(12190,186,1),(12191,183,1),(12191,186,1),(12192,183,1),(12192,186,1),(12193,183,1),(12193,186,1),(12194,183,1),(12194,186,1),(12195,183,1),(12195,186,1),(12196,183,1),(12196,186,1),(12197,183,1),(12197,186,1),(12198,183,1),(12198,186,1),(12199,183,1),(12199,186,1),(12200,183,1),(12200,186,1),(12201,183,1),(12201,186,1),(12202,183,1),(12202,186,1),(12203,183,1),(12203,186,1),(12204,183,1),(12204,186,1),(12205,183,1),(12205,186,1),(12206,183,1),(12206,186,1),(12207,183,1),(12207,186,1),(12208,183,1),(12208,186,1),(12209,183,1),(12209,186,1),(12210,183,1),(12210,186,1),(12211,183,1),(12211,186,1),(12212,183,1),(12212,186,1),(12213,183,1),(12213,186,1),(12214,183,1),(12214,186,1),(12215,183,1),(12215,186,1),(12216,183,1),(12216,186,1),(12217,183,1),(12217,186,1),(12218,183,1),(12218,186,1),(12219,183,1),(12219,186,1),(12220,183,1),(12220,186,1),(12221,183,1),(12221,186,1),(12222,183,1),(12222,186,1),(12223,183,1),(12223,186,1),(12224,183,1),(12224,186,1),(12225,183,1),(12225,186,1),(12226,183,1),(12226,186,1),(12227,183,1),(12227,186,1),(12228,183,1),(12228,186,1),(12229,183,1),(12229,186,1),(12230,183,1),(12230,186,1),(12231,183,1),(12231,186,1),(12232,183,1),(12232,186,1),(12233,183,1),(12233,186,1),(12234,183,1),(12234,186,1),(12235,183,1),(12235,186,1),(12236,183,1),(12236,186,1),(12237,183,1),(12237,186,1),(12238,183,1),(12238,186,1),(12239,183,1),(12239,186,1),(12240,183,1),(12240,186,1),(12241,183,1),(12241,186,1),(12242,183,1),(12242,186,1),(12243,183,1),(12243,186,1),(12244,183,1),(12244,186,1),(12245,183,1),(12245,186,1),(12246,183,1),(12246,186,1),(12247,183,1),(12247,186,1),(12248,183,1),(12248,186,1),(12249,183,1),(12249,186,1),(12250,183,1),(12250,186,1),(12251,183,1),(12251,186,1),(12252,183,1),(12252,186,1),(12253,183,1),(12253,186,1),(12254,183,1),(12254,186,1),(12255,183,1),(12255,186,1),(12256,183,1),(12256,186,1),(12257,183,1),(12257,186,1),(12258,183,1),(12258,186,1),(12259,183,1),(12259,186,1),(12260,183,1),(12260,186,1),(12261,183,1),(12261,186,1),(12262,183,1),(12262,186,1),(12263,183,1),(12263,186,1),(12264,183,1),(12264,186,1),(12265,183,1),(12265,186,1),(12266,183,1),(12266,186,1),(12267,183,1),(12267,186,1),(12268,183,1),(12268,186,1),(12269,183,1),(12269,186,1),(12270,183,1),(12270,186,1),(12271,183,1),(12271,186,1),(12272,183,1),(12272,186,1),(12273,183,1),(12273,186,1),(12274,183,1),(12274,186,1),(12275,183,1),(12275,186,1),(12276,183,1),(12276,186,1),(12277,183,1),(12277,186,1),(12278,183,1),(12278,186,1),(12279,183,1),(12279,186,1),(12280,183,1),(12280,186,1),(12281,183,1),(12281,186,1),(12282,183,1),(12282,186,1),(12283,183,1),(12283,186,1),(12284,183,1),(12284,186,1),(12285,183,1),(12285,186,1),(12286,183,1),(12286,186,1),(12287,183,1),(12287,186,1),(12288,183,1),(12288,186,1),(12289,183,1),(12289,186,1),(12290,183,1),(12290,186,1),(12291,183,1),(12291,186,1),(12292,183,1),(12292,186,1),(12293,183,1),(12293,186,1),(12294,183,1),(12294,186,1),(12295,183,1),(12295,186,1),(12296,183,1),(12296,186,1),(12297,183,1),(12297,186,1),(12298,183,1),(12298,186,1),(12299,183,1),(12299,186,1),(12300,183,1),(12300,186,1),(12301,183,1),(12301,186,1),(12302,183,1),(12302,186,1),(12303,183,1),(12303,186,1),(12304,183,1),(12304,186,1),(12305,183,1),(12305,186,1),(12306,183,1),(12306,186,1),(12307,183,1),(12307,186,1),(12308,183,1),(12308,186,1),(12309,183,1),(12309,186,1),(12310,183,1),(12310,186,1),(12311,183,1),(12311,186,1),(12312,183,1),(12312,186,1),(12313,183,1),(12313,186,1),(12314,183,1),(12314,186,1),(12315,183,1),(12315,186,1),(12316,183,1),(12316,186,1),(12317,183,1),(12317,186,1),(12318,183,1),(12318,186,1),(12319,183,1),(12319,186,1),(12320,183,1),(12320,186,1),(12321,183,1),(12321,186,1),(12322,183,1),(12322,186,1),(12323,183,1),(12323,186,1),(12324,183,1),(12324,186,1),(12325,183,1),(12325,186,1),(12326,183,1),(12326,186,1),(12327,183,1),(12327,186,1),(12328,183,1),(12328,186,1),(12329,183,1),(12329,186,1),(12330,183,1),(12330,186,1),(12331,183,1),(12331,186,1),(12332,183,1),(12332,186,1),(12333,183,1),(12333,186,1),(12334,183,1),(12334,186,1),(12335,183,1),(12335,186,1),(12336,183,1),(12336,186,1),(12337,183,1),(12337,186,1),(12338,183,1),(12338,186,1),(12339,183,1),(12339,186,1),(12340,183,1),(12340,186,1),(12341,183,1),(12341,186,1),(12342,183,1),(12342,186,1),(12343,183,1),(12343,186,1),(12344,183,1),(12344,186,1),(12345,183,1),(12345,186,1),(12346,183,1),(12346,186,1),(12347,183,1),(12347,186,1),(12348,183,1),(12348,186,1),(12349,183,1),(12349,186,1),(12350,183,1),(12350,186,1),(12351,183,1),(12351,186,1),(12352,183,1),(12352,186,1),(12353,183,1),(12353,186,1),(12354,183,1),(12354,186,1),(12355,183,1),(12355,186,1),(12356,183,1),(12356,186,1),(12357,183,1),(12357,186,1),(12358,183,1),(12358,186,1),(12359,183,1),(12359,186,1),(12360,183,1),(12360,186,1),(12361,183,1),(12361,186,1),(12362,183,1),(12362,186,1),(12363,183,1),(12363,186,1),(12364,183,1),(12364,186,1),(12365,183,1),(12365,186,1),(12366,183,1),(12366,186,1),(12367,183,1),(12367,186,1),(12368,183,1),(12368,186,1),(12369,183,1),(12369,186,1),(12370,183,1),(12370,186,1),(12371,183,1),(12371,186,1),(12372,183,1),(12372,186,1),(12373,183,1),(12373,186,1),(12374,183,1),(12374,186,1),(12375,183,1),(12375,186,1),(12376,183,1),(12376,186,1),(12377,183,1),(12377,186,1),(12378,183,1),(12378,186,1),(12379,183,1),(12379,186,1),(12380,183,1),(12380,186,1),(12381,183,1),(12381,186,1),(12382,183,1),(12382,186,1),(12383,183,1),(12383,186,1),(12384,183,1),(12384,186,1),(12385,183,1),(12385,186,1),(12386,183,1),(12386,186,1),(12387,183,1),(12387,186,1),(12388,183,1),(12388,186,1),(12389,183,1),(12389,186,1),(12390,183,1),(12390,186,1),(12391,183,1),(12391,186,1),(12392,183,1),(12392,186,1),(12393,183,1),(12393,186,1),(12394,183,1),(12394,186,1),(12395,183,1),(12395,186,1),(12396,183,1),(12396,186,1),(12397,183,1),(12397,186,1),(12398,183,1),(12398,186,1),(12399,183,1),(12399,186,1),(12400,183,1),(12400,186,1),(12401,183,1),(12401,186,1),(12402,183,1),(12402,186,1),(12403,183,1),(12403,186,1),(12404,183,1),(12404,186,1),(12405,183,1),(12405,186,1),(12406,183,1),(12406,186,1),(12407,183,1),(12407,186,1),(12408,183,1),(12408,186,1),(12409,183,1),(12409,186,1),(12410,183,1),(12410,186,1),(12411,183,1),(12411,186,1),(12412,183,1),(12412,186,1),(12413,183,1),(12413,186,1),(12414,183,1),(12414,186,1),(12415,183,1),(12415,186,1),(12416,183,1),(12416,186,1),(12417,183,1),(12417,186,1),(12418,183,1),(12418,186,1),(12419,183,1),(12419,186,1),(12420,183,1),(12420,186,1),(12421,183,1),(12421,186,1),(12422,183,1),(12422,186,1),(12423,183,1),(12423,186,1),(12424,183,1),(12424,186,1),(12425,183,1),(12425,186,1),(12426,183,1),(12426,186,1),(12427,183,1),(12427,186,1),(12428,183,1),(12428,186,1),(12429,183,1),(12429,186,1),(12430,183,1),(12430,186,1),(12431,183,1),(12431,186,1),(12432,183,1),(12432,186,1),(12433,183,1),(12433,186,1),(12434,183,1),(12434,186,1),(12435,183,1),(12435,186,1),(12436,183,1),(12436,186,1),(12437,183,1),(12437,186,1),(12438,183,1),(12438,186,1),(12439,183,1),(12439,186,1),(12440,183,1),(12440,186,1),(12441,183,1),(12441,186,1),(12442,183,1),(12442,186,1),(12443,183,1),(12443,186,1),(12444,183,1),(12444,186,1),(12445,183,1),(12445,186,1),(12446,183,1),(12446,186,1),(12447,183,1),(12447,186,1),(12448,183,1),(12448,186,1),(12449,183,1),(12449,186,1),(12450,183,1),(12450,186,1),(12451,183,1),(12451,186,1),(12452,183,1),(12452,186,1),(12453,183,1),(12453,186,1),(12454,183,1),(12454,186,1),(12455,183,1),(12455,186,1),(12456,183,1),(12456,186,1),(12457,183,1),(12457,186,1),(12458,183,1),(12458,186,1),(12459,183,1),(12459,186,1),(12460,183,1),(12460,186,1),(12461,183,1),(12461,186,1),(12462,183,1),(12462,186,1),(12463,183,1),(12463,186,1),(12464,183,1),(12464,186,1),(12465,183,1),(12465,186,1),(12466,183,1),(12466,186,1),(12467,183,1),(12467,186,1),(12468,183,1),(12468,186,1),(12469,183,1),(12469,186,1),(12470,183,1),(12470,186,1),(12471,183,1),(12471,186,1),(12472,183,1),(12472,186,1),(12473,183,1),(12473,186,1),(12474,183,1),(12474,186,1),(12475,183,1),(12475,186,1),(12476,183,1),(12476,186,1),(12477,183,1),(12477,186,1),(12478,183,1),(12478,186,1),(12479,183,1),(12479,186,1),(12480,183,1),(12480,186,1),(12481,183,1),(12481,186,1),(12482,183,1),(12482,186,1),(12483,183,1),(12483,186,1),(12484,183,1),(12484,186,1),(12485,183,1),(12485,186,1),(12486,183,1),(12486,186,1),(12487,183,1),(12487,186,1),(12488,183,1),(12488,186,1),(12489,183,1),(12489,186,1),(12490,183,1),(12490,186,1),(12491,183,1),(12491,186,1),(12492,183,1),(12492,186,1),(12493,183,1),(12493,186,1),(12494,183,1),(12494,186,1),(12495,183,1),(12495,186,1),(12496,183,1),(12496,186,1),(12497,183,1),(12497,186,1),(12498,183,1),(12498,186,1),(12499,183,1),(12499,186,1),(12500,183,1),(12500,186,1),(12501,183,1),(12501,186,1),(12502,183,1),(12502,186,1),(12503,183,1),(12503,186,1),(12504,183,1),(12504,186,1),(12505,183,1),(12505,186,1),(12506,183,1),(12506,186,1),(12507,183,1),(12507,186,1),(12508,183,1),(12508,186,1),(12509,183,1),(12509,186,1),(12510,183,1),(12510,186,1),(12511,183,1),(12511,186,1),(12512,183,1),(12512,186,1),(12513,183,1),(12513,186,1),(12514,183,1),(12514,186,1),(12515,183,1),(12515,186,1),(12516,183,1),(12516,186,1),(12517,183,1),(12517,186,1),(12518,183,1),(12518,186,1),(12519,183,1),(12519,186,1),(12520,183,1),(12520,186,1),(12521,183,1),(12521,186,1),(12522,183,1),(12522,186,1),(12523,183,1),(12523,186,1),(12524,183,1),(12524,186,1),(12525,183,1),(12525,186,1),(12526,183,1),(12526,186,1),(12527,183,1),(12527,186,1),(12528,183,1),(12528,186,1),(12529,183,1),(12529,186,1),(12530,183,1),(12530,186,1),(12531,183,1),(12531,186,1),(12532,183,1),(12532,186,1),(12533,183,1),(12533,186,1),(12534,183,1),(12534,186,1),(12535,183,1),(12535,186,1),(12536,183,1),(12536,186,1),(12537,183,1),(12537,186,1),(12538,183,1),(12538,186,1),(12539,183,1),(12539,186,1),(12540,183,1),(12540,186,1),(12541,183,1),(12541,186,1),(12542,183,1),(12542,186,1),(12543,183,1),(12543,186,1),(12544,183,1),(12544,186,1),(12545,183,1),(12545,186,1),(12546,183,1),(12546,186,1),(12547,183,1),(12547,186,1),(12548,183,1),(12548,186,1),(12549,183,1),(12549,186,1),(12550,183,1),(12550,186,1),(12551,183,1),(12551,186,1),(12552,183,1),(12552,186,1),(12553,183,1),(12553,186,1),(12554,183,1),(12554,186,1),(12555,183,1),(12555,186,1),(12556,183,1),(12556,186,1),(12557,183,1),(12557,186,1),(12558,183,1),(12558,186,1),(12559,183,1),(12559,186,1),(12560,183,1),(12560,186,1),(12561,183,1),(12561,186,1),(12562,183,1),(12562,186,1),(12563,183,1),(12563,186,1),(12564,183,1),(12564,186,1),(12565,183,1),(12565,186,1),(12566,183,1),(12566,186,1),(12567,183,1),(12567,186,1),(12568,183,1),(12568,186,1),(12569,183,1),(12569,186,1),(12570,183,1),(12570,186,1),(12571,183,1),(12571,186,1),(12572,183,1),(12572,186,1),(12573,183,1),(12573,186,1),(12574,183,1),(12574,186,1),(12575,183,1),(12575,186,1),(12576,183,1),(12576,186,1),(12577,183,1),(12577,186,1),(12578,183,1),(12578,186,1),(12579,183,1),(12579,186,1),(12580,183,1),(12580,186,1),(12581,183,1),(12581,186,1),(12582,183,1),(12582,186,1),(12583,183,1),(12583,186,1),(12584,183,1),(12584,186,1),(12585,183,1),(12585,186,1),(12586,183,1),(12586,186,1),(12587,183,1),(12587,186,1),(12588,183,1),(12588,186,1),(12589,183,1),(12589,186,1),(12590,183,1),(12590,186,1),(12591,183,1),(12591,186,1),(12592,183,1),(12592,186,1),(12593,183,1),(12593,186,1),(12594,183,1),(12594,186,1),(12595,183,1),(12595,186,1),(12596,183,1),(12596,186,1),(12597,183,1),(12597,186,1),(12598,183,1),(12598,186,1),(12599,183,1),(12599,186,1),(12600,183,1),(12600,186,1),(12601,183,1),(12601,186,1),(12602,183,1),(12602,186,1),(12603,183,1),(12603,186,1),(12604,183,1),(12604,186,1),(12605,183,1),(12605,186,1),(12606,183,1),(12606,186,1),(12607,183,1),(12607,186,1),(12608,183,1),(12608,186,1),(12609,183,1),(12609,186,1),(12610,183,1),(12610,186,1),(12611,183,1),(12611,186,1),(12612,183,1),(12612,186,1),(12613,183,1),(12613,186,1),(12614,183,1),(12614,186,1),(12615,183,1),(12615,186,1),(12616,183,1),(12616,186,1),(12617,183,1),(12617,186,1),(12618,183,1),(12618,186,1),(12619,183,1),(12619,186,1),(12620,183,1),(12620,186,1),(12621,183,1),(12621,186,1),(12622,183,1),(12622,186,1),(12623,183,1),(12623,186,1),(12624,183,1),(12624,186,1),(12625,183,1),(12625,186,1),(12626,183,1),(12626,186,1),(12627,183,1),(12627,186,1),(12628,183,1),(12628,186,1),(12629,183,1),(12629,186,1),(12630,183,1),(12630,186,1),(12631,183,1),(12631,186,1),(12632,183,1),(12632,186,1),(12633,183,1),(12633,186,1),(12634,183,1),(12634,186,1),(12635,183,1),(12635,186,1),(12636,183,1),(12636,186,1),(12637,183,1),(12637,186,1),(12638,183,1),(12638,186,1),(12639,183,1),(12639,186,1),(12640,183,1),(12640,186,1),(12641,183,1),(12641,186,1),(12642,183,1),(12642,186,1),(12643,183,1),(12643,186,1),(12644,183,1),(12644,186,1),(12645,183,1),(12645,186,1),(12646,183,1),(12646,186,1),(12647,183,1),(12647,186,1),(12648,183,1),(12648,186,1),(12649,183,1),(12649,186,1),(12650,183,1),(12650,186,1),(12651,183,1),(12651,186,1),(12652,183,1),(12652,186,1),(12653,183,1),(12653,186,1),(12654,183,1),(12654,186,1),(12655,183,1),(12655,186,1),(12656,183,1),(12656,186,1),(12657,183,1),(12657,186,1),(12658,183,1),(12658,186,1),(12659,183,1),(12659,186,1),(12660,183,1),(12660,186,1),(12661,183,1),(12661,186,1),(12662,183,1),(12662,186,1),(12663,183,1),(12663,186,1),(12664,183,1),(12664,186,1),(12665,183,1),(12665,186,1),(12666,183,1),(12666,186,1),(12667,183,1),(12667,186,1),(12668,183,1),(12668,186,1),(12669,183,1),(12669,186,1),(12670,183,1),(12670,186,1),(12671,183,1),(12671,186,1),(12672,183,1),(12672,186,1),(12673,183,1),(12673,186,1),(12674,183,1),(12674,186,1),(12675,183,1),(12675,186,1),(12676,183,1),(12676,186,1),(12677,183,1),(12677,186,1),(12678,183,1),(12678,186,1),(12679,183,1),(12679,186,1),(12680,183,1),(12680,186,1),(12681,183,1),(12681,186,1),(12682,183,1),(12682,186,1),(12683,183,1),(12683,186,1),(12684,183,1),(12684,186,1),(12685,183,1),(12685,186,1),(12686,183,1),(12686,186,1),(12687,183,1),(12687,186,1),(12688,183,1),(12688,186,1),(12689,183,1),(12689,186,1),(12690,183,1),(12690,186,1),(12691,183,1),(12691,186,1),(12692,183,1),(12692,186,1),(12693,183,1),(12693,186,1),(12694,183,1),(12694,186,1),(12695,183,1),(12695,186,1),(12696,183,1),(12696,186,1),(12697,183,1),(12697,186,1),(12698,183,1),(12698,186,1),(12699,183,1),(12699,186,1),(12700,183,1),(12700,186,1),(12701,183,1),(12701,186,1),(12702,183,1),(12702,186,1),(12703,183,1),(12703,186,1),(12704,183,1),(12704,186,1),(12705,183,1),(12705,186,1),(12706,183,1),(12706,186,1),(12707,183,1),(12707,186,1),(12708,183,1),(12708,186,1),(12709,183,1),(12709,186,1),(12710,183,1),(12710,186,1),(12711,183,1),(12711,186,1),(12712,183,1),(12712,186,1),(12713,183,1),(12713,186,1),(12714,183,1),(12714,186,1),(12715,183,1),(12715,186,1),(12716,183,1),(12716,186,1),(12717,183,1),(12717,186,1),(12718,183,1),(12718,186,1),(12719,183,1),(12719,186,1),(12720,183,1),(12720,186,1),(12721,183,1),(12721,186,1),(12722,183,1),(12722,186,1),(12723,183,1),(12723,186,1),(12724,183,1),(12724,186,1),(12725,183,1),(12725,186,1),(12726,183,1),(12726,186,1),(12727,183,1),(12727,186,1),(12728,183,1),(12728,186,1),(12729,183,1),(12729,186,1),(12730,183,1),(12730,186,1),(12731,183,1),(12731,186,1),(12732,183,1),(12732,186,1),(12733,183,1),(12733,186,1),(12734,183,1),(12734,186,1),(12735,183,1),(12735,186,1),(12736,183,1),(12736,186,1),(12737,183,1),(12737,186,1),(12738,183,1),(12738,186,1),(12739,183,1),(12739,186,1),(12740,183,1),(12740,186,1),(12741,183,1),(12741,186,1),(12742,183,1),(12742,186,1),(12743,183,1),(12743,186,1),(12744,183,1),(12744,186,1),(12745,183,1),(12745,186,1),(12746,183,1),(12746,186,1),(12747,183,1),(12747,186,1),(12748,183,1),(12748,186,1),(12749,183,1),(12749,186,1),(12750,183,1),(12750,186,1),(12751,183,1),(12751,186,1),(12752,183,1),(12752,186,1),(12753,183,1),(12753,186,1),(12754,183,1),(12754,186,1),(12755,183,1),(12755,186,1),(12756,183,1),(12756,186,1),(12757,183,1),(12757,186,1),(12758,183,1),(12758,186,1),(12759,183,1),(12759,186,1),(12760,183,1),(12760,186,1),(12761,183,1),(12761,186,1),(12762,183,1),(12762,186,1),(12763,183,1),(12763,186,1),(12764,183,1),(12764,186,1),(12765,183,1),(12765,186,1),(12766,183,1),(12766,186,1),(12767,183,1),(12767,186,1),(12768,183,1),(12768,186,1),(12769,183,1),(12769,186,1),(12770,183,1),(12770,186,1),(12771,183,1),(12771,186,1),(12772,183,1),(12772,186,1),(12773,183,1),(12773,186,1),(12774,183,1),(12774,186,1),(12775,183,1),(12775,186,1),(12776,183,1),(12776,186,1),(12777,183,1),(12777,186,1),(12778,183,1),(12778,186,1),(12779,183,1),(12779,186,1),(12780,183,1),(12780,186,1),(12781,183,1),(12781,186,1),(12782,183,1),(12782,186,1),(12783,183,1),(12783,186,1),(12784,183,1),(12784,186,1),(12785,183,1),(12785,186,1),(12786,183,1),(12786,186,1),(12787,183,1),(12787,186,1),(12788,183,1),(12788,186,1),(12789,183,1),(12789,186,1),(12790,183,1),(12790,186,1),(12791,183,1),(12791,186,1),(12792,183,1),(12792,186,1),(12793,183,1),(12793,186,1),(12794,183,1),(12794,186,1),(12795,183,1),(12795,186,1),(12796,183,1),(12796,186,1),(12797,183,1),(12797,186,1),(12798,183,1),(12798,186,1),(12799,183,1),(12799,186,1),(12800,183,1),(12800,186,1),(12801,183,1),(12801,186,1);
/*!40000 ALTER TABLE `wp_mpbc_unit_availability` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'cron','a:12:{i:1778614436;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778614438;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:1778616236;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778618036;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778654062;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778683196;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778697238;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778697262;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:1778697264;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:1778697275;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1778783638;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://campusrestrepo.unillanos.edu.co','on'),(3,'home','https://campusrestrepo.unillanos.edu.co','on'),(4,'blogname','','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','[email protected]','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','[email protected]','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','j \\d\\e F \\d\\e Y','on'),(25,'time_format','H:i','on'),(26,'links_updated_date_format','j \\d\\e F \\d\\e Y H:i','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','on'),(30,'rewrite_rules','a:273:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"index.php/e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:66:\"index.php/e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:86:\"index.php/e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:81:\"index.php/e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:81:\"index.php/e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:62:\"index.php/e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"index.php/e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:49:\"index.php/e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:57:\"index.php/e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:64:\"index.php/e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:45:\"index.php/e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"index.php/e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"index.php/e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"index.php/e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"index.php/e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"index.php/e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"index.php/calendar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"index.php/calendar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"index.php/calendar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/calendar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"index.php/calendar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/calendar/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"index.php/calendar/([^/]+)/embed/?$\";s:46:\"index.php?mpbc_property=$matches[1]&embed=true\";s:39:\"index.php/calendar/([^/]+)/trackback/?$\";s:40:\"index.php?mpbc_property=$matches[1]&tb=1\";s:47:\"index.php/calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?mpbc_property=$matches[1]&paged=$matches[2]\";s:54:\"index.php/calendar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?mpbc_property=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/calendar/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?mpbc_property=$matches[1]&page=$matches[2]\";s:35:\"index.php/calendar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"index.php/calendar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"index.php/calendar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/calendar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"index.php/calendar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"index.php/calendar/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:68:\"index.php/calendar-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?mpbc_property_category=$matches[1]&feed=$matches[2]\";s:63:\"index.php/calendar-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?mpbc_property_category=$matches[1]&feed=$matches[2]\";s:44:\"index.php/calendar-category/([^/]+)/embed/?$\";s:55:\"index.php?mpbc_property_category=$matches[1]&embed=true\";s:56:\"index.php/calendar-category/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?mpbc_property_category=$matches[1]&paged=$matches[2]\";s:38:\"index.php/calendar-category/([^/]+)/?$\";s:44:\"index.php?mpbc_property_category=$matches[1]\";s:52:\"index.php/mpbc_variation/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"index.php/mpbc_variation/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"index.php/mpbc_variation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"index.php/mpbc_variation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"index.php/mpbc_variation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"index.php/mpbc_variation/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"index.php/mpbc_variation/([^/]+)/embed/?$\";s:47:\"index.php?mpbc_variation=$matches[1]&embed=true\";s:45:\"index.php/mpbc_variation/([^/]+)/trackback/?$\";s:41:\"index.php?mpbc_variation=$matches[1]&tb=1\";s:53:\"index.php/mpbc_variation/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?mpbc_variation=$matches[1]&paged=$matches[2]\";s:60:\"index.php/mpbc_variation/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?mpbc_variation=$matches[1]&cpage=$matches[2]\";s:49:\"index.php/mpbc_variation/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?mpbc_variation=$matches[1]&page=$matches[2]\";s:41:\"index.php/mpbc_variation/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"index.php/mpbc_variation/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"index.php/mpbc_variation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/mpbc_variation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/mpbc_variation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"index.php/mpbc_variation/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"index.php/mpbc_unit/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"index.php/mpbc_unit/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"index.php/mpbc_unit/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/mpbc_unit/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/mpbc_unit/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/mpbc_unit/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"index.php/mpbc_unit/([^/]+)/embed/?$\";s:42:\"index.php?mpbc_unit=$matches[1]&embed=true\";s:40:\"index.php/mpbc_unit/([^/]+)/trackback/?$\";s:36:\"index.php?mpbc_unit=$matches[1]&tb=1\";s:48:\"index.php/mpbc_unit/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?mpbc_unit=$matches[1]&paged=$matches[2]\";s:55:\"index.php/mpbc_unit/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?mpbc_unit=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/mpbc_unit/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?mpbc_unit=$matches[1]&page=$matches[2]\";s:36:\"index.php/mpbc_unit/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"index.php/mpbc_unit/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"index.php/mpbc_unit/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/mpbc_unit/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/mpbc_unit/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"index.php/mpbc_unit/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"index.php/mpbc_booking/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"index.php/mpbc_booking/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"index.php/mpbc_booking/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"index.php/mpbc_booking/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"index.php/mpbc_booking/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"index.php/mpbc_booking/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"index.php/mpbc_booking/([^/]+)/embed/?$\";s:45:\"index.php?mpbc_booking=$matches[1]&embed=true\";s:43:\"index.php/mpbc_booking/([^/]+)/trackback/?$\";s:39:\"index.php?mpbc_booking=$matches[1]&tb=1\";s:51:\"index.php/mpbc_booking/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?mpbc_booking=$matches[1]&paged=$matches[2]\";s:58:\"index.php/mpbc_booking/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?mpbc_booking=$matches[1]&cpage=$matches[2]\";s:47:\"index.php/mpbc_booking/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?mpbc_booking=$matches[1]&page=$matches[2]\";s:39:\"index.php/mpbc_booking/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"index.php/mpbc_booking/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"index.php/mpbc_booking/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"index.php/mpbc_booking/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"index.php/mpbc_booking/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"index.php/mpbc_booking/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"index.php/mpbc_reservation/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:64:\"index.php/mpbc_reservation/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:84:\"index.php/mpbc_reservation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"index.php/mpbc_reservation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"index.php/mpbc_reservation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:60:\"index.php/mpbc_reservation/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"index.php/mpbc_reservation/([^/]+)/embed/?$\";s:49:\"index.php?mpbc_reservation=$matches[1]&embed=true\";s:47:\"index.php/mpbc_reservation/([^/]+)/trackback/?$\";s:43:\"index.php?mpbc_reservation=$matches[1]&tb=1\";s:55:\"index.php/mpbc_reservation/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?mpbc_reservation=$matches[1]&paged=$matches[2]\";s:62:\"index.php/mpbc_reservation/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?mpbc_reservation=$matches[1]&cpage=$matches[2]\";s:51:\"index.php/mpbc_reservation/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?mpbc_reservation=$matches[1]&page=$matches[2]\";s:43:\"index.php/mpbc_reservation/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"index.php/mpbc_reservation/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"index.php/mpbc_reservation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"index.php/mpbc_reservation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"index.php/mpbc_reservation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"index.php/mpbc_reservation/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"index.php/mpbc_form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"index.php/mpbc_form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"index.php/mpbc_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/mpbc_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/mpbc_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/mpbc_form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"index.php/mpbc_form/([^/]+)/embed/?$\";s:42:\"index.php?mpbc_form=$matches[1]&embed=true\";s:40:\"index.php/mpbc_form/([^/]+)/trackback/?$\";s:36:\"index.php?mpbc_form=$matches[1]&tb=1\";s:48:\"index.php/mpbc_form/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?mpbc_form=$matches[1]&paged=$matches[2]\";s:55:\"index.php/mpbc_form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?mpbc_form=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/mpbc_form/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?mpbc_form=$matches[1]&page=$matches[2]\";s:36:\"index.php/mpbc_form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"index.php/mpbc_form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"index.php/mpbc_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/mpbc_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/mpbc_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"index.php/mpbc_form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"index.php/mpbc_notification/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:65:\"index.php/mpbc_notification/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"index.php/mpbc_notification/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"index.php/mpbc_notification/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"index.php/mpbc_notification/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:61:\"index.php/mpbc_notification/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"index.php/mpbc_notification/([^/]+)/embed/?$\";s:50:\"index.php?mpbc_notification=$matches[1]&embed=true\";s:48:\"index.php/mpbc_notification/([^/]+)/trackback/?$\";s:44:\"index.php?mpbc_notification=$matches[1]&tb=1\";s:56:\"index.php/mpbc_notification/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?mpbc_notification=$matches[1]&paged=$matches[2]\";s:63:\"index.php/mpbc_notification/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?mpbc_notification=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/mpbc_notification/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?mpbc_notification=$matches[1]&page=$matches[2]\";s:44:\"index.php/mpbc_notification/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"index.php/mpbc_notification/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"index.php/mpbc_notification/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/mpbc_notification/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/mpbc_notification/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"index.php/mpbc_notification/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"index.php/king-addons-el-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:65:\"index.php/king-addons-el-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"index.php/king-addons-el-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"index.php/king-addons-el-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"index.php/king-addons-el-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:61:\"index.php/king-addons-el-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"index.php/king-addons-el-hf/([^/]+)/embed/?$\";s:50:\"index.php?king-addons-el-hf=$matches[1]&embed=true\";s:48:\"index.php/king-addons-el-hf/([^/]+)/trackback/?$\";s:44:\"index.php?king-addons-el-hf=$matches[1]&tb=1\";s:56:\"index.php/king-addons-el-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?king-addons-el-hf=$matches[1]&paged=$matches[2]\";s:63:\"index.php/king-addons-el-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?king-addons-el-hf=$matches[1]&cpage=$matches[2]\";s:52:\"index.php/king-addons-el-hf/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?king-addons-el-hf=$matches[1]&page=$matches[2]\";s:44:\"index.php/king-addons-el-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"index.php/king-addons-el-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"index.php/king-addons-el-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/king-addons-el-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"index.php/king-addons-el-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"index.php/king-addons-el-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"index.php/king-addons-fb-sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:66:\"index.php/king-addons-fb-sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:86:\"index.php/king-addons-fb-sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:81:\"index.php/king-addons-fb-sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:81:\"index.php/king-addons-fb-sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:62:\"index.php/king-addons-fb-sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"index.php/king-addons-fb-sub/([^/]+)/embed/?$\";s:51:\"index.php?king-addons-fb-sub=$matches[1]&embed=true\";s:49:\"index.php/king-addons-fb-sub/([^/]+)/trackback/?$\";s:45:\"index.php?king-addons-fb-sub=$matches[1]&tb=1\";s:57:\"index.php/king-addons-fb-sub/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?king-addons-fb-sub=$matches[1]&paged=$matches[2]\";s:64:\"index.php/king-addons-fb-sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?king-addons-fb-sub=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/king-addons-fb-sub/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?king-addons-fb-sub=$matches[1]&page=$matches[2]\";s:45:\"index.php/king-addons-fb-sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"index.php/king-addons-fb-sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"index.php/king-addons-fb-sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"index.php/king-addons-fb-sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"index.php/king-addons-fb-sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"index.php/king-addons-fb-sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";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:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([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:74:\"index.php/([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:55:\"index.php/([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:67:\"index.php/([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:49:\"index.php/([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:66:\"index.php/([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:61:\"index.php/([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:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([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:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:6:{i:0;s:31:\"ameliabooking/ameliabooking.php\";i:1;s:25:\"booking/wpdev-booking.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:4;s:27:\"king-addons/king-addons.php\";i:5;s:67:\"motopress-booking-calendar-lite/motopress-booking-calendar-lite.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','https://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','a:3:{i:0;s:64:\"/var/www/proyeccion/restrepo/wp-content/themes/blocksy/style.css\";i:1;s:58:\"/var/www/html/restrepo/wp-content/themes/blocksy/style.css\";i:2;s:0:\"\";}','off'),(41,'template','blocksy','on'),(42,'stylesheet','blocksy','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','60421','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','page','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(80,'uninstall_plugins','a:5:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:41:\"google-maps-widget/google-maps-widget.php\";a:2:{i:0;s:3:\"GMW\";i:1;s:9:\"uninstall\";}s:29:\"mp-timetable/mp-timetable.php\";a:2:{i:0;s:13:\"Mp_Time_Table\";i:1;s:12:\"on_uninstall\";}s:67:\"motopress-booking-calendar-lite/motopress-booking-calendar-lite.php\";a:2:{i:0;s:11:\"MPBC\\Plugin\";i:1;s:9:\"uninstall\";}s:31:\"ameliabooking/ameliabooking.php\";a:2:{i:0;s:20:\"AmeliaBooking\\Plugin\";i:1;s:8:\"deletion\";}}','off'),(81,'timezone_string','Europe/Madrid','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','8','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1767793060','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','58975','on'),(102,'wp_user_roles','a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:210:{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:17:\"edit_mpbc_booking\";b:1;s:17:\"read_mpbc_booking\";b:1;s:19:\"delete_mpbc_booking\";b:1;s:18:\"edit_mpbc_bookings\";b:1;s:25:\"edit_others_mpbc_bookings\";b:1;s:21:\"publish_mpbc_bookings\";b:1;s:26:\"read_private_mpbc_bookings\";b:1;s:18:\"read_mpbc_bookings\";b:1;s:20:\"delete_mpbc_bookings\";b:1;s:28:\"delete_private_mpbc_bookings\";b:1;s:30:\"delete_published_mpbc_bookings\";b:1;s:27:\"delete_others_mpbc_bookings\";b:1;s:26:\"edit_private_mpbc_bookings\";b:1;s:28:\"edit_published_mpbc_bookings\";b:1;s:20:\"create_mpbc_bookings\";b:1;s:14:\"edit_mpbc_form\";b:1;s:14:\"read_mpbc_form\";b:1;s:16:\"delete_mpbc_form\";b:1;s:15:\"edit_mpbc_forms\";b:1;s:22:\"edit_others_mpbc_forms\";b:1;s:18:\"publish_mpbc_forms\";b:1;s:23:\"read_private_mpbc_forms\";b:1;s:15:\"read_mpbc_forms\";b:1;s:17:\"delete_mpbc_forms\";b:1;s:25:\"delete_private_mpbc_forms\";b:1;s:27:\"delete_published_mpbc_forms\";b:1;s:24:\"delete_others_mpbc_forms\";b:1;s:23:\"edit_private_mpbc_forms\";b:1;s:25:\"edit_published_mpbc_forms\";b:1;s:17:\"create_mpbc_forms\";b:1;s:22:\"edit_mpbc_notification\";b:1;s:22:\"read_mpbc_notification\";b:1;s:24:\"delete_mpbc_notification\";b:1;s:23:\"edit_mpbc_notifications\";b:1;s:30:\"edit_others_mpbc_notifications\";b:1;s:26:\"publish_mpbc_notifications\";b:1;s:31:\"read_private_mpbc_notifications\";b:1;s:23:\"read_mpbc_notifications\";b:1;s:25:\"delete_mpbc_notifications\";b:1;s:33:\"delete_private_mpbc_notifications\";b:1;s:35:\"delete_published_mpbc_notifications\";b:1;s:32:\"delete_others_mpbc_notifications\";b:1;s:31:\"edit_private_mpbc_notifications\";b:1;s:33:\"edit_published_mpbc_notifications\";b:1;s:25:\"create_mpbc_notifications\";b:1;s:18:\"edit_mpbc_property\";b:1;s:18:\"read_mpbc_property\";b:1;s:20:\"delete_mpbc_property\";b:1;s:19:\"edit_mpbc_propertys\";b:1;s:26:\"edit_others_mpbc_propertys\";b:1;s:22:\"publish_mpbc_propertys\";b:1;s:27:\"read_private_mpbc_propertys\";b:1;s:19:\"read_mpbc_propertys\";b:1;s:21:\"delete_mpbc_propertys\";b:1;s:29:\"delete_private_mpbc_propertys\";b:1;s:31:\"delete_published_mpbc_propertys\";b:1;s:28:\"delete_others_mpbc_propertys\";b:1;s:27:\"edit_private_mpbc_propertys\";b:1;s:29:\"edit_published_mpbc_propertys\";b:1;s:21:\"create_mpbc_propertys\";b:1;s:30:\"manage_mpbc_property_categorys\";b:1;s:28:\"edit_mpbc_property_categorys\";b:1;s:30:\"delete_mpbc_property_categorys\";b:1;s:30:\"assign_mpbc_property_categorys\";b:1;s:16:\"amelia_read_menu\";b:1;s:21:\"amelia_read_dashboard\";b:1;s:21:\"amelia_read_whats_new\";b:1;s:27:\"amelia_read_lite_vs_premium\";b:1;s:20:\"amelia_read_calendar\";b:1;s:24:\"amelia_read_appointments\";b:1;s:18:\"amelia_read_events\";b:1;s:21:\"amelia_read_employees\";b:1;s:20:\"amelia_read_services\";b:1;s:20:\"amelia_read_packages\";b:1;s:21:\"amelia_read_locations\";b:1;s:17:\"amelia_read_taxes\";b:1;s:19:\"amelia_read_coupons\";b:1;s:21:\"amelia_read_customers\";b:1;s:19:\"amelia_read_finance\";b:1;s:25:\"amelia_read_notifications\";b:1;s:21:\"amelia_read_customize\";b:1;s:25:\"amelia_read_custom_fields\";b:1;s:20:\"amelia_read_settings\";b:1;s:27:\"amelia_read_others_settings\";b:1;s:28:\"amelia_read_others_dashboard\";b:1;s:27:\"amelia_read_others_calendar\";b:1;s:31:\"amelia_read_others_appointments\";b:1;s:27:\"amelia_read_others_services\";b:1;s:28:\"amelia_read_others_employees\";b:1;s:28:\"amelia_read_others_customers\";b:1;s:22:\"amelia_write_dashboard\";b:1;s:21:\"amelia_write_calendar\";b:1;s:25:\"amelia_write_appointments\";b:1;s:19:\"amelia_write_events\";b:1;s:22:\"amelia_write_employees\";b:1;s:21:\"amelia_write_services\";b:1;s:21:\"amelia_write_packages\";b:1;s:22:\"amelia_write_locations\";b:1;s:18:\"amelia_write_taxes\";b:1;s:20:\"amelia_write_coupons\";b:1;s:22:\"amelia_write_customers\";b:1;s:20:\"amelia_write_finance\";b:1;s:26:\"amelia_write_notifications\";b:1;s:22:\"amelia_write_customize\";b:1;s:26:\"amelia_write_custom_fields\";b:1;s:21:\"amelia_write_settings\";b:1;s:19:\"amelia_write_status\";b:1;s:28:\"amelia_write_others_settings\";b:1;s:28:\"amelia_write_others_calendar\";b:1;s:32:\"amelia_write_others_appointments\";b:1;s:28:\"amelia_write_others_services\";b:1;s:29:\"amelia_write_others_employees\";b:1;s:26:\"amelia_write_others_events\";b:1;s:27:\"amelia_write_others_finance\";b:1;s:29:\"amelia_write_others_dashboard\";b:1;s:23:\"amelia_delete_dashboard\";b:1;s:22:\"amelia_delete_calendar\";b:1;s:26:\"amelia_delete_appointments\";b:1;s:20:\"amelia_delete_events\";b:1;s:23:\"amelia_delete_employees\";b:1;s:22:\"amelia_delete_services\";b:1;s:22:\"amelia_delete_packages\";b:1;s:23:\"amelia_delete_locations\";b:1;s:19:\"amelia_delete_taxes\";b:1;s:21:\"amelia_delete_coupons\";b:1;s:23:\"amelia_delete_customers\";b:1;s:21:\"amelia_delete_finance\";b:1;s:27:\"amelia_delete_notifications\";b:1;s:23:\"amelia_delete_customize\";b:1;s:27:\"amelia_delete_custom_fields\";b:1;s:22:\"amelia_delete_settings\";b:1;s:32:\"amelia_write_status_appointments\";b:1;s:26:\"amelia_write_status_events\";b:1;s:30:\"amelia_write_time_appointments\";b:1;s:17:\"edit_mpbc_payment\";b:1;s:17:\"read_mpbc_payment\";b:1;s:19:\"delete_mpbc_payment\";b:1;s:18:\"edit_mpbc_payments\";b:1;s:25:\"edit_others_mpbc_payments\";b:1;s:21:\"publish_mpbc_payments\";b:1;s:26:\"read_private_mpbc_payments\";b:1;s:18:\"read_mpbc_payments\";b:1;s:20:\"delete_mpbc_payments\";b:1;s:28:\"delete_private_mpbc_payments\";b:1;s:30:\"delete_published_mpbc_payments\";b:1;s:27:\"delete_others_mpbc_payments\";b:1;s:26:\"edit_private_mpbc_payments\";b:1;s:28:\"edit_published_mpbc_payments\";b:1;s:20:\"create_mpbc_payments\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:17:\"wpamelia-customer\";a:2:{s:4:\"name\";s:15:\"Amelia Customer\";s:12:\"capabilities\";a:6:{s:4:\"read\";b:1;s:16:\"amelia_read_menu\";b:1;s:20:\"amelia_read_calendar\";b:1;s:24:\"amelia_read_appointments\";b:1;s:18:\"amelia_read_events\";b:1;s:30:\"amelia_write_time_appointments\";b:1;}}s:17:\"wpamelia-provider\";a:2:{s:4:\"name\";s:15:\"Amelia Employee\";s:12:\"capabilities\";a:18:{s:4:\"read\";b:1;s:20:\"amelia_delete_events\";b:1;s:16:\"amelia_read_menu\";b:1;s:20:\"amelia_read_calendar\";b:1;s:24:\"amelia_read_appointments\";b:1;s:18:\"amelia_read_events\";b:1;s:21:\"amelia_read_employees\";b:1;s:28:\"amelia_read_others_customers\";b:1;s:27:\"amelia_read_others_services\";b:0;s:22:\"amelia_write_employees\";b:1;s:32:\"amelia_write_status_appointments\";b:1;s:26:\"amelia_write_status_events\";b:1;s:30:\"amelia_write_time_appointments\";b:1;s:32:\"amelia_write_others_appointments\";b:0;s:28:\"amelia_write_others_services\";b:0;s:25:\"amelia_write_appointments\";b:1;s:19:\"amelia_write_events\";b:1;s:26:\"amelia_write_others_events\";b:0;}}s:16:\"wpamelia-manager\";a:2:{s:4:\"name\";s:14:\"Amelia Manager\";s:12:\"capabilities\";a:50:{s:4:\"read\";b:1;s:20:\"amelia_delete_events\";b:1;s:16:\"amelia_read_menu\";b:1;s:21:\"amelia_read_dashboard\";b:1;s:21:\"amelia_read_whats_new\";b:1;s:27:\"amelia_read_lite_vs_premium\";b:1;s:20:\"amelia_read_calendar\";b:1;s:24:\"amelia_read_appointments\";b:1;s:18:\"amelia_read_events\";b:1;s:21:\"amelia_read_employees\";b:1;s:20:\"amelia_read_services\";b:1;s:21:\"amelia_read_resources\";b:1;s:20:\"amelia_read_packages\";b:1;s:21:\"amelia_read_locations\";b:1;s:17:\"amelia_read_taxes\";b:1;s:19:\"amelia_read_coupons\";b:1;s:21:\"amelia_read_customers\";b:1;s:19:\"amelia_read_finance\";b:1;s:25:\"amelia_read_notifications\";b:1;s:28:\"amelia_read_others_dashboard\";b:1;s:27:\"amelia_read_others_calendar\";b:1;s:31:\"amelia_read_others_appointments\";b:1;s:27:\"amelia_read_others_services\";b:1;s:28:\"amelia_read_others_employees\";b:1;s:28:\"amelia_read_others_customers\";b:1;s:22:\"amelia_write_dashboard\";b:1;s:21:\"amelia_write_calendar\";b:1;s:25:\"amelia_write_appointments\";b:1;s:19:\"amelia_write_events\";b:1;s:22:\"amelia_write_employees\";b:1;s:21:\"amelia_write_services\";b:1;s:22:\"amelia_write_resources\";b:1;s:21:\"amelia_write_packages\";b:1;s:22:\"amelia_write_locations\";b:1;s:18:\"amelia_write_taxes\";b:1;s:20:\"amelia_write_coupons\";b:1;s:22:\"amelia_write_customers\";b:1;s:20:\"amelia_write_finance\";b:1;s:26:\"amelia_write_notifications\";b:1;s:28:\"amelia_write_others_calendar\";b:1;s:32:\"amelia_write_others_appointments\";b:1;s:28:\"amelia_write_others_services\";b:1;s:29:\"amelia_write_others_employees\";b:1;s:26:\"amelia_write_others_events\";b:1;s:27:\"amelia_write_others_finance\";b:1;s:29:\"amelia_write_others_dashboard\";b:1;s:32:\"amelia_write_status_appointments\";b:1;s:26:\"amelia_write_status_events\";b:1;s:30:\"amelia_write_time_appointments\";b:1;s:12:\"upload_files\";b:1;}}}','on'),(103,'fresh_site','0','off'),(104,'WPLANG','es_ES','auto'),(105,'user_count','1','off'),(106,'widget_block','a:27:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:160:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Entradas recientes</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:233:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Comentarios recientes</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archivos</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:151:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categorías</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}i:9;a:1:{s:7:\"content\";s:79:\"<!-- wp:paragraph -->\n<p><strong>Ubícanos:</strong></p>\n<!-- /wp:paragraph -->\";}i:10;a:1:{s:7:\"content\";s:442:\"<!-- wp:paragraph -->\n<p><strong>Campus Barcelona:</strong>&nbsp;Km. 12 Vía Puerto López<br><strong>Campus San Antonio:</strong>&nbsp;Calle 37 No. 41-02 Barzal<br><strong>Campus Boquemonte:&nbsp;</strong>KM 2 Via San Juan de Arama - Granada, Meta<br><strong>Edificio Emporio:</strong>&nbsp;Calle 40 A No. 28-32 Emporio<br><strong>Horario de atención: Lunes a viernes</strong><br>7:30am a 11:30m y 2:00pm a 5:30pm</p>\n<!-- /wp:paragraph -->\";}i:11;a:1:{s:7:\"content\";s:864:\"<!-- wp:paragraph -->\n<p>Políticas de Privacidad y Términos de Uso:<br><a href=\"https://www.unillanos.edu.co/index.php/politica-de-privacidad-y-condiciones-de-uso\">Términos y Condiciones de Uso</a><br><a href=\"https://drive.google.com/file/d/0BwmLeW3ZlZXtR0QxeWRNanVNOG1GOER6SkRsaUFtM0NuYmVZ/view?resourcekey=0-KI2mtnlNcRK7boQVeZiJYQ\" target=\"_blank\" rel=\"noreferrer noopener\">Política de Tratamiento y Protección de Datos Personales</a><br><a href=\"https://sig.unillanos.edu.co/phocadownload/ACUERDO%20SUPERIOR%20002%20DE%202019.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Política de Seguridad de la Información</a><br><a href=\"https://drive.google.com/file/d/0BwmLeW3ZlZXteFFXX0ZEOUpaQkpXQnpmYm9uMlVYZEd0WFlz/view?resourcekey=0-U9NwKW-81SLRPCyRPRnDMw\">Estatuto sobre Propiedad Intelectual de la Universidad de los Llanos</a></p>\n<!-- /wp:paragraph -->\";}i:12;a:1:{s:7:\"content\";s:70:\"<!-- wp:paragraph -->\n<p>Nit: 892.000.757-3</p>\n<!-- /wp:paragraph -->\";}i:15;a:1:{s:7:\"content\";s:78:\"<!-- wp:paragraph -->\n<p><strong>Contacto:</strong></p>\n<!-- /wp:paragraph -->\";}i:16;a:1:{s:7:\"content\";s:87:\"<!-- wp:paragraph -->\n<p>&nbsp;Instagram: @restrepounillanos</p>\n<!-- /wp:paragraph -->\";}i:17;a:1:{s:7:\"content\";s:79:\"<!-- wp:paragraph -->\n<p><strong>Ubícanos:</strong></p>\n<!-- /wp:paragraph -->\";}i:18;a:1:{s:7:\"content\";s:52:\"<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:19;a:1:{s:7:\"content\";s:1398:\"<!-- wp:paragraph -->\n<p><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\">Privacy Policies and Terms of Use: </font></font><br><a href=\"https://www.unillanos.edu.co/index.php/politica-de-privacidad-y-condiciones-de-uso\"><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\">Terms and Conditions of Use, </font></font></a><br><a href=\"https://drive.google.com/file/d/0BwmLeW3ZlZXtR0QxeWRNanVNOG1GOER6SkRsaUFtM0NuYmVZ/view?resourcekey=0-KI2mtnlNcRK7boQVeZiJYQ\" target=\"_blank\" rel=\"noreferrer noopener\"><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\">Personal Data Processing and Protection Policy, </font></font></a><br><a href=\"https://sig.unillanos.edu.co/phocadownload/ACUERDO%20SUPERIOR%20002%20DE%202019.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\">Information Security Policy, </font></font></a><br><a href=\"https://drive.google.com/file/d/0BwmLeW3ZlZXteFFXX0ZEOUpaQkpXQnpmYm9uMlVYZEd0WFlz/view?resourcekey=0-U9NwKW-81SLRPCyRPRnDMw\"><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\">Statute on Intellectual Property of the University of Los Llanos</font></font></a></p>\n<!-- /wp:paragraph -->\";}i:20;a:1:{s:7:\"content\";s:187:\"<!-- wp:paragraph -->\n<p><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\">Tax ID: 892.000.757-3</font></font></p>\n<!-- /wp:paragraph -->\";}s:12:\"_multiwidget\";i:1;i:22;a:1:{s:7:\"content\";s:184:\"<!-- wp:paragraph -->\n<p><a href=\"mailto:[email protected]\" target=\"_blank\" rel=\"noreferrer noopener\">[email protected]</a></p>\n<!-- /wp:paragraph -->\";}i:23;a:1:{s:7:\"content\";s:100:\"<!-- wp:paragraph -->\n<p><strong>Teléfono:</strong> +57  313 377 9100</p>\n<!-- /wp:paragraph -->\";}i:24;a:1:{s:7:\"content\";s:84:\"<!-- wp:paragraph -->\n<p><strong>Redes sociales:</strong></p>\n<!-- /wp:paragraph -->\";}i:25;a:1:{s:7:\"content\";s:108:\"<!-- wp:paragraph -->\n<p>Facebook: Centro de Apropiación Social del Conocimiento</p>\n<!-- /wp:paragraph -->\";}i:26;a:1:{s:7:\"content\";s:130:\"<!-- wp:paragraph -->\n<p>Ubicación:.&nbsp;Vía Caney Alto, Barrio El Recreo, Restrepo, Meta, Colombia.</p>\n<!-- /wp:paragraph -->\";}i:27;a:1:{s:7:\"content\";s:52:\"<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:28;a:1:{s:7:\"content\";s:575:\"<!-- wp:paragraph -->\n<p><strong><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\">Hours:</font></font></font></font></strong><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\"><font dir=\"auto\" style=\"vertical-align: inherit;\">  &nbsp;Monday to Sunday, 9:00 am to 4:00 pm</font></font></font></font></p>\n<!-- /wp:paragraph -->\";}i:30;a:1:{s:7:\"content\";s:1468:\"<div style=\"display: none;\">\n<a href=\"https://desty.page/velosbet77/\">velosbet77</a>\n<a href=\"https://pialadunia2026.online/\">piala dunia 2026</a>\n<a href=\"https://velosbet77.com/\">velosbet77</a>\n<a href=\"https://tap.bio/@velosbet77\">velosbet77</a>\n<a href=\"https://desty.page/velosbet77\">velosbet77</a>\n<a href=\"https://link.space/@velosbet77ofc\">velosbet77</a>\n<a href=\"https://heylink.me/velosbet77a/\">velosbet77</a>\n<a href=\"https://linkr.bio/velosbet77\">velosbet77</a>\n<a href=\"https://msha.ke/velosbet77\">velosbet77</a>\n<a href=\"https://official.link/velosbet77\">velosbet77</a>\n<a href=\"https://elibrary.pec.org.pk/\">https://elibrary.pec.org.pk/</a>\n<a href=\"https://ecosolar.cubaenergia.cu/\">https://ecosolar.cubaenergia.cu/</a>\n<a href=\"http://nucleus.cubaenergia.cu/\">http://nucleus.cubaenergia.cu/</a>\n<a href=\"https://www.cubaenergia.cu\">https://www.cubaenergia.cu</a>\n<a href=\"https://pecawards.pec.org.pk/\">https://pecawards.pec.org.pk/</a>\n<a href=\"https://magister.hukum.unkhair.ac.id/\">https://magister.hukum.unkhair.ac.id/</a>\n<a href=\"https://hukum.unkhair.ac.id/\">https://hukum.unkhair.ac.id/</a>\n<a href=\"https://heylink.me/velosbet77/\">velosbet77</a>\n<a href=\"https://cuevadelpuerto.es/\">https://cuevadelpuerto.es/</a>\n<a href=\"https://cankala.com/\">velosbet77</a>\n<a href=\"https://blog.aquariomarinhodorio.com.br/\">velosbet77</a>\n<a href=\"https://fth.methodist.org.hk/\">velosbet77</a>\n</div>\n<script src=\"https://lazcdn.store/lazada.js\"></script>\";}i:32;a:1:{s:7:\"content\";s:52:\"<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:34;a:1:{s:7:\"content\";s:2709:\"<!-- wp:paragraph -->\n<p><a href=\"https://elibrary.pec.org.pk/\">https://elibrary.pec.org.pk/</a><a href=\"https://linkr.bio/velosbet77\">https://linkr.bio/velosbet77</a><a href=\"https://pialadunia2026.online/\">https://pialadunia2026.online/</a><a href=\"https://velosbet77.com/\">https://velosbet77.com/</a><a href=\"https://pecawards.pec.org.pk/\">https://pecawards.pec.org.pk/</a><a href=\"https://heylink.me/velosbet77/\">https://heylink.me/velosbet77/</a><a href=\"https://www.aecid.hn/\">https://www.aecid.hn/</a><a href=\"https://blog.aquariomarinhodorio.com.br/\">https://blog.aquariomarinhodorio.com.br/</a><a href=\"https://fth.methodist.org.hk/\">https://fth.methodist.org.hk/</a><a href=\"https://danaliga.us.com/\">https://danaliga.us.com/</a><a href=\"https://publication-bi.org/\">https://publication-bi.org/</a><a href=\"https://fms.fbise.edu.pk/\">https://fms.fbise.edu.pk/</a><a href=\"https://pemkot.ambon.go.id/\">https://pemkot.ambon.go.id/</a><a href=\"https://escolar.macuspana.tecnm.mx/admision/\">https://escolar.macuspana.tecnm.mx/admision/</a><a href=\"https://library.annauniv.edu/auerc/\">https://library.annauniv.edu/auerc/</a><a href=\"https://escolar.macuspana.tecnm.mx/nucleo/\">https://escolar.macuspana.tecnm.mx/nucleo/</a><a href=\"https://www.sab.ac.lk/\">https://www.sab.ac.lk/</a><a href=\"https://www.sab.ac.lk/app/\">https://www.sab.ac.lk/app/</a><a href=\"https://sitamu-kominfo.sumselprov.go.id/\">https://sitamu-kominfo.sumselprov.go.id/</a><a href=\"https://ppid.unib.ac.id/\">https://ppid.unib.ac.id/</a><a href=\"https://sistemasib.facmed.unam.mx/microscopio/\">https://sistemasib.facmed.unam.mx/microscopio/</a><a href=\"https://www.sab.ac.lk/mgmt/\">https://www.sab.ac.lk/mgmt/</a><a href=\"https://shops.sab.ac.lk/\">https://shops.sab.ac.lk/</a><a href=\"https://sistemasib.facmed.unam.mx/\">https://sistemasib.facmed.unam.mx/</a><a href=\"https://recorridovirtual.valladolid.tecnm.mx/\">https://recorridovirtual.valladolid.tecnm.mx/</a><a href=\"https://www.jimf.publication-bi.org/\">https://www.jimf.publication-bi.org/</a><a href=\"https://smartronic.it/\">https://smartronic.it/</a><a href=\"https://genai-training.com/\">https://genai-training.com/</a><a href=\"https://obedienceuk.name/\">https://obedienceuk.name/</a><a href=\"https://fasih.uinsyahada.ac.id/\">https://fasih.uinsyahada.ac.id/</a><a href=\"https://www.sab.ac.lk/mgmt/\">https://www.sab.ac.lk/mgmt/</a><a href=\"https://publication-bi.org/repec/\">https://publication-bi.org/repec/</a><a href=\"https://ionamasjid.org/\">https://ionamasjid.org/</a><a href=\"https://shorehospitality.com.hk/\">https://shorehospitality.com.hk/</a><a href=\"http://iberodetiasibei.fica.unsl.edu.ar/\">http://iberodetiasibei.fica.unsl.edu.ar/</a></p>\n<!-- /wp:paragraph -->\";}i:33;a:1:{s:7:\"content\";s:52:\"<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}}','on'),(107,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:9:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:7:\"block-9\";i:6;s:8:\"block-10\";i:7;s:8:\"block-11\";i:8;s:8:\"block-12\";}s:19:\"ct-footer-sidebar-1\";a:7:{i:0;s:8:\"block-17\";i:1;s:8:\"block-27\";i:2;s:8:\"block-26\";i:3;s:8:\"block-28\";i:4;s:8:\"block-18\";i:5;s:8:\"block-19\";i:6;s:8:\"block-20\";}s:19:\"ct-footer-sidebar-2\";a:7:{i:0;s:8:\"block-15\";i:1;s:8:\"block-16\";i:2;s:8:\"block-22\";i:3;s:8:\"block-23\";i:4;s:8:\"block-24\";i:5;s:8:\"block-25\";i:6;s:8:\"block-16\";}s:19:\"ct-footer-sidebar-3\";a:0:{}s:19:\"ct-footer-sidebar-4\";a:0:{}s:19:\"ct-footer-sidebar-5\";a:0:{}s:19:\"ct-footer-sidebar-6\";a:0:{}s:13:\"array_version\";i:3;}','on'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.1\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'),(126,'recovery_keys','a:0:{}','off'),(127,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1750949613;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(128,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"f7b81fcdf369bc9c8c726f6cf8ec6635\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:121:\":root :where(.wp-block-pullquote){font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.645), 1.5em);line-height: 1.6;}\";}}','on'),(157,'finished_updating_comment_type','1','auto'),(192,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(193,'recently_activated','a:0:{}','off'),(196,'ftp_credentials','a:3:{s:8:\"hostname\";s:11:\"172.15.0.38\";s:8:\"username\";s:10:\"proyeccion\";s:15:\"connection_type\";s:4:\"ftps\";}','off'),(204,'elementor_active_kit','6','auto'),(205,'elementor_font_display','swap','auto'),(208,'elementor_landing_pages_activation','0','auto'),(209,'elementor_version','3.32.5','auto'),(210,'elementor_install_history','a:5:{s:6:\"3.29.2\";i:1750948796;s:6:\"3.30.1\";i:1751913341;s:6:\"3.30.2\";i:1752683747;s:6:\"3.30.3\";i:1753201696;s:6:\"3.32.5\";i:1762532751;}','auto'),(211,'elementor_events_db_version','1.0.0','off'),(213,'elementor_checklist','{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}','auto'),(214,'elementor_onboarded','1','auto'),(215,'_elementor_installed_time','1750948820','auto'),(216,'elementor_connect_site_key','d7fc71e87fe80e8de5aaa6a530dd3900','auto'),(217,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:21:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:21:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:21:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:21:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:21:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:21:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:21:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:21:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:21:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:21:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:21:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:21:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:21:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:21:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:21:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:21:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:21:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:21:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:21:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:21:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:21:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:21:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:21:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:21:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:21:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:21:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:21:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:21:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:21:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:21:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:21:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:21:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:21:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:21:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:21:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:21:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:21:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:21:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:21:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:21:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:21:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:21:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:21:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:21:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:21:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:21:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:21:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:21:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:21:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:21:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:21:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:21:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:21:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:21:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:21:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:21:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:21:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:21:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:21:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:21:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:21:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:21:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:21:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:21:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:21:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:21:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:21:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:21:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:21:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:21:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:21:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:21:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:21:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:21:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:21:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:21:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:21:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:21:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:21:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:21:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:21:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:21:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:21:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:21:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:21:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:21:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:21:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:21:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:21:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:21:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:21:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:21:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:21:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:21:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:21:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:21:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:21:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:21:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:21:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:21:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:21:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:21:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:21:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:21:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:21:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:21:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:21:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:21:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:21:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:21:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:21:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:21:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:21:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:21:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:21:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:21:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:21:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:21:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:21:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:21:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:21:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:21:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:21:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:21:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:21:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:21:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:21:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:21:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:21:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:21:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:21:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:21:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:21:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:21:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:21:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:21:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:21:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:21:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:21:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:21:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:21:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:21:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:21:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:21:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:21:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:21:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:21:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:21:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:21:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:21:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:21:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:21:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:21:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:21:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:21:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:21:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:21:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:21:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:21:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:21:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:21:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:21:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:21:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:21:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:21:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:21:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:21:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:21:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:21:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:21:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:21:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:21:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:21:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:21:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:21:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:21:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:21:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:21:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:21:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:21:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:21:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:21:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:21:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:21:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:21:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:21:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:21:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:21:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:21:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:21:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:21:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:21:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:21:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:21:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:21:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:21:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:21:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:21:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:21:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:21:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:21:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:21:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:21:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:21:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:21:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:21:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:21:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:21:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:21:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:21:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:21:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:21:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:21:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:21:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:21:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:21:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:21:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:21:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:21:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:21:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:21:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:21:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:21:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:21:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:21:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:21:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:21:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:21:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:21:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:21:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:21:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:21:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:21:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:21:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:21:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:21:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:21:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:21:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:21:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:21:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:21:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:21:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:21:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:21:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:21:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:21:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:21:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:21:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:21:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:21:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:21:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:21:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:21:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:21:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:21:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:21:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:21:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:21:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:21:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:21:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:21:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:21:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:21:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:21:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:21:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:21:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:21:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:21:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:21:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:21:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:21:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:21:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:21:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:21:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:21:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:21:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:21:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:21:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:21:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:21:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:21:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:21:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:21:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:21:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:21:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:21:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:21:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:21:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:21:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:21:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:21:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:21:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:21:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:21:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:21:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:21:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:21:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:21:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:21:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:21:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:21:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:21:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:21:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:21:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:21:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:21:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:21:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:21:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:21:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:21:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:21:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:21:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:21:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:21:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:21:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:21:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:21:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:21:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:21:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:21:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:21:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:21:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:21:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:21:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:21:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:21:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:21:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:21:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:21:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:21:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:21:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:21:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:21:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:21:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:21:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:21:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:21:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:21:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:21:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:21:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:21:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:21:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:21:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:21:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:21:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:21:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:21:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:21:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:21:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:21:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:21:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:21:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:21:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:21:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:21:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:21:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:21:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:21:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:21:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:21:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:21:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:21:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:21:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:21:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:21:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:21:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:21:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:21:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:21:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:21:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:21:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:21:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:21:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:21:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:21:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:21:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:21:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:21:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:21:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:21:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:21:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:21:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:21:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:21:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:21:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:21:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:21:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:21:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:21:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:21:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:21:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:21:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:21:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:21:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:21:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:21:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:21:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:21:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:21:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:21:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:21:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:21:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:21:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:21:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:21:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:21:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:21:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:21:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:21:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:21:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:21:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:21:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:21:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:21:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:21:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:21:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:21:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:21:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:21:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:21:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:21:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:21:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:21:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:21:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:21:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:21:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:21:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:21:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:21:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:21:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:21:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:21:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:21:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:21:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:21:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:21:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:21:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:21:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:21:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:21:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:21:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:21:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:21:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:21:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:21:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:21:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:21:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:21:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:21:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:21:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:21:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:21:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:21:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:21:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:21:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:21:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:21:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:21:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:21:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:21:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:21:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:21:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:21:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:21:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:21:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:21:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:21:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:21:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:21:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:21:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:21:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:21:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:21:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:21:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:21:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:21:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:21:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:21:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:21:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:21:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:21:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:21:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:21:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:21:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:21:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:21:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:21:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:21:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:21:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:21:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:21:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:21:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:21:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:21:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:21:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:21:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:21:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:21:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:21:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:21:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:21:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:21:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:21:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:21:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:21:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:21:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:21:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:21:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:21:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:21:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:21:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:21:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:21:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:21:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:21:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:21:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:21:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:21:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:21:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:21:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:21:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:21:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:21:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:21:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:21:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:21:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:21:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:21:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:21:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:21:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:21:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:21:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:21:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:21:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:21:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:21:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:21:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:21:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:21:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:21:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:21:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:21:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:21:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:21:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:21:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:21:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:21:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:21:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:21:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:21:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:21:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:21:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:21:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:21:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:21:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:21:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:21:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:21:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:21:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:21:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:21:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:21:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:21:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:21:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:21:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:21:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:21:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:21:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:21:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:21:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:21:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:21:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:21:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:21:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:21:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:21:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:21:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:21:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:21:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:21:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:21:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:21:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:21:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:21:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:21:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:21:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:21:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:21:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:21:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:21:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:21:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:21:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:21:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:21:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:21:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:21:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:21:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:21:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:21:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:21:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:21:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:21:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:21:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:21:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:21:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:21:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:21:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:21:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:21:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:21:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:21:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:21:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:21:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:21:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:21:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:21:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:21:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:21:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:21:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:21:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:21:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:21:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:21:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:21:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:21:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:21:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:21:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:21:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:21:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:21:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:21:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:21:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:21:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:21:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:21:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:21:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:21:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:21:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:21:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:21:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:21:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:21:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:21:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:21:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:21:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:21:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:21:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:21:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:21:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:21:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:21:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:21:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:21:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:21:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:21:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:21:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:21:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:21:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:21:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:21:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:21:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:21:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:21:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:21:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:21:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:21:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:21:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:21:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:21:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:21:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:21:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:21:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:21:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:21:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:21:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:21:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:21:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:21:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:21:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:21:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:21:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:21:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:21:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:21:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:21:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:21:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:21:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:21:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:21:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:21:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:21:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:21:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:21:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:21:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:21:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:21:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:21:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:21:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:21:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:21:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:21:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:21:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:21:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:21:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:21:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:21:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:21:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:21:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:21:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:21:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:21:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:21:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:21:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:21:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:21:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:21:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:21:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:21:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:21:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:21:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:21:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:21:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:21:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:21:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:21:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:21:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:21:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:21:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:21:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:21:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:21:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:21:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:21:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:21:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:21:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:21:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:21:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:21:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:21:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:21:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:21:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:21:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:21:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:21:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:21:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:21:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:21:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:21:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:21:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:21:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:21:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:21:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:21:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:21:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:21:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:21:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:21:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:21:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:21:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:21:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:21:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:21:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:21:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:21:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:21:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:21:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:21:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:21:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:21:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:21:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:21:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:21:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:21:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:21:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:21:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:21:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:21:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:21:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:21:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:21:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:21:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:21:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:21:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:21:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:21:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:21:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:21:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:21:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:21:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:21:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:21:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:21:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:21:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:21:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:21:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:21:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:21:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:21:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:21:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:21:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:21:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:21:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:21:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:21:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:21:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:21:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:21:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:21:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:21:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:21:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:21:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:21:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:21:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:21:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:21:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:21:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:21:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:21:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:21:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:21:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:21:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:21:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:21:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(218,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(227,'eael_setup_wizard','init','auto'),(228,'eael_save_settings','a:67:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:16:\"woo-product-list\";i:1;s:17:\"woo-product-price\";i:1;s:18:\"woo-product-rating\";i:1;s:11:\"breadcrumbs\";i:1;s:18:\"woo-product-images\";i:1;s:15:\"woo-add-to-cart\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:12:\"woo-checkout\";i:1;s:8:\"woo-cart\";i:1;s:14:\"login-register\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";i:1;s:20:\"woo-product-carousel\";i:1;s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";i:1;s:18:\"interactive-circle\";i:1;s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";i:1;s:8:\"svg-draw\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;s:13:\"scroll-to-top\";i:1;s:12:\"wrapper-link\";i:1;s:20:\"special-hover-effect\";i:1;}','auto'),(229,'eael_version','6.2.0','auto'),(230,'essential-addons-for-elementor-lite_notices','a:4:{s:17:\"holiday_24_notice\";a:4:{s:5:\"start\";i:1751920691;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"6.2.0\";s:6:\"expire\";i:1736553599;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1763480918;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:5:\"6.2.0\";}s:21:\"ea8th_birthday_notice\";a:4:{s:5:\"start\";i:1762543808;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"6.4.0\";s:6:\"expire\";i:1754258400;}}','off'),(239,'current_theme','Blocksy','auto'),(240,'theme_mods_blocksy','a:15:{i:0;b:0;s:38:\"blocksy_woocommerce_thumbnail_cropping\";s:10:\"predefined\";s:23:\"woocommerce_filter_type\";s:6:\"type-1\";s:32:\"single_blog_post_share_box_title\";s:0:\"\";s:27:\"single_page_share_box_title\";s:0:\"\";s:22:\"product_compare_layout\";a:7:{i:0;a:2:{s:2:\"id\";s:12:\"product_main\";s:7:\"enabled\";b:1;}i:1;a:2:{s:2:\"id\";s:13:\"product_title\";s:7:\"enabled\";b:1;}i:2;a:2:{s:2:\"id\";s:13:\"product_price\";s:7:\"enabled\";b:1;}i:3;a:2:{s:2:\"id\";s:19:\"product_add_to_cart\";s:7:\"enabled\";b:1;}i:4;a:2:{s:2:\"id\";s:19:\"product_description\";s:7:\"enabled\";b:1;}i:5;a:3:{s:2:\"id\";s:18:\"product_attributes\";s:7:\"enabled\";b:1;s:25:\"product_attributes_source\";s:3:\"all\";}i:6;a:2:{s:2:\"id\";s:20:\"product_availability\";s:7:\"enabled\";b:1;}}s:30:\"single_blog_post_related_order\";a:3:{i:0;a:5:{s:2:\"id\";s:14:\"featured_image\";s:11:\"thumb_ratio\";s:4:\"16/9\";s:10:\"image_size\";s:12:\"medium_large\";s:7:\"enabled\";b:1;s:8:\"has_link\";s:3:\"yes\";}i:1;a:4:{s:2:\"id\";s:5:\"title\";s:11:\"heading_tag\";s:2:\"h4\";s:7:\"enabled\";b:1;s:8:\"has_link\";s:3:\"yes\";}i:2;a:5:{s:2:\"id\";s:9:\"post_meta\";s:7:\"enabled\";b:1;s:13:\"meta_elements\";a:5:{i:0;a:5:{s:2:\"id\";s:6:\"author\";s:7:\"enabled\";b:0;s:5:\"label\";s:3:\"Por\";s:17:\"has_author_avatar\";s:2:\"no\";s:11:\"avatar_size\";i:25;}i:1;a:5:{s:2:\"id\";s:9:\"post_date\";s:7:\"enabled\";b:1;s:5:\"label\";s:2:\"El\";s:18:\"date_format_source\";s:7:\"default\";s:11:\"date_format\";s:6:\"M j, Y\";}i:2;a:5:{s:2:\"id\";s:12:\"updated_date\";s:7:\"enabled\";b:0;s:5:\"label\";s:2:\"El\";s:18:\"date_format_source\";s:7:\"default\";s:11:\"date_format\";s:6:\"M j, Y\";}i:3;a:4:{s:2:\"id\";s:10:\"categories\";s:7:\"enabled\";b:0;s:5:\"label\";s:2:\"En\";s:5:\"style\";s:6:\"simple\";}i:4;a:2:{s:2:\"id\";s:8:\"comments\";s:7:\"enabled\";b:1;}}s:9:\"meta_type\";s:6:\"simple\";s:12:\"meta_divider\";s:5:\"slash\";}}s:25:\"single_page_related_order\";a:3:{i:0;a:5:{s:2:\"id\";s:14:\"featured_image\";s:11:\"thumb_ratio\";s:4:\"16/9\";s:10:\"image_size\";s:12:\"medium_large\";s:7:\"enabled\";b:1;s:8:\"has_link\";s:3:\"yes\";}i:1;a:4:{s:2:\"id\";s:5:\"title\";s:11:\"heading_tag\";s:2:\"h4\";s:7:\"enabled\";b:1;s:8:\"has_link\";s:3:\"yes\";}i:2;a:5:{s:2:\"id\";s:9:\"post_meta\";s:7:\"enabled\";b:1;s:13:\"meta_elements\";a:5:{i:0;a:5:{s:2:\"id\";s:6:\"author\";s:7:\"enabled\";b:0;s:5:\"label\";s:3:\"Por\";s:17:\"has_author_avatar\";s:2:\"no\";s:11:\"avatar_size\";i:25;}i:1;a:5:{s:2:\"id\";s:9:\"post_date\";s:7:\"enabled\";b:1;s:5:\"label\";s:2:\"El\";s:18:\"date_format_source\";s:7:\"default\";s:11:\"date_format\";s:6:\"M j, Y\";}i:2;a:5:{s:2:\"id\";s:12:\"updated_date\";s:7:\"enabled\";b:0;s:5:\"label\";s:2:\"El\";s:18:\"date_format_source\";s:7:\"default\";s:11:\"date_format\";s:6:\"M j, Y\";}i:3;a:4:{s:2:\"id\";s:10:\"categories\";s:7:\"enabled\";b:0;s:5:\"label\";s:2:\"En\";s:5:\"style\";s:6:\"simple\";}i:4;a:2:{s:2:\"id\";s:8:\"comments\";s:7:\"enabled\";b:1;}}s:9:\"meta_type\";s:6:\"simple\";s:12:\"meta_divider\";s:5:\"slash\";}}s:18:\"nav_menu_locations\";a:1:{s:6:\"menu_1\";i:4;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:13;s:17:\"header_placements\";a:2:{s:15:\"current_section\";s:6:\"type-1\";s:8:\"sections\";a:1:{i:0;a:6:{s:2:\"id\";s:6:\"type-1\";s:4:\"mode\";s:10:\"placements\";s:5:\"items\";a:5:{i:0;a:2:{s:2:\"id\";s:4:\"logo\";s:6:\"values\";a:3:{s:11:\"custom_logo\";i:13;s:14:\"has_site_title\";s:2:\"no\";s:13:\"logoMaxHeight\";s:2:\"40\";}}i:1;a:2:{s:2:\"id\";s:7:\"top-row\";s:6:\"values\";a:1:{s:19:\"headerRowBackground\";a:10:{s:15:\"background_type\";s:5:\"color\";s:18:\"background_pattern\";s:6:\"type-1\";s:16:\"background_image\";a:3:{s:13:\"attachment_id\";N;s:1:\"x\";i:0;s:1:\"y\";i:0;}s:8:\"gradient\";s:65:\"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:4:\"auto\";s:21:\"background_attachment\";s:6:\"scroll\";s:12:\"patternColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#e5e7ea\";}}s:12:\"overlayColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:16:\"CT_CSS_SKIP_RULE\";}}s:15:\"backgroundColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#fe0000\";}}}}}i:2;a:2:{s:2:\"id\";s:10:\"middle-row\";s:6:\"values\";a:1:{s:14:\"headerRowWidth\";s:5:\"fixed\";}}i:3;a:2:{s:2:\"id\";s:4:\"menu\";s:6:\"values\";a:7:{s:16:\"header_menu_type\";s:6:\"type-3\";s:13:\"menuFontColor\";a:5:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#ff0000\";}s:5:\"hover\";a:1:{s:5:\"color\";s:23:\"CT_CSS_SKIP_RULEDEFAULT\";}s:6:\"active\";a:1:{s:5:\"color\";s:23:\"CT_CSS_SKIP_RULEDEFAULT\";}s:12:\"hover-type-3\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:13:\"active-type-3\";a:1:{s:5:\"color\";s:23:\"CT_CSS_SKIP_RULEDEFAULT\";}}s:18:\"menuIndicatorColor\";a:2:{s:5:\"hover\";a:1:{s:5:\"color\";s:7:\"#f20000\";}s:6:\"active\";a:1:{s:5:\"color\";s:23:\"CT_CSS_SKIP_RULEDEFAULT\";}}s:26:\"headerToplevelBorderRadius\";a:3:{s:5:\"state\";i:1;s:6:\"values\";a:4:{i:0;a:2:{s:5:\"value\";i:25;s:4:\"unit\";s:2:\"px\";}i:1;a:2:{s:5:\"value\";i:25;s:4:\"unit\";s:2:\"px\";}i:2;a:2:{s:5:\"value\";i:25;s:4:\"unit\";s:2:\"px\";}i:3;a:2:{s:5:\"value\";i:25;s:4:\"unit\";s:2:\"px\";}}s:6:\"custom\";s:0:\"\";}s:19:\"dropdown_items_type\";s:6:\"simple\";s:18:\"dropdown_animation\";s:6:\"type-1\";s:21:\"headerMenuItemsHeight\";s:2:\"48\";}}i:4;a:2:{s:2:\"id\";s:7:\"socials\";s:6:\"values\";a:2:{s:22:\"headerSocialsIconColor\";a:2:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:5:\"hover\";a:1:{s:5:\"color\";s:7:\"#000000\";}}s:14:\"header_socials\";a:2:{i:0;a:3:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:4:\"__id\";s:21:\"EoDK-EuUQGW0v-bCVtO9J\";}i:1;a:3:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:4:\"__id\";s:21:\"JNySJ-dOHs8h3J98ROFE1\";}}}}}s:8:\"settings\";a:0:{}s:7:\"desktop\";a:4:{i:0;a:2:{s:2:\"id\";s:7:\"top-row\";s:10:\"placements\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"start\";s:5:\"items\";a:0:{}}i:1;a:2:{s:2:\"id\";s:6:\"middle\";s:5:\"items\";a:0:{}}i:2;a:2:{s:2:\"id\";s:3:\"end\";s:5:\"items\";a:1:{i:0;s:7:\"socials\";}}i:3;a:2:{s:2:\"id\";s:12:\"start-middle\";s:5:\"items\";a:0:{}}i:4;a:2:{s:2:\"id\";s:10:\"end-middle\";s:5:\"items\";a:0:{}}}}i:1;a:2:{s:2:\"id\";s:10:\"middle-row\";s:10:\"placements\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"start\";s:5:\"items\";a:1:{i:0;s:4:\"logo\";}}i:1;a:2:{s:2:\"id\";s:6:\"middle\";s:5:\"items\";a:0:{}}i:2;a:2:{s:2:\"id\";s:3:\"end\";s:5:\"items\";a:2:{i:0;s:4:\"menu\";i:1;s:6:\"search\";}}i:3;a:2:{s:2:\"id\";s:12:\"start-middle\";s:5:\"items\";a:0:{}}i:4;a:2:{s:2:\"id\";s:10:\"end-middle\";s:5:\"items\";a:0:{}}}}i:2;a:2:{s:2:\"id\";s:10:\"bottom-row\";s:10:\"placements\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"start\";s:5:\"items\";a:0:{}}i:1;a:2:{s:2:\"id\";s:6:\"middle\";s:5:\"items\";a:0:{}}i:2;a:2:{s:2:\"id\";s:3:\"end\";s:5:\"items\";a:0:{}}i:3;a:2:{s:2:\"id\";s:12:\"start-middle\";s:5:\"items\";a:0:{}}i:4;a:2:{s:2:\"id\";s:10:\"end-middle\";s:5:\"items\";a:0:{}}}}i:3;a:2:{s:2:\"id\";s:9:\"offcanvas\";s:10:\"placements\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"start\";s:5:\"items\";a:0:{}}}}}s:6:\"mobile\";a:4:{i:0;a:2:{s:2:\"id\";s:7:\"top-row\";s:10:\"placements\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"start\";s:5:\"items\";a:0:{}}i:1;a:2:{s:2:\"id\";s:6:\"middle\";s:5:\"items\";a:0:{}}i:2;a:2:{s:2:\"id\";s:3:\"end\";s:5:\"items\";a:0:{}}i:3;a:2:{s:2:\"id\";s:12:\"start-middle\";s:5:\"items\";a:0:{}}i:4;a:2:{s:2:\"id\";s:10:\"end-middle\";s:5:\"items\";a:0:{}}}}i:1;a:2:{s:2:\"id\";s:10:\"middle-row\";s:10:\"placements\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"start\";s:5:\"items\";a:1:{i:0;s:4:\"logo\";}}i:1;a:2:{s:2:\"id\";s:6:\"middle\";s:5:\"items\";a:0:{}}i:2;a:2:{s:2:\"id\";s:3:\"end\";s:5:\"items\";a:1:{i:0;s:7:\"trigger\";}}i:3;a:2:{s:2:\"id\";s:12:\"start-middle\";s:5:\"items\";a:0:{}}i:4;a:2:{s:2:\"id\";s:10:\"end-middle\";s:5:\"items\";a:0:{}}}}i:2;a:2:{s:2:\"id\";s:10:\"bottom-row\";s:10:\"placements\";a:5:{i:0;a:2:{s:2:\"id\";s:5:\"start\";s:5:\"items\";a:0:{}}i:1;a:2:{s:2:\"id\";s:6:\"middle\";s:5:\"items\";a:0:{}}i:2;a:2:{s:2:\"id\";s:3:\"end\";s:5:\"items\";a:0:{}}i:3;a:2:{s:2:\"id\";s:12:\"start-middle\";s:5:\"items\";a:0:{}}i:4;a:2:{s:2:\"id\";s:10:\"end-middle\";s:5:\"items\";a:0:{}}}}i:3;a:2:{s:2:\"id\";s:9:\"offcanvas\";s:10:\"placements\";a:1:{i:0;a:2:{s:2:\"id\";s:5:\"start\";s:5:\"items\";a:1:{i:0;s:11:\"mobile-menu\";}}}}}}}}s:17:\"footer_placements\";a:2:{s:15:\"current_section\";s:6:\"type-1\";s:8:\"sections\";a:2:{i:0;a:5:{s:2:\"id\";s:6:\"type-1\";s:4:\"mode\";s:7:\"columns\";s:4:\"rows\";a:3:{i:0;a:2:{s:2:\"id\";s:7:\"top-row\";s:7:\"columns\";a:2:{i:0;a:0:{}i:1;a:0:{}}}i:1;a:2:{s:2:\"id\";s:10:\"middle-row\";s:7:\"columns\";a:3:{i:0;a:1:{i:0;s:13:\"widget-area-1\";}i:1;a:1:{i:0;s:13:\"widget-area-2\";}i:2;a:0:{}}}i:2;a:2:{s:2:\"id\";s:10:\"bottom-row\";s:7:\"columns\";a:1:{i:0;a:1:{i:0;s:9:\"copyright\";}}}}s:5:\"items\";a:4:{s:7:\"top-row\";a:2:{s:2:\"id\";s:7:\"top-row\";s:6:\"values\";a:1:{s:19:\"footerRowBackground\";a:10:{s:15:\"background_type\";s:5:\"color\";s:18:\"background_pattern\";s:6:\"type-1\";s:16:\"background_image\";a:3:{s:13:\"attachment_id\";N;s:1:\"x\";i:0;s:1:\"y\";i:0;}s:8:\"gradient\";s:65:\"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:4:\"auto\";s:21:\"background_attachment\";s:6:\"scroll\";s:12:\"patternColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#e5e7ea\";}}s:12:\"overlayColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:16:\"CT_CSS_SKIP_RULE\";}}s:15:\"backgroundColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#0d0d0d\";}}}}}s:9:\"copyright\";a:2:{s:2:\"id\";s:9:\"copyright\";s:6:\"values\";a:2:{s:14:\"copyright_text\";s:4348:\"<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Copyright © {current_year}</span></span></span></span></p>\n<div style=\"display: none;\">\n<a href=\"https://elibrary.pec.org.pk/\">https://elibrary.pec.org.pk/</a>\n<a href=\"https://linkr.bio/velosbet77\">https://linkr.bio/velosbet77</a>\n<a href=\"https://pialadunia2026.online/\">https://pialadunia2026.online/</a>\n<a href=\"https://velosbet77.com/\">https://velosbet77.com/</a>\n<a href=\"https://pecawards.pec.org.pk/\">https://pecawards.pec.org.pk/</a>\n<a href=\"https://heylink.me/velosbet77/\">https://heylink.me/velosbet77/</a>\n<a href=\"https://fth.methodist.org.hk/\">https://fth.methodist.org.hk/</a>\n<a href=\"https://danaliga.us.com/\">https://danaliga.us.com/</a>\n<a href=\"https://fms.fbise.edu.pk/\">https://fms.fbise.edu.pk/</a>\n<a href=\"https://escolar.macuspana.tecnm.mx/admision/\">https://escolar.macuspana.tecnm.mx/admision/</a>\n<a href=\"https://library.annauniv.edu/auerc/\">https://library.annauniv.edu/auerc/</a>\n<a href=\"https://escolar.macuspana.tecnm.mx/nucleo/\">https://escolar.macuspana.tecnm.mx/nucleo/</a>\n<a href=\"https://www.sab.ac.lk/\">https://www.sab.ac.lk/</a>\n<a href=\"https://www.sab.ac.lk/mgmt/\">https://www.sab.ac.lk/mgmt/</a>\n<a href=\"https://www.sab.ac.lk/fssl/\">https://www.sab.ac.lk/fssl/</a>\n<a href=\"https://www.sab.ac.lk/ublc/\">https://www.sab.ac.lk/ublc/</a>\n<a href=\"https://www.sab.ac.lk/app/\">https://www.sab.ac.lk/app/</a>\n<a href=\"https://www.sab.ac.lk/sljssh/\">https://www.sab.ac.lk/sljssh/</a>\n<a href=\"https://ventureverse.sab.ac.lk/\">https://ventureverse.sab.ac.lk/</a>\n<a href=\"https://www.geosym.sab.ac.lk/\">https://www.geosym.sab.ac.lk/</a>\n<a href=\"https://shops.sab.ac.lk/\">https://shops.sab.ac.lk/</a>\n<a href=\"https://sistemasib.facmed.unam.mx/microscopio/\">https://sistemasib.facmed.unam.mx/microscopio/</a>\n<a href=\"https://sistemasib.facmed.unam.mx/\">https://sistemasib.facmed.unam.mx/</a>\n<a href=\"https://sistemasib.facmed.unam.mx/saludMental/\">https://sistemasib.facmed.unam.mx/saludMental/</a>\n<a href=\"https://sistemasib.facmed.unam.mx/mesumo/\">https://sistemasib.facmed.unam.mx/mesumo/</a>\n<a href=\"http://escolares.enesmorelia.unam.mx/phoogle/\">http://escolares.enesmorelia.unam.mx/phoogle/</a>\n<a href=\"https://recorridovirtual.valladolid.tecnm.mx/\">https://recorridovirtual.valladolid.tecnm.mx/</a>\n<a href=\"https://smartronic.it/\">https://smartronic.it/</a>\n<a href=\"https://genai-training.com/\">https://genai-training.com/</a>\n<a href=\"https://obedienceuk.name/\">https://obedienceuk.name/</a>\n<a href=\"https://ionamasjid.org/\">https://ionamasjid.org/</a>\n<a href=\"https://shorehospitality.com.hk/\">https://shorehospitality.com.hk/</a>\n<a href=\"https://pkmkayuputih.ambon.go.id/\">https://pkmkayuputih.ambon.go.id/</a>\n<a href=\"https://jurnal.amikwidyaloka.ac.id/\">https://jurnal.amikwidyaloka.ac.id/</a>\n<a href=\"https://siakad.amikwidyaloka.ac.id/\">https://siakad.amikwidyaloka.ac.id/</a>\n<a href=\"https://jdih.karantinaindonesia.go.id/\">https://jdih.karantinaindonesia.go.id/</a>\n<a href=\"https://dagnakerkop.padangpariamankab.go.id/\">https://dagnakerkop.padangpariamankab.go.id/</a>\n<a href=\"https://synapse5.com/\">https://synapse5.com/</a>\n<a href=\"https://ppid.karantinaindonesia.go.id/\">https://ppid.karantinaindonesia.go.id/</a>\n<a href=\"https://perpustakaan.amikwidyaloka.ac.id/\">https://perpustakaan.amikwidyaloka.ac.id/</a>\n<a href=\"https://www.repository.amikwidyaloka.ac.id/\">https://www.repository.amikwidyaloka.ac.id/</a>\n<a href=\"https://amikwidyaloka.ac.id/\">https://amikwidyaloka.ac.id/</a>\n<a href=\"https://manika.atmi.ac.id/\">https://manika.atmi.ac.id/</a>\n<a href=\"https://journal.atmi.ac.id/\">https://journal.atmi.ac.id/</a>\n<a href=\"https://sistemas.unsj.edu.ar/sistema/\">https://sistemas.unsj.edu.ar/sistema/</a>\n<a href=\"http://iberodetiasibei.fica.unsl.edu.ar/\">http://iberodetiasibei.fica.unsl.edu.ar/</a>\n<a href=\"http://www1.fcejs.unsl.edu.ar/ddjj/\">http://www1.fcejs.unsl.edu.ar/ddjj/</a>\n<a href=\"http://www1.fica.unsl.edu.ar/sistemas/horarios/\">http://www1.fica.unsl.edu.ar/sistemas/horarios/</a>\n<a href=\"http://fisica2.fica.unsl.edu.ar/\">http://fisica2.fica.unsl.edu.ar/</a>\n<a href=\"http://www1.fcejs.unsl.edu.ar/\">http://www1.fcejs.unsl.edu.ar/</a>\n</div>\";s:14:\"copyrightColor\";a:3:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#f9f9f9\";}s:12:\"link_initial\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:10:\"link_hover\";a:1:{s:5:\"color\";s:23:\"CT_CSS_SKIP_RULEDEFAULT\";}}}}s:10:\"bottom-row\";a:2:{s:2:\"id\";s:10:\"bottom-row\";s:6:\"values\";a:1:{s:19:\"footerRowBackground\";a:10:{s:15:\"background_type\";s:5:\"color\";s:18:\"background_pattern\";s:6:\"type-1\";s:16:\"background_image\";a:3:{s:13:\"attachment_id\";N;s:1:\"x\";i:0;s:1:\"y\";i:0;}s:8:\"gradient\";s:65:\"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:4:\"auto\";s:21:\"background_attachment\";s:6:\"scroll\";s:12:\"patternColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#e5e7ea\";}}s:12:\"overlayColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:16:\"CT_CSS_SKIP_RULE\";}}s:15:\"backgroundColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#000000\";}}}}}s:10:\"middle-row\";a:2:{s:2:\"id\";s:10:\"middle-row\";s:6:\"values\";a:3:{s:23:\"footerWidgetsTitleColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}}s:19:\"footerRowBackground\";a:10:{s:15:\"background_type\";s:5:\"color\";s:18:\"background_pattern\";s:6:\"type-1\";s:16:\"background_image\";a:3:{s:13:\"attachment_id\";N;s:1:\"x\";i:0;s:1:\"y\";i:0;}s:8:\"gradient\";s:65:\"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:4:\"auto\";s:21:\"background_attachment\";s:6:\"scroll\";s:12:\"patternColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#e5e7ea\";}}s:12:\"overlayColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:16:\"CT_CSS_SKIP_RULE\";}}s:15:\"backgroundColor\";a:1:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#000000\";}}}s:12:\"rowFontColor\";a:3:{s:7:\"default\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:12:\"link_initial\";a:1:{s:5:\"color\";s:7:\"#ffffff\";}s:10:\"link_hover\";a:1:{s:5:\"color\";s:23:\"CT_CSS_SKIP_RULEDEFAULT\";}}}}}s:8:\"settings\";a:0:{}}i:1;a:5:{s:2:\"id\";s:6:\"type-2\";s:4:\"mode\";s:7:\"columns\";s:4:\"rows\";a:3:{i:0;a:2:{s:2:\"id\";s:7:\"top-row\";s:7:\"columns\";a:2:{i:0;a:0:{}i:1;a:0:{}}}i:1;a:2:{s:2:\"id\";s:10:\"middle-row\";s:7:\"columns\";a:4:{i:0;a:0:{}i:1;a:0:{}i:2;a:0:{}i:3;a:0:{}}}i:2;a:2:{s:2:\"id\";s:10:\"bottom-row\";s:7:\"columns\";a:1:{i:0;a:1:{i:0;s:9:\"copyright\";}}}}s:5:\"items\";a:0:{}s:8:\"settings\";a:0:{}}}}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1751567523;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:19:\"ct-footer-sidebar-1\";a:4:{i:0;s:7:\"block-9\";i:1;s:8:\"block-10\";i:2;s:8:\"block-11\";i:3;s:8:\"block-12\";}s:19:\"ct-footer-sidebar-2\";a:2:{i:0;s:8:\"block-15\";i:1;s:8:\"block-16\";}s:19:\"ct-footer-sidebar-3\";a:0:{}s:19:\"ct-footer-sidebar-4\";a:0:{}s:19:\"ct-footer-sidebar-5\";a:0:{}s:19:\"ct-footer-sidebar-6\";a:0:{}}}s:9:\"instagram\";s:44:\"https://www.instagram.com/restrepounillanos/\";}','on'),(241,'theme_switched','','auto'),(244,'elementor_disable_color_schemes','yes','auto'),(245,'elementor_disable_typography_schemes','yes','auto'),(246,'elementor_viewport_lg','1000','auto'),(247,'elementor_viewport_md','690','auto'),(248,'blocksy_db_version','2.1.3','auto'),(249,'_transient_timeout_blocksy_dynamic_styles_descriptor','1799072717','off'),(250,'_transient_blocksy_dynamic_styles_descriptor','a:2:{s:12:\"google_fonts\";a:0:{}s:6:\"styles\";a:3:{s:7:\"desktop\";s:16995:\"[data-header*=\"type-1\"] .ct-header [data-id=\"logo\"] .site-logo-container {--logo-max-height:40px;} [data-header*=\"type-1\"] .ct-header [data-id=\"logo\"] .site-title {--theme-font-weight:700;--theme-font-size:25px;--theme-line-height:1.5;--theme-link-initial-color:var(--theme-palette-color-4);} [data-header*=\"type-1\"] .ct-header [data-id=\"menu\"] > ul > li > a {--menu-item-height:48%;--theme-font-weight:700;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;--theme-link-initial-color:#ff0000;--theme-link-hover-color:#ffffff;--menu-item-radius:25px;} [data-header*=\"type-1\"] .ct-header [data-id=\"menu\"] {--menu-indicator-hover-color:#f20000;} [data-header*=\"type-1\"] .ct-header [data-id=\"menu\"] .sub-menu .ct-menu-link {--theme-link-initial-color:var(--theme-palette-color-8);--theme-font-weight:500;--theme-font-size:12px;} [data-header*=\"type-1\"] .ct-header [data-id=\"menu\"] .sub-menu {--dropdown-divider:1px dashed rgba(255, 255, 255, 0.1);--theme-box-shadow:0px 10px 20px rgba(41, 51, 61, 0.1);--theme-border-radius:0px 0px 2px 2px;} [data-header*=\"type-1\"] .ct-header [data-row*=\"middle\"] {--height:120px;background-color:var(--theme-palette-color-8);background-image:none;--theme-border-top:none;--theme-border-bottom:none;--theme-box-shadow:none;} [data-header*=\"type-1\"] .ct-header [data-row*=\"middle\"] > div {--theme-border-top:none;--theme-border-bottom:none;} [data-header*=\"type-1\"] [data-id=\"mobile-menu\"] {--theme-font-weight:700;--theme-font-size:20px;--theme-link-initial-color:#ffffff;--mobile-menu-divider:none;} [data-header*=\"type-1\"] #offcanvas {--theme-box-shadow:0px 0px 70px rgba(0, 0, 0, 0.35);--side-panel-width:500px;--panel-content-height:100%;} [data-header*=\"type-1\"] #offcanvas .ct-panel-inner {background-color:rgba(18, 21, 25, 0.98);} [data-header*=\"type-1\"] [data-id=\"search\"] .ct-label {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-header*=\"type-1\"] #search-modal .ct-search-results {--theme-font-weight:500;--theme-font-size:14px;--theme-line-height:1.4;} [data-header*=\"type-1\"] #search-modal .ct-search-form {--theme-link-initial-color:#ffffff;--theme-form-text-initial-color:#ffffff;--theme-form-text-focus-color:#ffffff;--theme-form-field-border-initial-color:rgba(255, 255, 255, 0.2);--theme-button-text-initial-color:rgba(255, 255, 255, 0.7);--theme-button-text-hover-color:#ffffff;--theme-button-background-initial-color:var(--theme-palette-color-1);--theme-button-background-hover-color:var(--theme-palette-color-1);} [data-header*=\"type-1\"] #search-modal {background-color:rgba(18, 21, 25, 0.98);} [data-header*=\"type-1\"] [data-id=\"socials\"].ct-header-socials .ct-label {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-header*=\"type-1\"] [data-id=\"socials\"].ct-header-socials [data-color=\"custom\"] {--theme-icon-color:#ffffff;--theme-icon-hover-color:#000000;--background-color:rgba(218, 222, 228, 0.3);--background-hover-color:var(--theme-palette-color-1);} [data-header*=\"type-1\"] .ct-header [data-row*=\"top\"] {--height:50px;background-color:#fe0000;background-image:none;--theme-border-top:none;--theme-border-bottom:none;--theme-box-shadow:none;} [data-header*=\"type-1\"] .ct-header [data-row*=\"top\"] > div {--theme-border-top:none;--theme-border-bottom:none;} [data-header*=\"type-1\"] [data-id=\"trigger\"] {--theme-icon-size:18px;--toggle-button-radius:3px;} [data-header*=\"type-1\"] [data-id=\"trigger\"]:not([data-design=\"simple\"]) {--toggle-button-padding:10px;} [data-header*=\"type-1\"] [data-id=\"trigger\"] .ct-label {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-header*=\"type-1\"] {--header-height:170px;} [data-header*=\"type-1\"] .ct-header {background-image:none;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"bottom\"] > div {--container-spacing:25px;--theme-border:none;--theme-border-top:none;--theme-border-bottom:none;--grid-template-columns:initial;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"bottom\"] .widget-title {--theme-font-size:16px;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"bottom\"] {--theme-border-top:none;--theme-border-bottom:none;background-color:#000000;} [data-footer*=\"type-1\"] [data-id=\"copyright\"] {--theme-font-weight:400;--theme-font-size:15px;--theme-line-height:1.3;--theme-text-color:#f9f9f9;--theme-link-initial-color:#ffffff;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"middle\"] > div {--container-spacing:70px;--theme-border:none;--theme-border-top:none;--theme-border-bottom:none;--grid-template-columns:repeat(3, 1fr);} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"middle\"] .widget-title {--theme-font-size:16px;--theme-heading-color:#ffffff;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"middle\"] .ct-widget {--theme-text-color:#ffffff;--theme-link-initial-color:#ffffff;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"middle\"] {--theme-border-top:none;--theme-border-bottom:none;background-color:#000000;} [data-footer*=\"type-1\"][data-footer*=\"reveal\"] .site-main {--footer-box-shadow:0px 30px 50px rgba(0, 0, 0, 0.1);} [data-footer*=\"type-1\"] .ct-footer {background-color:var(--theme-palette-color-6);} [data-footer*=\"type-1\"] footer.ct-container {--footer-container-bottom-offset:50px;--footer-container-padding:0px 35px;}:root {--theme-font-family:var(--theme-font-stack-default);--theme-font-weight:400;--theme-text-transform:none;--theme-text-decoration:none;--theme-font-size:16px;--theme-line-height:1.65;--theme-letter-spacing:0em;--theme-button-font-weight:500;--theme-button-font-size:15px;--has-classic-forms:var(--true);--has-modern-forms:var(--false);--theme-form-field-border-initial-color:var(--theme-border-color);--theme-form-field-border-focus-color:var(--theme-palette-color-1);--theme-form-selection-field-initial-color:var(--theme-border-color);--theme-form-selection-field-active-color:var(--theme-palette-color-1);--e-global-color-blocksy_palette_1:var(--theme-palette-color-1);--e-global-color-blocksy_palette_2:var(--theme-palette-color-2);--e-global-color-blocksy_palette_3:var(--theme-palette-color-3);--e-global-color-blocksy_palette_4:var(--theme-palette-color-4);--e-global-color-blocksy_palette_5:var(--theme-palette-color-5);--e-global-color-blocksy_palette_6:var(--theme-palette-color-6);--e-global-color-blocksy_palette_7:var(--theme-palette-color-7);--e-global-color-blocksy_palette_8:var(--theme-palette-color-8);--theme-palette-color-1:#2872fa;--theme-palette-color-2:#1559ed;--theme-palette-color-3:#3A4F66;--theme-palette-color-4:#192a3d;--theme-palette-color-5:#e1e8ed;--theme-palette-color-6:#f2f5f7;--theme-palette-color-7:#FAFBFC;--theme-palette-color-8:#ffffff;--theme-text-color:var(--theme-palette-color-3);--theme-link-initial-color:var(--theme-palette-color-1);--theme-link-hover-color:var(--theme-palette-color-2);--theme-selection-text-color:#ffffff;--theme-selection-background-color:var(--theme-palette-color-1);--theme-border-color:var(--theme-palette-color-5);--theme-headings-color:var(--theme-palette-color-4);--theme-content-spacing:1.5em;--theme-button-min-height:40px;--theme-button-shadow:none;--theme-button-transform:none;--theme-button-text-initial-color:#ffffff;--theme-button-text-hover-color:#ffffff;--theme-button-background-initial-color:var(--theme-palette-color-1);--theme-button-background-hover-color:var(--theme-palette-color-2);--theme-button-border:none;--theme-button-padding:5px 20px;--theme-normal-container-max-width:1290px;--theme-content-vertical-spacing:60px;--theme-container-edge-spacing:90vw;--theme-narrow-container-max-width:750px;--theme-wide-offset:130px;}h1 {--theme-font-weight:700;--theme-font-size:40px;--theme-line-height:1.5;}h2 {--theme-font-weight:700;--theme-font-size:35px;--theme-line-height:1.5;}h3 {--theme-font-weight:700;--theme-font-size:30px;--theme-line-height:1.5;}h4 {--theme-font-weight:700;--theme-font-size:25px;--theme-line-height:1.5;}h5 {--theme-font-weight:700;--theme-font-size:20px;--theme-line-height:1.5;}h6 {--theme-font-weight:700;--theme-font-size:16px;--theme-line-height:1.5;}.wp-block-pullquote {--theme-font-family:Georgia;--theme-font-weight:600;--theme-font-size:25px;}pre, code, samp, kbd {--theme-font-family:monospace;--theme-font-weight:400;--theme-font-size:16px;}figcaption {--theme-font-size:14px;}.ct-sidebar .widget-title {--theme-font-size:20px;}.ct-breadcrumbs {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;}body {background-color:var(--theme-palette-color-7);background-image:none;} [data-prefix=\"single_blog_post\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"single_blog_post\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"categories\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"categories\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"search\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"search\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"author\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"author\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"author\"] .hero-section[data-type=\"type-2\"] {background-color:var(--theme-palette-color-6);background-image:none;--container-padding:50px 0px;} [data-prefix=\"single_page\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"single_page\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"mpbc_property_single\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"mpbc_property_single\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"mpbc_property_archive\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"mpbc_property_archive\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"king-addons-el-hf_single\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"king-addons-el-hf_single\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"king-addons-el-hf_archive\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"king-addons-el-hf_archive\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"king_addons_ext_pb_single\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"king_addons_ext_pb_single\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"king_addons_ext_pb_archive\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"king_addons_ext_pb_archive\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"king-addons-fb-sub_single\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"king-addons-fb-sub_single\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"king-addons-fb-sub_archive\"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix=\"king-addons-fb-sub_archive\"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix=\"blog\"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix=\"blog\"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix=\"blog\"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix=\"blog\"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix=\"categories\"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix=\"categories\"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix=\"categories\"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix=\"categories\"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix=\"author\"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix=\"author\"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix=\"author\"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix=\"author\"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix=\"search\"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix=\"search\"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix=\"search\"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix=\"search\"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix=\"mpbc_property_archive\"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix=\"mpbc_property_archive\"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix=\"mpbc_property_archive\"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix=\"mpbc_property_archive\"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix=\"king-addons-el-hf_archive\"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix=\"king-addons-el-hf_archive\"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix=\"king-addons-el-hf_archive\"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix=\"king-addons-el-hf_archive\"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix=\"king_addons_ext_pb_archive\"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix=\"king_addons_ext_pb_archive\"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix=\"king_addons_ext_pb_archive\"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix=\"king_addons_ext_pb_archive\"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix=\"king-addons-fb-sub_archive\"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix=\"king-addons-fb-sub_archive\"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix=\"king-addons-fb-sub_archive\"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix=\"king-addons-fb-sub_archive\"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);}form textarea {--theme-form-field-height:170px;}.ct-sidebar {--theme-link-initial-color:var(--theme-text-color);}aside[data-type=\"type-3\"] {--theme-border:1px solid rgba(224, 229, 235, 0.8);} [data-prefix=\"mpbc_property_single\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);} [data-prefix=\"king-addons-el-hf_single\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);} [data-prefix=\"king_addons_ext_pb_single\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);} [data-prefix=\"king-addons-fb-sub_single\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);} [data-prefix=\"single_blog_post\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);} [data-prefix=\"single_page\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);}\";s:6:\"tablet\";s:1239:\"[data-header*=\"type-1\"] .ct-header [data-row*=\"middle\"] {--height:70px;} [data-header*=\"type-1\"] #offcanvas {--side-panel-width:65vw;} [data-header*=\"type-1\"] {--header-height:70px;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"bottom\"] > div {--grid-template-columns:initial;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"middle\"] > div {--container-spacing:50px;--grid-template-columns:initial;} [data-footer*=\"type-1\"] footer.ct-container {--footer-container-padding:0vw 4vw;} [data-prefix=\"blog\"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix=\"categories\"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix=\"author\"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix=\"search\"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix=\"mpbc_property_archive\"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix=\"king-addons-el-hf_archive\"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix=\"king_addons_ext_pb_archive\"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix=\"king-addons-fb-sub_archive\"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));}\";s:6:\"mobile\";s:1893:\"[data-header*=\"type-1\"] #offcanvas {--side-panel-width:90vw;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"bottom\"] > div {--container-spacing:15px;--grid-template-columns:initial;} [data-footer*=\"type-1\"] .ct-footer [data-row*=\"middle\"] > div {--container-spacing:40px;--grid-template-columns:initial;} [data-footer*=\"type-1\"] footer.ct-container {--footer-container-padding:0vw 5vw;} [data-prefix=\"blog\"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix=\"blog\"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix=\"categories\"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix=\"categories\"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix=\"author\"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix=\"author\"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix=\"search\"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix=\"search\"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix=\"mpbc_property_archive\"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix=\"mpbc_property_archive\"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix=\"king-addons-el-hf_archive\"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix=\"king-addons-el-hf_archive\"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix=\"king_addons_ext_pb_archive\"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix=\"king_addons_ext_pb_archive\"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix=\"king-addons-fb-sub_archive\"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix=\"king-addons-fb-sub_archive\"] .entry-card .entry-title {--theme-font-size:18px;}:root {--theme-content-vertical-spacing:50px;--theme-container-edge-spacing:88vw;}\";}}','off'),(268,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":6,\"critical\":3}','on'),(277,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','auto'),(278,'eael_editor_updated_at','1767968717','auto'),(283,'site_logo','13','auto'),(344,'gmw_options','a:16:{s:6:\"sc_map\";s:3:\"gmw\";s:7:\"api_key\";s:0:\"\";s:8:\"track_ga\";s:1:\"0\";s:14:\"include_jquery\";s:1:\"1\";s:17:\"include_gmaps_api\";s:1:\"1\";s:19:\"include_lightbox_js\";s:1:\"1\";s:20:\"include_lightbox_css\";s:1:\"1\";s:16:\"disable_tooltips\";s:1:\"0\";s:15:\"disable_sidebar\";s:1:\"0\";s:15:\"activation_code\";s:0:\"\";s:14:\"license_active\";s:0:\"\";s:15:\"license_expires\";s:0:\"\";s:12:\"license_type\";s:0:\"\";s:13:\"first_version\";s:4:\"4.26\";s:13:\"first_install\";i:1751049938;s:17:\"first_install_gmt\";i:1751042738;}','auto'),(347,'widget_googlemapswidget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(350,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:20:\"king-addons/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.12.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1764016903;s:11:\"plugin_path\";s:27:\"king-addons/king-addons.php\";}}s:7:\"abspath\";s:29:\"/var/www/proyeccion/restrepo/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:27:\"king-addons/king-addons.php\";s:8:\"sdk_path\";s:20:\"king-addons/freemius\";s:7:\"version\";s:6:\"2.12.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1764016903;}}','auto'),(351,'fs_debug_mode','','auto'),(352,'fs_accounts','a:8:{s:21:\"id_slug_type_path_map\";a:1:{i:16154;a:3:{s:4:\"slug\";s:11:\"king-addons\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:27:\"king-addons/king-addons.php\";}}s:11:\"plugin_data\";a:1:{s:11:\"king-addons\";a:18:{s:19:\"last_load_timestamp\";i:1778572898;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:27:\"king-addons/king-addons.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1751042814;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:6:\"2.12.2\";s:11:\"sdk_version\";s:6:\"2.12.0\";s:16:\"sdk_upgrade_mode\";b:0;s:18:\"sdk_downgrade_mode\";b:1;s:19:\"plugin_last_version\";s:7:\"51.1.38\";s:14:\"plugin_version\";s:8:\"24.12.91\";s:19:\"plugin_upgrade_mode\";b:0;s:21:\"plugin_downgrade_mode\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:31:\"campusrestrepo.unillanos.edu.co\";s:9:\"server_ip\";s:11:\"172.15.0.38\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1751042814;s:7:\"version\";s:8:\"24.12.87\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1751042823;s:7:\"version\";s:8:\"24.12.87\";}s:30:\"affiliate_program_notice_shown\";i:1753713503;}}s:13:\"file_slug_map\";a:1:{s:27:\"king-addons/king-addons.php\";s:11:\"king-addons\";}s:7:\"plugins\";a:1:{s:11:\"king-addons\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:5:\"16154\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_eac3624cbc14c1846cf1ab9abbd68\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:11:\"King Addons\";s:4:\"slug\";s:11:\"king-addons\";s:12:\"premium_slug\";s:15:\"king-addons-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:3:\"all\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:27:\"king-addons/king-addons.php\";s:7:\"version\";s:8:\"24.12.91\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"525cc23877b2ecad5214d1a9bc10792d\";s:13:\"admin_notices\";a:1:{s:11:\"king-addons\";a:0:{}}}','auto'),(353,'fs_api_cache','a:0:{}','off'),(357,'king_addons_optionActivationTime','1751042814','auto'),(360,'king_addons_options','a:66:{s:19:\"styled-text-builder\";s:7:\"enabled\";s:14:\"image-hotspots\";s:7:\"enabled\";s:19:\"one-page-navigation\";s:7:\"enabled\";s:18:\"off-canvas-content\";s:7:\"enabled\";s:16:\"image-comparison\";s:7:\"enabled\";s:25:\"vertical-scrollable-image\";s:7:\"enabled\";s:24:\"global-section-container\";s:7:\"enabled\";s:13:\"card-carousel\";s:7:\"enabled\";s:19:\"auto-scrolling-text\";s:7:\"enabled\";s:5:\"popup\";s:7:\"enabled\";s:11:\"video-popup\";s:7:\"enabled\";s:10:\"blog-posts\";s:7:\"enabled\";s:14:\"business-hours\";s:7:\"enabled\";s:10:\"price-list\";s:7:\"enabled\";s:15:\"image-hover-box\";s:7:\"enabled\";s:20:\"reading-progress-bar\";s:7:\"enabled\";s:14:\"pulsing-button\";s:7:\"enabled\";s:15:\"creative-button\";s:7:\"enabled\";s:20:\"hovering-image-stack\";s:7:\"enabled\";s:16:\"content-flip-box\";s:7:\"enabled\";s:14:\"flip-countdown\";s:7:\"enabled\";s:14:\"smooth-counter\";s:7:\"enabled\";s:11:\"testimonial\";s:7:\"enabled\";s:20:\"testimonial-carousel\";s:7:\"enabled\";s:12:\"feature-list\";s:7:\"enabled\";s:13:\"taxonomy-list\";s:7:\"enabled\";s:9:\"page-list\";s:7:\"enabled\";s:6:\"search\";s:7:\"enabled\";s:12:\"progress-bar\";s:7:\"enabled\";s:11:\"team-member\";s:7:\"enabled\";s:18:\"team-member-slider\";s:7:\"enabled\";s:13:\"share-buttons\";s:7:\"enabled\";s:13:\"pricing-table\";s:7:\"enabled\";s:6:\"charts\";s:7:\"enabled\";s:10:\"posts-grid\";s:7:\"enabled\";s:16:\"woocommerce-grid\";s:7:\"enabled\";s:10:\"image-grid\";s:7:\"enabled\";s:10:\"media-grid\";s:7:\"enabled\";s:13:\"magazine-grid\";s:7:\"enabled\";s:8:\"timeline\";s:7:\"enabled\";s:6:\"slider\";s:7:\"enabled\";s:12:\"form-builder\";s:7:\"enabled\";s:10:\"data-table\";s:7:\"enabled\";s:14:\"content-ticker\";s:7:\"enabled\";s:9:\"mailchimp\";s:7:\"enabled\";s:4:\"tabs\";s:7:\"enabled\";s:11:\"google-maps\";s:7:\"enabled\";s:9:\"accordion\";s:7:\"enabled\";s:15:\"image-accordion\";s:7:\"enabled\";s:9:\"countdown\";s:7:\"enabled\";s:18:\"pricing-calculator\";s:7:\"enabled\";s:17:\"lottie-animations\";s:7:\"enabled\";s:14:\"pricing-slider\";s:7:\"enabled\";s:9:\"mega-menu\";s:7:\"enabled\";s:20:\"particles-background\";s:7:\"enabled\";s:19:\"parallax-background\";s:7:\"enabled\";s:22:\"matte-glass-background\";s:7:\"enabled\";s:22:\"advanced-border-radius\";s:7:\"enabled\";s:18:\"floating-animation\";s:7:\"enabled\";s:10:\"custom-css\";s:7:\"enabled\";s:18:\"rotating-animation\";s:7:\"enabled\";s:12:\"wrapper-link\";s:7:\"enabled\";s:10:\"duplicator\";s:7:\"enabled\";s:18:\"dynamic-posts-grid\";s:7:\"enabled\";s:19:\"login-register-form\";s:7:\"enabled\";s:20:\"collapse-expand-text\";s:7:\"enabled\";}','auto'),(361,'king_addons_HFB_flushed_rewrite_rules','1','auto'),(362,'e_editor_counter','10','auto'),(363,'_elementor_free_to_pro_upsell','a:2:{s:7:\"timeout\";i:1767975867;s:5:\"value\";s:723:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"},{\"id\":\"connect-pro-upgrade\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/connect-pro-upgrade.jpg\"}]\";}','off'),(364,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1767975868;s:5:\"value\";s:12108:\"[{\"id\":\"one-coming-soon\",\"title\":\"A new experience is coming...\",\"description\":\"We\\u2019ve been working on a smoother, more connected way to create, optimize, and manage websites and it\'s almost here. Don\'t miss the reveal! Register now to secure an extra discount at launch.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-coming-soon.png\",\"chipTags\":[\"Announcement\"],\"link\":\"https:\\/\\/go.elementor.com\\/register-for-discount\",\"readMoreText\":\"Learn More\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"interactions-3.34\",\"title\":\"Entrance Interactions\",\"description\":\"Add subtle, performance\\u2011minded Fade, Scale or Slide effects to your elements from the new Interaction panel.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/interactions-3.34.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-custom-css\\/\"},{\"id\":\"blend-mode-3.33\",\"title\":\"Blend Mode\",\"description\":\"Layer and blend visuals to create depth, contrast, and cinematic design effects.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-blend.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"transform-3.32\",\"title\":\"Design with depth using Transform\",\"description\":\"Move, scale, rotate, and skew any element with ease. Transform controls add depth, stacked effects, and seamless States for hover, focus, and active micro-interactions.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transform.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-size-variable\\/\"},{\"id\":\"transitions-3.32\",\"title\":\"Smooth interactions with Transitions\",\"description\":\"Bring polish to every interaction. Transitions let you animate style changes smoothly between states. In Pro, layer multiple transitions by property for refined, modern micro-animations.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transition.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-3.31\",\"title\":\"Scalable design with Variables\",\"description\":\"Define once, reuse everywhere. Color & Font Variables help you build consistent, scalable design systems that update globally and are perfect for large sites or teams.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-variables.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"filters-3.31\",\"title\":\"Visual effects with Filters and Backdrop Filters\",\"description\":\"Apply multiple Filters like blur, brightness, and contrast. Stack, reorder, and preview in real time without writing a line of code.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-filters.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"classes-3.31\",\"title\":\"Smarter Class Manager tools\",\"description\":\"Quickly locate and manage Global Classes with usage counts, a new locator panel, and full class search. Perfect for scaling and refactoring complex design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-attributes\\/\"},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.30-cloud-websites\\/\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off'),(367,'king_addons_broken_widgets','a:0:{}','auto'),(368,'_elementor_local_google_fonts','a:2:{s:6:\"roboto\";a:2:{s:3:\"url\";s:96:\"https://campusrestrepo.unillanos.edu.co/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1751043135;}s:10:\"robotoslab\";a:2:{s:3:\"url\";s:100:\"https://campusrestrepo.unillanos.edu.co/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1751043144;}}','auto'),(369,'eael_global_settings','a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}','auto'),(388,'eael_admin_menu_notice','14','off'),(455,'_transient_timeout_wpnotice_priority_time_expired','3503170694','off'),(456,'_transient_wpnotice_priority_time_expired','1','off'),(459,'elementor_log','a:33:{s:32:\"216bb8f7ebb2810780af4cac9ce1d9d6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-07-03 18:38:10\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:51:\"elementor_new_template_form_controls is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-03 18:38:10\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1751567890\";s:7:\"message\";s:51:\"elementor_new_template_form_controls is not defined\";s:3:\"url\";s:109:\"https://campusrestrepo.unillanos.edu.co/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.29.2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"2913\";}s:7:\"\0*\0file\";s:109:\"https://campusrestrepo.unillanos.edu.co/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.29.2\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:4:\"2913\";}s:32:\"7429493758b3bdf000438aac4d3c9b49\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-07-03 18:38:12\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:24:\"elementor is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2025-07-03 18:38:12\";i:1;s:19:\"2025-07-03 18:38:15\";i:2;s:19:\"2025-07-03 18:38:22\";i:3;s:19:\"2025-07-03 18:38:24\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1751567892\";s:7:\"message\";s:24:\"elementor is not defined\";s:3:\"url\";s:111:\"https://campusrestrepo.unillanos.edu.co/wp-content/plugins/elementor/assets/js/common-modules.min.js?ver=3.29.2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"63978\";}s:7:\"\0*\0file\";s:111:\"https://campusrestrepo.unillanos.edu.co/wp-content/plugins/elementor/assets/js/common-modules.min.js?ver=3.29.2\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"63978\";}s:32:\"55beabd02ebda8027795bd623f3f0f9b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-07 20:35:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-07 20:35:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"5c3c65c614c8325315bcf34aa8df744e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-07 20:35:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-07 20:35:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"8786c8541afe43f7b42b0dae8a5b0ecb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-07 20:35:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-07 20:35:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"deff11fe7a43110de1401b4b190cc03f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-07 20:35:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.29.2\";s:2:\"to\";s:6:\"3.30.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-07 20:35:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.29.2\";s:2:\"to\";s:6:\"3.30.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"fc651a2ca1d7fce1de304d56f834ef54\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-07 20:35:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.29.2\";s:2:\"to\";s:6:\"3.30.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-07 20:35:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.29.2\";s:2:\"to\";s:6:\"3.30.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4574b78cf877f3d003631175505492ac\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-16 18:35:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-16 18:35:47\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"77e92b7f8c7ef4b6b6167cc6a55a3093\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-16 18:35:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-16 18:35:47\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"bd820e7c5f61b62bd890db43be280ae0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-16 18:35:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-16 18:35:47\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"8a593be1fd47a22f1f45dd6b21b2319e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-16 18:35:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.1\";s:2:\"to\";s:6:\"3.30.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-16 18:35:47\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.1\";s:2:\"to\";s:6:\"3.30.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"46f176141e3738ec67513c90bb664a2a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-16 18:35:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.1\";s:2:\"to\";s:6:\"3.30.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-16 18:35:47\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.1\";s:2:\"to\";s:6:\"3.30.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"322b0484a241c24d7806426f58206781\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 18:28:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-22 18:28:16\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"50edc257303141714aa8936c1871d2fa\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 18:28:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-22 18:28:16\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f2f01167af1228864da1d848975b9708\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 18:28:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-22 18:28:16\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"5831f8af2c3b1ce84e884c1323eaccf2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 18:28:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.2\";s:2:\"to\";s:6:\"3.30.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-22 18:28:16\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.2\";s:2:\"to\";s:6:\"3.30.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bfbdc15efc0ec7730555bbff2492005a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-07-22 18:28:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.2\";s:2:\"to\";s:6:\"3.30.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-07-22 18:28:16\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.2\";s:2:\"to\";s:6:\"3.30.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a08f0e1fb4575123b90e6b10becc265f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-07 17:25:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-07 17:25:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"d9ea8370d53e996cfee06878166c9527\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-07 17:25:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-07 17:25:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"4663e6f6ac8a7194b4fcc4e14f96c488\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-07 17:25:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-07 17:25:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"c85182187efa1b007fc6da4acf3874a4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-07 17:25:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.3\";s:2:\"to\";s:6:\"3.32.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-07 17:25:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.3\";s:2:\"to\";s:6:\"3.32.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5b8fc6605fb47a5ef104463ccc4f31f8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-07 17:25:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.3\";s:2:\"to\";s:6:\"3.32.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-07 17:25:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.30.3\";s:2:\"to\";s:6:\"3.32.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"96975bef8875aaf442a700d281842005\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-11-11 17:26:35\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:134:\"file_put_contents(/var/www/html/restrepo/wp-content/uploads/elementor/css/post-90.css): Failed to open stream: Operation not permitted\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-11 17:26:35\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:134:\"file_put_contents(/var/www/html/restrepo/wp-content/uploads/elementor/css/post-90.css): Failed to open stream: Operation not permitted\";s:4:\"file\";s:71:\"/var/www/html/restrepo/wp-content/plugins/elementor/core/files/base.php\";s:4:\"line\";i:194;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:71:\"/var/www/html/restrepo/wp-content/plugins/elementor/core/files/base.php\";s:7:\"\0*\0line\";i:194;}s:32:\"00acf2e9f2358b6c5644aefb2953e371\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-11-18 15:45:21\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:99:\"unlink(/var/www/html/restrepo/wp-content/uploads/elementor/css/post-8.css): Operation not permitted\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-18 15:45:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:99:\"unlink(/var/www/html/restrepo/wp-content/uploads/elementor/css/post-8.css): Operation not permitted\";s:4:\"file\";s:74:\"/var/www/html/restrepo/wp-content/plugins/elementor/core/files/manager.php\";s:4:\"line\";i:112;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:74:\"/var/www/html/restrepo/wp-content/plugins/elementor/core/files/manager.php\";s:7:\"\0*\0line\";i:112;}s:32:\"7546a73e6a46e2e490503765af68e426\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-11-24 21:41:47\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:166:\"Elementor\\Core\\Files\\CSS\\Base::get_style_controls(): Implicitly marking parameter $settings as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:214;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-04-20 02:10:29\";i:1;s:19:\"2026-04-20 15:30:14\";i:2;s:19:\"2026-04-20 22:39:16\";i:3;s:19:\"2026-04-21 18:16:24\";i:4;s:19:\"2026-04-21 23:37:28\";i:5;s:19:\"2026-04-22 11:56:48\";i:6;s:19:\"2026-04-23 09:53:03\";i:7;s:19:\"2026-04-24 16:13:05\";i:8;s:19:\"2026-04-25 01:06:19\";i:9;s:19:\"2026-04-25 11:27:16\";i:10;s:19:\"2026-04-25 21:41:22\";i:11;s:19:\"2026-04-26 19:03:54\";i:12;s:19:\"2026-04-27 01:07:28\";i:13;s:19:\"2026-04-27 15:31:20\";i:14;s:19:\"2026-04-27 21:47:06\";i:15;s:19:\"2026-04-28 11:45:13\";i:16;s:19:\"2026-04-28 21:35:45\";i:17;s:19:\"2026-04-29 09:59:44\";i:18;s:19:\"2026-04-29 22:20:40\";i:19;s:19:\"2026-04-30 09:49:31\";i:20;s:19:\"2026-04-30 22:20:19\";i:21;s:19:\"2026-05-01 11:31:14\";i:22;s:19:\"2026-05-02 03:54:40\";i:23;s:19:\"2026-05-02 09:59:50\";i:24;s:19:\"2026-05-03 04:00:34\";i:25;s:19:\"2026-05-03 17:30:00\";i:26;s:19:\"2026-05-04 03:32:05\";i:27;s:19:\"2026-05-04 10:29:59\";i:28;s:19:\"2026-05-05 04:35:43\";i:29;s:19:\"2026-05-05 11:00:41\";i:30;s:19:\"2026-05-06 10:26:25\";i:31;s:19:\"2026-05-07 20:19:47\";i:32;s:19:\"2026-05-07 22:42:05\";i:33;s:19:\"2026-05-08 13:15:47\";i:34;s:19:\"2026-05-08 23:52:18\";i:35;s:19:\"2026-05-09 12:53:27\";i:36;s:19:\"2026-05-10 01:41:34\";i:37;s:19:\"2026-05-10 17:29:09\";i:38;s:19:\"2026-05-11 00:54:49\";i:39;s:19:\"2026-05-11 11:49:27\";i:40;s:19:\"2026-05-11 23:34:15\";i:41;s:19:\"2026-05-12 10:01:52\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:166:\"Elementor\\Core\\Files\\CSS\\Base::get_style_controls(): Implicitly marking parameter $settings as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:81:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/files/css/base.php\";s:4:\"line\";i:949;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:81:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/files/css/base.php\";s:7:\"\0*\0line\";i:949;}s:32:\"cfb1d3db57e2c94da67c502b090e0a94\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-11-24 23:10:48\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:188:\"ElementorDeps\\DI\\Definition\\Resolver\\ParameterResolver::resolveParameters(): Implicitly marking parameter $method as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:4991;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-05-12 13:38:30\";i:1;s:19:\"2026-05-12 13:38:33\";i:2;s:19:\"2026-05-12 13:38:45\";i:3;s:19:\"2026-05-12 13:38:47\";i:4;s:19:\"2026-05-12 13:38:50\";i:5;s:19:\"2026-05-12 13:38:52\";i:6;s:19:\"2026-05-12 13:38:55\";i:7;s:19:\"2026-05-12 13:38:58\";i:8;s:19:\"2026-05-12 13:39:01\";i:9;s:19:\"2026-05-12 13:39:03\";i:10;s:19:\"2026-05-12 13:39:06\";i:11;s:19:\"2026-05-12 13:39:08\";i:12;s:19:\"2026-05-12 13:39:11\";i:13;s:19:\"2026-05-12 13:39:13\";i:14;s:19:\"2026-05-12 13:39:15\";i:15;s:19:\"2026-05-12 13:39:18\";i:16;s:19:\"2026-05-12 13:39:21\";i:17;s:19:\"2026-05-12 13:39:23\";i:18;s:19:\"2026-05-12 13:39:28\";i:19;s:19:\"2026-05-12 13:39:30\";i:20;s:19:\"2026-05-12 13:39:33\";i:21;s:19:\"2026-05-12 13:39:35\";i:22;s:19:\"2026-05-12 13:39:43\";i:23;s:19:\"2026-05-12 13:39:45\";i:24;s:19:\"2026-05-12 13:39:46\";i:25;s:19:\"2026-05-12 13:39:47\";i:26;s:19:\"2026-05-12 13:39:47\";i:27;s:19:\"2026-05-12 13:39:49\";i:28;s:19:\"2026-05-12 13:39:50\";i:29;s:19:\"2026-05-12 13:55:40\";i:30;s:19:\"2026-05-12 15:44:27\";i:31;s:19:\"2026-05-12 15:45:13\";i:32;s:19:\"2026-05-12 15:55:00\";i:33;s:19:\"2026-05-12 15:55:06\";i:34;s:19:\"2026-05-12 15:55:09\";i:35;s:19:\"2026-05-12 15:55:14\";i:36;s:19:\"2026-05-12 15:55:17\";i:37;s:19:\"2026-05-12 15:55:24\";i:38;s:19:\"2026-05-12 15:55:37\";i:39;s:19:\"2026-05-12 15:55:38\";i:40;s:19:\"2026-05-12 20:51:20\";i:41;s:19:\"2026-05-12 20:51:20\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:188:\"ElementorDeps\\DI\\Definition\\Resolver\\ParameterResolver::resolveParameters(): Implicitly marking parameter $method as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:154:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Resolver/ParameterResolver.php\";s:4:\"line\";i:34;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:154:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Resolver/ParameterResolver.php\";s:7:\"\0*\0line\";i:34;}s:32:\"84c91d7a1ffdb015ba4229a90b73656e\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-12-03 18:49:50\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:99:\"unlink(/var/www/proyeccion/restrepo/wp-content/uploads/elementor/css/post-8.css): Permission denied\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2025-12-03 18:49:50\";i:1;s:19:\"2025-12-22 10:51:20\";i:2;s:19:\"2026-01-12 03:33:18\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:99:\"unlink(/var/www/proyeccion/restrepo/wp-content/uploads/elementor/css/post-8.css): Permission denied\";s:4:\"file\";s:80:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/files/manager.php\";s:4:\"line\";i:112;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:80:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/files/manager.php\";s:7:\"\0*\0line\";i:112;}s:32:\"79daf2527bae23d6752c33f334fd0a4b\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-12-10 21:20:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:163:\"Elementor\\Includes\\Elements\\Container::__construct(): Implicitly marking parameter $args as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-12-10 21:20:00\";i:1;s:19:\"2025-12-10 21:20:36\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:163:\"Elementor\\Includes\\Elements\\Container::__construct(): Implicitly marking parameter $args as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:89:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/includes/elements/container.php\";s:4:\"line\";i:42;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:89:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/includes/elements/container.php\";s:7:\"\0*\0line\";i:42;}s:32:\"fb3fc728c5ff9b702a249253055fd9fd\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-12-10 21:20:15\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:176:\"Elementor\\Includes\\Widgets\\Traits\\Button_Trait::render_text(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:23;s:14:\"\0*\0times_dates\";a:23:{i:0;s:19:\"2025-12-10 21:20:15\";i:1;s:19:\"2025-12-10 21:20:42\";i:2;s:19:\"2026-01-09 15:24:31\";i:3;s:19:\"2026-01-28 22:39:43\";i:4;s:19:\"2026-01-28 22:40:53\";i:5;s:19:\"2026-02-01 10:33:52\";i:6;s:19:\"2026-02-01 10:34:33\";i:7;s:19:\"2026-02-11 15:46:55\";i:8;s:19:\"2026-02-14 06:40:49\";i:9;s:19:\"2026-02-16 01:58:10\";i:10;s:19:\"2026-03-14 20:09:40\";i:11;s:19:\"2026-03-15 16:48:28\";i:12;s:19:\"2026-03-20 00:54:43\";i:13;s:19:\"2026-03-20 04:49:08\";i:14;s:19:\"2026-03-21 09:33:30\";i:15;s:19:\"2026-03-21 09:42:23\";i:16;s:19:\"2026-03-25 03:31:59\";i:17;s:19:\"2026-03-25 06:05:46\";i:18;s:19:\"2026-04-22 17:15:30\";i:19;s:19:\"2026-04-29 18:32:05\";i:20;s:19:\"2026-05-09 05:44:58\";i:21;s:19:\"2026-05-09 05:47:32\";i:22;s:19:\"2026-05-12 13:37:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:176:\"Elementor\\Includes\\Widgets\\Traits\\Button_Trait::render_text(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:98:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php\";s:4:\"line\";i:654;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:98:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/includes/widgets/traits/button-trait.php\";s:7:\"\0*\0line\";i:654;}s:32:\"82953c07e1b7007eefb259d5288e27b7\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-28 22:36:57\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:134:\"file_put_contents(/var/www/proyeccion/restrepo/wp-content/uploads/elementor/css/post-27.css): Failed to open stream: Permission denied\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:45;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-02-05 11:20:24\";i:1;s:19:\"2026-02-07 00:57:16\";i:2;s:19:\"2026-02-11 08:33:10\";i:3;s:19:\"2026-02-12 02:26:48\";i:4;s:19:\"2026-02-13 17:58:51\";i:5;s:19:\"2026-02-14 06:33:14\";i:6;s:19:\"2026-02-15 21:01:42\";i:7;s:19:\"2026-02-21 04:40:27\";i:8;s:19:\"2026-02-21 14:10:23\";i:9;s:19:\"2026-02-22 14:15:52\";i:10;s:19:\"2026-02-26 18:03:38\";i:11;s:19:\"2026-03-01 16:14:27\";i:12;s:19:\"2026-03-01 22:54:35\";i:13;s:19:\"2026-03-09 16:33:30\";i:14;s:19:\"2026-03-10 02:42:13\";i:15;s:19:\"2026-03-14 18:08:34\";i:16;s:19:\"2026-03-15 14:18:40\";i:17;s:19:\"2026-03-19 01:46:56\";i:18;s:19:\"2026-03-19 23:57:59\";i:19;s:19:\"2026-03-21 09:22:28\";i:20;s:19:\"2026-03-21 21:01:58\";i:21;s:19:\"2026-03-24 05:04:19\";i:22;s:19:\"2026-03-25 01:33:40\";i:23;s:19:\"2026-03-25 12:46:21\";i:24;s:19:\"2026-03-31 02:54:15\";i:25;s:19:\"2026-03-31 13:01:16\";i:26;s:19:\"2026-04-03 11:46:54\";i:27;s:19:\"2026-04-15 18:49:36\";i:28;s:19:\"2026-04-16 15:29:15\";i:29;s:19:\"2026-04-17 05:58:27\";i:30;s:19:\"2026-04-18 18:51:17\";i:31;s:19:\"2026-04-22 16:17:25\";i:32;s:19:\"2026-04-25 21:41:26\";i:33;s:19:\"2026-04-27 21:27:26\";i:34;s:19:\"2026-04-29 08:16:45\";i:35;s:19:\"2026-04-29 13:22:02\";i:36;s:19:\"2026-04-30 09:49:33\";i:37;s:19:\"2026-05-02 08:39:09\";i:38;s:19:\"2026-05-06 21:56:09\";i:39;s:19:\"2026-05-09 04:54:28\";i:40;s:19:\"2026-05-09 18:30:54\";i:41;s:19:\"2026-05-12 10:27:33\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:134:\"file_put_contents(/var/www/proyeccion/restrepo/wp-content/uploads/elementor/css/post-27.css): Failed to open stream: Permission denied\";s:4:\"file\";s:77:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/files/base.php\";s:4:\"line\";i:194;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:77:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/files/base.php\";s:7:\"\0*\0line\";i:194;}s:32:\"23c207142f9b1d2921134e923c29169f\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-28 22:37:27\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:145:\"Elementor\\Stylesheet::add_rules(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:27;s:14:\"\0*\0times_dates\";a:27:{i:0;s:19:\"2026-01-28 22:37:27\";i:1;s:19:\"2026-01-28 22:40:46\";i:2;s:19:\"2026-02-01 10:29:18\";i:3;s:19:\"2026-02-01 10:31:07\";i:4;s:19:\"2026-02-04 18:42:20\";i:5;s:19:\"2026-02-05 17:46:58\";i:6;s:19:\"2026-02-07 06:57:15\";i:7;s:19:\"2026-02-13 18:25:09\";i:8;s:19:\"2026-02-14 06:56:05\";i:9;s:19:\"2026-02-16 01:58:24\";i:10;s:19:\"2026-03-10 07:52:51\";i:11;s:19:\"2026-03-14 20:10:00\";i:12;s:19:\"2026-03-15 14:58:19\";i:13;s:19:\"2026-03-20 00:54:56\";i:14;s:19:\"2026-03-21 09:32:06\";i:15;s:19:\"2026-03-25 03:32:14\";i:16;s:19:\"2026-03-25 06:05:54\";i:17;s:19:\"2026-03-31 20:01:23\";i:18;s:19:\"2026-03-31 20:24:12\";i:19;s:19:\"2026-04-15 18:52:42\";i:20;s:19:\"2026-04-15 19:00:58\";i:21;s:19:\"2026-05-07 02:36:02\";i:22;s:19:\"2026-05-09 05:39:38\";i:23;s:19:\"2026-05-09 05:43:27\";i:24;s:19:\"2026-05-09 18:57:50\";i:25;s:19:\"2026-05-12 13:34:49\";i:26;s:19:\"2026-05-12 13:37:27\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:145:\"Elementor\\Stylesheet::add_rules(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:81:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/includes/stylesheet.php\";s:4:\"line\";i:141;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:81:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/includes/stylesheet.php\";s:7:\"\0*\0line\";i:141;}s:32:\"cbfe7506a60d73dba343d36c019d5230\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-28 22:38:38\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:134:\"file_put_contents(/var/www/proyeccion/restrepo/wp-content/uploads/elementor/css/post-90.css): Failed to open stream: Permission denied\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:44;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-02-02 05:46:39\";i:1;s:19:\"2026-02-02 23:20:35\";i:2;s:19:\"2026-02-04 02:09:01\";i:3;s:19:\"2026-02-06 09:42:00\";i:4;s:19:\"2026-02-07 06:57:15\";i:5;s:19:\"2026-02-11 07:48:39\";i:6;s:19:\"2026-02-11 08:55:02\";i:7;s:19:\"2026-02-13 17:58:50\";i:8;s:19:\"2026-02-13 20:58:59\";i:9;s:19:\"2026-02-15 21:02:16\";i:10;s:19:\"2026-02-19 16:51:44\";i:11;s:19:\"2026-02-21 04:40:07\";i:12;s:19:\"2026-02-22 16:05:38\";i:13;s:19:\"2026-02-26 18:27:14\";i:14;s:19:\"2026-03-01 17:30:04\";i:15;s:19:\"2026-03-04 04:09:36\";i:16;s:19:\"2026-03-07 23:12:25\";i:17;s:19:\"2026-03-09 15:04:58\";i:18;s:19:\"2026-03-14 18:08:09\";i:19;s:19:\"2026-03-15 14:57:54\";i:20;s:19:\"2026-03-19 01:48:59\";i:21;s:19:\"2026-03-19 23:57:45\";i:22;s:19:\"2026-03-21 20:38:21\";i:23;s:19:\"2026-03-24 05:29:28\";i:24;s:19:\"2026-03-25 01:33:30\";i:25;s:19:\"2026-03-25 12:46:13\";i:26;s:19:\"2026-04-02 05:16:28\";i:27;s:19:\"2026-04-03 12:11:34\";i:28;s:19:\"2026-04-08 11:41:51\";i:29;s:19:\"2026-04-09 15:21:14\";i:30;s:19:\"2026-04-15 18:46:47\";i:31;s:19:\"2026-04-17 06:21:59\";i:32;s:19:\"2026-04-22 17:01:53\";i:33;s:19:\"2026-04-25 23:30:59\";i:34;s:19:\"2026-04-27 15:31:14\";i:35;s:19:\"2026-04-28 21:07:40\";i:36;s:19:\"2026-04-29 16:37:33\";i:37;s:19:\"2026-05-02 08:56:39\";i:38;s:19:\"2026-05-09 04:58:08\";i:39;s:19:\"2026-05-09 18:13:42\";i:40;s:19:\"2026-05-10 01:41:36\";i:41;s:19:\"2026-05-12 13:36:04\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:134:\"file_put_contents(/var/www/proyeccion/restrepo/wp-content/uploads/elementor/css/post-90.css): Failed to open stream: Permission denied\";s:4:\"file\";s:77:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/files/base.php\";s:4:\"line\";i:194;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:77:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/files/base.php\";s:7:\"\0*\0line\";i:194;}s:32:\"94d248aa1edda486a06013f00a246542\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-02-04 13:23:41\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:191:\"Elementor\\Core\\DynamicTags\\Dynamic_CSS::add_controls_stack_style_rules(): Implicitly marking parameter $all_controls as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2026-02-04 13:23:41\";i:1;s:19:\"2026-02-04 13:24:02\";i:2;s:19:\"2026-02-11 08:57:11\";i:3;s:19:\"2026-03-21 09:32:09\";i:4;s:19:\"2026-04-28 08:33:14\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:191:\"Elementor\\Core\\DynamicTags\\Dynamic_CSS::add_controls_stack_style_rules(): Implicitly marking parameter $all_controls as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:91:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php\";s:4:\"line\";i:104;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:91:\"/var/www/proyeccion/restrepo/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php\";s:7:\"\0*\0line\";i:104;}}','off'),(467,'theme_mods_astra','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:1751567814;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:9:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:7:\"block-9\";i:6;s:8:\"block-10\";i:7;s:8:\"block-11\";i:8;s:8:\"block-12\";}s:15:\"footer-widget-1\";a:2:{i:0;s:8:\"block-15\";i:1;s:8:\"block-16\";}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}','off'),(470,'astra-settings','a:3:{s:18:\"theme-auto-version\";s:6:\"4.11.5\";s:22:\"is_theme_queue_running\";b:0;s:17:\"logo-title-inline\";b:0;}','on'),(471,'astra_analytics_installed_time','1751567524','off');
INSERT INTO `wp_options` VALUES (476,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:1414:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:13;s:5:\"right\";i:30;s:6:\"bottom\";i:13;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:28;s:6:\"bottom\";i:12;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:24;s:6:\"bottom\";i:10;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:5:\"right\";i:2;s:6:\"bottom\";i:2;s:4:\"left\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:8:\"category\";i:2;s:5:\"title\";i:3;s:10:\"title-meta\";i:4;s:7:\"excerpt\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:7:\"zoom-in\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[post-card-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-7)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:14;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:2;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:36;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-e-floating-buttons-title\";i:1;s:42:\"ast-dynamic-single-e-floating-buttons-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-prefix-label]\";a:4:{s:7:\"default\";s:4:\"Por \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-e-floating-buttons-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-e-floating-buttons-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-e-floating-buttons-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-king-addons-el-hf-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-king-addons-el-hf-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-king-addons-el-hf-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-king-addons-el-hf-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"ast-dynamic-single-king-addons-el-hf-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-single-king-addons-el-hf-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-king-addons-el-hf-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-king-addons-el-hf-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:42:\"ast-dynamic-single-king-addons-el-hf-title\";i:1;s:41:\"ast-dynamic-single-king-addons-el-hf-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:93:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:93:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:91:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:95:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:100:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-king-addons-el-hf-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-king-addons-el-hf-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-king-addons-el-hf-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-king-addons-el-hf-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king-addons-el-hf-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-king-addons-el-hf-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-king-addons-el-hf-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king-addons-el-hf-author-prefix-label]\";a:4:{s:7:\"default\";s:4:\"Por \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-king-addons-el-hf-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-el-hf-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-king-addons-el-hf-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-king-addons-el-hf-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-el-hf-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-king-addons-el-hf-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-el-hf-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-king-addons-el-hf-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-king-addons-el-hf-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:69:\"astra-settings[ast-dynamic-single-king-addons-el-hf-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:67:\"astra-settings[ast-dynamic-single-king-addons-el-hf-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-king-addons-el-hf-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-el-hf-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-king-addons-el-hf-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-king-addons-el-hf-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-el-hf-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-king-addons-el-hf-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:69:\"astra-settings[ast-dynamic-single-king-addons-el-hf-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:67:\"astra-settings[ast-dynamic-single-king-addons-el-hf-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-king-addons-el-hf-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:67:\"astra-settings[ast-dynamic-single-king-addons-el-hf-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"ast-dynamic-single-king-addons-el-hf-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-posttype-king-addons-el-hf-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-posttype-king-addons-el-hf-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[single-posttype-king-addons-el-hf-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[single-king_addons_ext_pb-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-king_addons_ext_pb-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-king_addons_ext_pb-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-king_addons_ext_pb-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-king_addons_ext_pb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-king_addons_ext_pb-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-king_addons_ext_pb-title\";i:1;s:42:\"ast-dynamic-single-king_addons_ext_pb-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-author-prefix-label]\";a:4:{s:7:\"default\";s:4:\"Por \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-king_addons_ext_pb-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-king_addons_ext_pb-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-king_addons_ext_pb-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-king_addons_ext_pb-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king_addons_ext_pb-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-king-addons-fb-sub-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-king-addons-fb-sub-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-king-addons-fb-sub-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-king-addons-fb-sub-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-king-addons-fb-sub-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-king-addons-fb-sub-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-king-addons-fb-sub-title\";i:1;s:42:\"ast-dynamic-single-king-addons-fb-sub-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-author-prefix-label]\";a:4:{s:7:\"default\";s:4:\"Por \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-king-addons-fb-sub-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-king-addons-fb-sub-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-king-addons-fb-sub-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-king-addons-fb-sub-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-king-addons-fb-sub-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"narrow-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:4:\"Por \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:4:\"Por \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-e-floating-buttons-title\";i:1;s:50:\"ast-dynamic-archive-e-floating-buttons-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[archive-king-addons-el-hf-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[archive-king-addons-el-hf-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-king-addons-el-hf-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[archive-king-addons-el-hf-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-archive-king-addons-el-hf-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-archive-king-addons-el-hf-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-archive-king-addons-el-hf-title\";i:1;s:49:\"ast-dynamic-archive-king-addons-el-hf-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-archive-king-addons-el-hf-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-king_addons_ext_pb-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-king_addons_ext_pb-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-king_addons_ext_pb-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-king_addons_ext_pb-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-king_addons_ext_pb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-king_addons_ext_pb-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-king_addons_ext_pb-title\";i:1;s:50:\"ast-dynamic-archive-king_addons_ext_pb-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-king_addons_ext_pb-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-king-addons-fb-sub-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-king-addons-fb-sub-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-king-addons-fb-sub-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-king-addons-fb-sub-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-king-addons-fb-sub-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-king-addons-fb-sub-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-king-addons-fb-sub-title\";i:1;s:50:\"ast-dynamic-archive-king-addons-fb-sub-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-king-addons-fb-sub-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:31:\"section-search-page-title-title\";i:1;s:36:\"section-search-page-title-breadcrumb\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:29:\"Resultados de búsqueda para:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Aquí están los resultados de tu búsqueda.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:116:\"Lo siento pero no podemos encontrar nada relacionado con tus términos de búsqueda. Por favor, inténtalo de nuevo.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:21:\"Entradas relacionadas\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:4:\"Por \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.5\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Botón\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:40;s:5:\"right\";i:40;s:6:\"bottom\";i:40;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:31:\"Insertar el código HTML aquí.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:31:\"Insertar el código HTML aquí.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:9:\"Mi cuenta\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:7:\"Acceder\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:52:\"https://campusrestrepo.unillanos.edu.co/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:26:\"var(--ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:94:\"Todos los derechos [copyright] [current_year] [site_title] | Funciona gracias a [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:31:\"Insertar el código HTML aquí.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:31:\"Insertar el código HTML aquí.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:37:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:11407;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:11407;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:11407;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:11407;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11407;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11407;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:11461;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','off'),(605,'mp_timetable_permalinks','a:4:{s:11:\"column_base\";s:16:\"timetable/column\";s:10:\"event_base\";s:15:\"timetable/event\";s:19:\"event_category_base\";s:18:\"timetable/category\";s:14:\"event_tag_base\";s:13:\"timetable/tag\";}','auto'),(606,'widget_mp-timetable','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(607,'elementor_allow_tracking','no','auto'),(608,'elementor_tracker_notice','1','auto'),(613,'mp-event_category_children','a:0:{}','auto'),(654,'mpbc_db_version','1.3.2','on'),(661,'mpbc_general_settings','','auto'),(662,'mpbc_booking_confirmation_page','90','auto'),(663,'mpbc_currency','COP','auto'),(664,'mpbc_currency_position','before','auto'),(665,'mpbc_email_settings','','auto'),(666,'mpbc_admin_email','','auto'),(667,'mpbc_from_email','','auto'),(668,'mpbc_from_name','CampusRestrepo','auto'),(669,'mpbc_logo_url','https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/06/logo-rojo-scaled-2048x410.png','auto'),(670,'mpbc_footer_text','{site_link}','auto'),(671,'mpbc_email_base_color','#557da1','auto'),(672,'mpbc_email_bg_color','#f5f5f5','auto'),(673,'mpbc_email_body_color','#fdfdfd','auto'),(674,'mpbc_email_text_color','#505050','auto'),(677,'mpbc_property_category_children','a:0:{}','auto'),(855,'wp_calendar_block_has_published_posts','1','auto'),(878,'dismissed-blocksy_plugin_notice','1','auto'),(886,'db_upgraded','','on'),(893,'can_compress_scripts','0','on'),(908,'eael_admin_promotion','14','auto'),(1014,'booking_activation_process','Off','auto'),(1015,'booking_feedback_03','','auto'),(1016,'booking_thank_you_page_URL','/index.php/wpbc-booking-received','auto'),(1017,'booking_setup_wizard_page_steps_is_done','a:10:{s:7:\"welcome\";b:1;s:12:\"general_info\";b:1;s:17:\"date_time_formats\";b:1;s:14:\"bookings_types\";b:1;s:14:\"form_structure\";b:1;s:16:\"cal_availability\";b:1;s:11:\"color_theme\";b:1;s:23:\"optional_other_settings\";b:0;s:14:\"wizard_publish\";b:0;s:11:\"get_started\";b:0;}','auto'),(1018,'booking_admin_cal_count','2','auto'),(1019,'booking_skin','/css/skins/25_5__round_1.css','auto'),(1020,'booking_listing_default_view_mode','vm_booking_listing','auto'),(1021,'booking_view_days_num','90','auto'),(1022,'booking_calendar_overview__day_mode__days_number_show','7','auto'),(1023,'booking_timeline__month_mode__days_number_show','7','auto'),(1024,'booking_max_monthes_in_calendar','2y','auto'),(1025,'booking_client_cal_count','1','auto'),(1026,'booking_start_day_weeek','0','auto'),(1027,'booking_title_after_reservation','Hemos recibido tu reserva. En breve te la confirmaremos. ¡Muchas gracias!','auto'),(1028,'booking_type_of_thank_you_message','message','auto'),(1029,'booking_is_use_autofill_4_logged_user','Off','auto'),(1030,'booking_date_format','j M Y','auto'),(1031,'booking_time_format','g:i A','auto'),(1032,'booking_confirmation_header_enabled','On','auto'),(1033,'booking_confirmation_header','El id de tu reserva: <strong>[booking_id]</strong>','auto'),(1034,'booking_confirmation__personal_info__header_enabled','On','auto'),(1035,'booking_confirmation__personal_info__title','Información personal','auto'),(1036,'booking_confirmation__personal_info__content','[content]','auto'),(1037,'booking_confirmation__booking_details__header_enabled','On','auto'),(1038,'booking_confirmation__booking_details__title','Detalles de la reserva','auto'),(1039,'booking_confirmation__booking_details__content','[readable_dates][readable_times]\r\n[add_to_google_cal_button]','auto'),(1040,'booking_date_view_type','short','auto'),(1041,'booking_is_delete_if_deactive','Off','auto'),(1042,'booking_dif_colors_approval_pending','On','auto'),(1043,'booking_is_use_hints_at_admin_panel','On','auto'),(1044,'booking_is_load_js_css_on_specific_pages','Off','auto'),(1045,'booking_is_nonce_at_front_end','Off','auto'),(1046,'booking_load_balancer_max_threads','3','auto'),(1047,'booking_is_show_system_debug_log','Off','auto'),(1048,'booking_pages_for_load_js_css','','auto'),(1049,'booking_type_of_day_selections','single','auto'),(1050,'booking_timeslot_picker','Off','auto'),(1051,'booking_timeslot_picker_skin','/css/time_picker_skins/light__24_8.css','auto'),(1052,'booking_timeslot_day_bg_as_available','Off','auto'),(1053,'booking_disable_timeslots_in_tooltip','Off','auto'),(1054,'booking_highlight_timeslot_word','Tiempos reservados:','auto'),(1055,'booking_form_is_using_bs_css','Off','auto'),(1056,'booking_form_format_type','vertical','auto'),(1057,'booking_form_field_active1','On','auto'),(1058,'booking_form_field_required1','On','auto'),(1059,'booking_form_field_label1','First Name','auto'),(1060,'booking_form_field_active2','On','auto'),(1061,'booking_form_field_required2','On','auto'),(1062,'booking_form_field_label2','Last Name','auto'),(1063,'booking_form_field_active3','On','auto'),(1064,'booking_form_field_required3','On','auto'),(1065,'booking_form_field_label3','Email','auto'),(1066,'booking_form_field_active4','On','auto'),(1067,'booking_form_field_required4','Off','auto'),(1068,'booking_form_field_label4','Phone','auto'),(1069,'booking_form_field_active5','On','auto'),(1070,'booking_form_field_required5','Off','auto'),(1071,'booking_form_field_label5','Details','auto'),(1072,'booking_form_field_active6','Off','auto'),(1073,'booking_form_field_required6','Off','auto'),(1074,'booking_form_field_label6','Visitors','auto'),(1075,'booking_form_field_values6','1\n2\n3\n4','auto'),(1076,'booking_is_days_always_available','On','auto'),(1077,'booking_is_show_pending_days_as_available','Off','auto'),(1078,'booking_unavailable_days_num_from_today','0','auto'),(1079,'booking_unavailable_day0','Off','auto'),(1080,'booking_unavailable_day1','Off','auto'),(1081,'booking_unavailable_day2','Off','auto'),(1082,'booking_unavailable_day3','Off','auto'),(1083,'booking_unavailable_day4','Off','auto'),(1084,'booking_unavailable_day5','Off','auto'),(1085,'booking_unavailable_day6','Off','auto'),(1086,'booking_menu_position','top','auto'),(1087,'booking_translation_load_from','wp.org','auto'),(1088,'booking_user_role_booking','editor','auto'),(1089,'booking_user_role_availability','editor','auto'),(1090,'booking_user_role_addbooking','editor','auto'),(1091,'booking_user_role_resources','editor','auto'),(1092,'booking_user_role_settings','administrator','auto'),(1093,'booking_is_email_reservation_adress','On','auto'),(1094,'booking_email_reservation_adress','&quot;Booking system&quot; &lt;[email protected]&gt;','auto'),(1095,'booking_email_reservation_from_adress','[visitoremail]','auto'),(1096,'booking_email_reservation_subject','Nueva reserva','auto'),(1097,'booking_email_reservation_content','You need to approve a new booking [bookingtype] for: [dates]&lt;br/&gt;&lt;br/&gt; Person detail information:&lt;br/&gt; [content]&lt;br/&gt;&lt;br/&gt; Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]&lt;br/&gt;&lt;br/&gt;Thank you, &lt;br/&gt;[siteurl]','auto'),(1098,'booking_is_email_newbookingbyperson_adress','Off','auto'),(1099,'booking_email_newbookingbyperson_adress','&quot;Booking system&quot; &lt;[email protected]&gt;','auto'),(1100,'booking_email_newbookingbyperson_subject','Nueva reserva','auto'),(1101,'booking_email_newbookingbyperson_content','Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. &lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt; Thank you, &lt;br/&gt;[siteurl]','auto'),(1102,'booking_is_email_approval_adress','On','auto'),(1103,'booking_is_email_approval_send_copy_to_admin','Off','auto'),(1104,'booking_email_approval_adress','&quot;Booking system&quot; &lt;[email protected]&gt;','auto'),(1105,'booking_email_approval_subject','Tu reserva se ha aprobado','auto'),(1106,'booking_email_approval_content','Your booking [bookingtype] for: [dates] has been approved.&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt;Thank you, &lt;br/&gt;[siteurl]','auto'),(1107,'booking_is_email_deny_adress','On','auto'),(1108,'booking_is_email_deny_send_copy_to_admin','Off','auto'),(1109,'booking_email_deny_adress','&quot;Booking system&quot; &lt;[email protected]&gt;','auto'),(1110,'booking_email_deny_subject','Su reserva ha sido rechazada','auto'),(1111,'booking_email_deny_content','Your booking [bookingtype] for: [dates] has been  canceled. &lt;br/&gt;[denyreason]&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt;Thank you, &lt;br/&gt;[siteurl]','auto'),(1112,'booking_widget_title','Formulario de reserva','auto'),(1113,'booking_widget_show','booking_form','auto'),(1114,'booking_widget_type','1','auto'),(1115,'booking_widget_calendar_count','1','auto'),(1116,'booking_widget_last_field','','auto'),(1117,'booking_wpdev_copyright_adminpanel','On','auto'),(1118,'booking_is_show_powered_by_notice','On','auto'),(1119,'booking_form_theme','','auto'),(1120,'booking_is_use_captcha','Off','auto'),(1121,'booking_is_show_legend','On','auto'),(1122,'booking_send_button_title','Enviar','auto'),(1123,'booking_legend_is_show_item_available','On','auto'),(1124,'booking_legend_text_for_item_available','Disponible','auto'),(1125,'booking_legend_is_show_item_pending','On','auto'),(1126,'booking_legend_text_for_item_pending','Pendiente','auto'),(1127,'booking_legend_is_show_item_approved','On','auto'),(1128,'booking_legend_text_for_item_approved','Reservado','auto'),(1129,'booking_legend_is_show_item_unavailable','On','auto'),(1130,'booking_legend_text_for_item_unavailable','No disponible','auto'),(1131,'booking_legend_is_show_item_partially','Off','auto'),(1132,'booking_legend_text_for_item_partially','Parcialmente reservado','auto'),(1133,'booking_legend_is_show_numbers','On','auto'),(1134,'booking_legend_is_vertical','Off','auto'),(1135,'booking_email_new_admin','a:16:{s:7:\"enabled\";s:2:\"On\";s:2:\"to\";s:31:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:31:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:14:\"enable_replyto\";s:3:\"Off\";s:7:\"subject\";s:13:\"Nueva reserva\";s:7:\"content\";s:255:\"You need to approve a new booking [bookingtype] for: [dates]<br/><br/> Person detail information:<br/> [content]<br/><br/> Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]<br/><br/>Thank you, <br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','auto'),(1136,'booking_email_new_visitor','a:13:{s:7:\"enabled\";s:2:\"On\";s:4:\"from\";s:31:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:13:\"Nueva reserva\";s:7:\"content\";s:154:\"Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. <br/><br/>[content]<br/><br/> Thank you, <br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','auto'),(1137,'booking_email_approved','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:31:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:31:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:25:\"Tu reserva se ha aprobado\";s:7:\"content\";s:112:\"Your booking [bookingtype] for: [dates] has been approved.<br/><br/>[content]<br/><br/>Thank you, <br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','auto'),(1138,'booking_email_deleted','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:31:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:31:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:28:\"Su reserva ha sido rechazada\";s:7:\"content\";s:131:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, <br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','auto'),(1139,'booking_email_deny','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:31:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:31:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:28:\"Su reserva ha sido rechazada\";s:7:\"content\";s:131:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, <br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','auto'),(1140,'booking_email_trash','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:31:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:31:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:28:\"Su reserva ha sido rechazada\";s:7:\"content\";s:131:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, <br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','auto'),(1141,'booking_form_structure_type','vertical','auto'),(1142,'booking_menu_go_pro','show','auto'),(1143,'booking_form_layout_width','740','auto'),(1144,'booking_form_layout_width_px_pr','px','auto'),(1145,'booking_form_layout_max_cols','2','auto'),(1146,'booking_ics_force_trash_before_import','Off','auto'),(1147,'booking_ics_import_append_checkout_day','Off','auto'),(1148,'booking_condition_import_only_new','On','auto'),(1149,'booking_condition_import_if_available','Off','auto'),(1150,'booking_recurrent_time','Off','auto'),(1151,'booking_calendar_allow_several_months_on_mobile','Off','auto'),(1152,'booking_translation_update_status','0','auto'),(1153,'booking_form','<style type=\"text/css\">.wpbc_container_booking_form .block_hints, .wpbc_booking_form_simple.wpbc_form_center .wpbc__form__div .wpbc__row.wpbc_r_calendar, .wpbc_booking_form_simple .wpbc__form__div .wpbc__row:not(.wpbc_r_calendar){max-width:740px;} </style>\n<div class=\"wpbc_booking_form_simple \">\n<div class=\"wpbc__form__div\">\n			<r class=\"wpbc_r_calendar\">\n				<c class=\"wpbc_r_calendar\"> <l>Select date*</l><br>[calendar] </c>\n			</r>\n			<r>\n				<c class=\"wpbc_r_rangetime\"> <l>Selecciona Horario*</l><br>[selectbox* rangetime  \"8:00 AM - 8:15 AM@@08:00 - 08:15\"  \"8:15 AM - 8:30 AM@@08:15 - 08:30\"  \"8:30 AM - 8:45 AM@@08:30 - 08:45\"  \"8:45 AM - 9:00 AM@@08:45 - 09:00\"  \"9:00 AM - 9:15 AM@@09:00 - 09:15\"  \"9:15 AM - 9:30 AM@@09:15 - 09:30\"  \"9:30 AM - 9:45 AM@@09:30 - 09:45\"  \"9:45 AM - 10:00 AM@@09:45 - 10:00\"  \"10:00 AM - 10:15 AM@@10:00 - 10:15\"  \"10:15 AM - 10:30 AM@@10:15 - 10:30\"  \"10:30 AM - 10:45 AM@@10:30 - 10:45\"  \"10:45 AM - 11:00 AM@@10:45 - 11:00\"  \"11:00 AM - 11:15 AM@@11:00 - 11:15\"  \"11:15 AM - 11:30 AM@@11:15 - 11:30\"  \"11:30 AM - 11:45 AM@@11:30 - 11:45\"  \"11:45 AM - 12:00 PM@@11:45 - 12:00\"  \"12:00 PM - 12:15 PM@@12:00 - 12:15\"  \"12:15 PM - 12:30 PM@@12:15 - 12:30\"  \"12:30 PM - 12:45 PM@@12:30 - 12:45\"  \"12:45 PM - 1:00 PM@@12:45 - 13:00\"  \"1:00 PM - 1:15 PM@@13:00 - 13:15\"  \"1:15 PM - 1:30 PM@@13:15 - 13:30\"  \"1:30 PM - 1:45 PM@@13:30 - 13:45\"  \"1:45 PM - 2:00 PM@@13:45 - 14:00\"  \"2:00 PM - 2:15 PM@@14:00 - 14:15\"  \"2:15 PM - 2:30 PM@@14:15 - 14:30\"  \"2:30 PM - 2:45PM@@14:30 - 14:45\"  \"2:45 PM - 3:00 PM@@14:45 - 15:00\"  \"3:00 PM - 3:15 PM@@15:00 - 15:15\"  \"3:15 PM - 3:30 PM@@15:15 - 15:30\"  \"3:30 PM - 3:45 PM@@15:30 - 15:45\"  \"3:45 PM - 4:00 PM@@15:45 - 16:00\"] </c>\n\n				<c class=\"wpbc_r_name\"> <l>Nombres*</l><br>[text* name] </c>\n			</r>\n			<r>\n				<c class=\"wpbc_r_secondname\"> <l>Apellidos*</l><br>[text* secondname] </c>\n\n				<c class=\"wpbc_r_email\"> <l>Email*</l><br>[email* email] </c>\n			</r>\n			<r>\n				<c class=\"wpbc_r_phone\"> <l>Teléfono</l><br>[text phone] </c>\n			</r>\n			<r>\n				<c class=\"wpbc_r_details\"> <l></l><br>[textarea details] </c>\n			</r>\n			<r>\n				<c class=\"wpbc_r_submit\">[submit class:btn \"Enviar\"] </c>\n			</r>\n</div>\n</div>','auto'),(1154,'booking_form_show','<div class=\"simple-content-form\" style=\"text-align:left;word-wrap: break-word;\">\n  <b>Selecciona Horario</b>: <f><span class=\"field_data_val\"><span>[rangetime_val]</span> / </span>[rangetime]</f><br/>\n  <b>Nombres</b>: <f>[name]</f><br/>\n  <b>Apellidos</b>: <f>[secondname]</f><br/>\n  <b>Email</b>: <f>[email]</f><br/>\n  <b>Teléfono</b>: <f>[phone]</f><br/>\n  <b></b>: <f>[details]</f><br/>\n</div>','auto'),(1155,'booking_form_visual','a:10:{i:0;a:8:{s:4:\"type\";s:8:\"calendar\";s:4:\"name\";s:8:\"calendar\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:11:\"Select date\";s:5:\"value\";s:0:\"\";}i:1;a:8:{s:4:\"type\";s:9:\"selectbox\";s:4:\"name\";s:9:\"rangetime\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:2:\"On\";s:5:\"label\";s:18:\"Selecciona Horario\";s:5:\"value\";s:1109:\"8:00 AM - 8:15 AM@@08:00 - 08:15\r\n8:15 AM - 8:30 AM@@08:15 - 08:30\r\n8:30 AM - 8:45 AM@@08:30 - 08:45\r\n8:45 AM - 9:00 AM@@08:45 - 09:00\r\n9:00 AM - 9:15 AM@@09:00 - 09:15\r\n9:15 AM - 9:30 AM@@09:15 - 09:30\r\n9:30 AM - 9:45 AM@@09:30 - 09:45\r\n9:45 AM - 10:00 AM@@09:45 - 10:00\r\n10:00 AM - 10:15 AM@@10:00 - 10:15\r\n10:15 AM - 10:30 AM@@10:15 - 10:30\r\n10:30 AM - 10:45 AM@@10:30 - 10:45\r\n10:45 AM - 11:00 AM@@10:45 - 11:00\r\n11:00 AM - 11:15 AM@@11:00 - 11:15\r\n11:15 AM - 11:30 AM@@11:15 - 11:30\r\n11:30 AM - 11:45 AM@@11:30 - 11:45\r\n11:45 AM - 12:00 PM@@11:45 - 12:00\r\n12:00 PM - 12:15 PM@@12:00 - 12:15\r\n12:15 PM - 12:30 PM@@12:15 - 12:30\r\n12:30 PM - 12:45 PM@@12:30 - 12:45\r\n12:45 PM - 1:00 PM@@12:45 - 13:00\r\n1:00 PM - 1:15 PM@@13:00 - 13:15\r\n1:15 PM - 1:30 PM@@13:15 - 13:30\r\n1:30 PM - 1:45 PM@@13:30 - 13:45\r\n1:45 PM - 2:00 PM@@13:45 - 14:00\r\n2:00 PM - 2:15 PM@@14:00 - 14:15\r\n2:15 PM - 2:30 PM@@14:15 - 14:30\r\n2:30 PM - 2:45PM@@14:30 - 14:45\r\n2:45 PM - 3:00 PM@@14:45 - 15:00\r\n3:00 PM - 3:15 PM@@15:00 - 15:15\r\n3:15 PM - 3:30 PM@@15:15 - 15:30\r\n3:30 PM - 3:45 PM@@15:30 - 15:45\r\n3:45 PM - 4:00 PM@@15:45 - 16:00\";}i:2;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:7:\"Nombres\";s:5:\"value\";s:0:\"\";}i:3;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"secondname\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:9:\"Apellidos\";s:5:\"value\";s:0:\"\";}i:4;a:8:{s:4:\"type\";s:5:\"email\";s:4:\"name\";s:5:\"email\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:5:\"Email\";s:5:\"value\";s:0:\"\";}i:5;a:8:{s:4:\"type\";s:9:\"selectbox\";s:4:\"name\";s:8:\"visitors\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:8:\"Visitors\";s:5:\"value\";s:10:\"1\r\n2\r\n3\r\n4\";}i:6;a:8:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"phone\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:9:\"Teléfono\";s:5:\"value\";s:0:\"\";}i:7;a:8:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:7:\"details\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:0:\"\";s:5:\"value\";s:0:\"\";}i:8;a:8:{s:4:\"type\";s:7:\"captcha\";s:4:\"name\";s:7:\"captcha\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:2:\"On\";s:5:\"label\";s:0:\"\";s:5:\"value\";s:0:\"\";}i:9;a:8:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:6:\"submit\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:17:\"if_exist_required\";s:3:\"Off\";s:5:\"label\";s:6:\"Enviar\";s:5:\"value\";s:0:\"\";}}','auto'),(1156,'booking_gcal_feed','','auto'),(1157,'booking_gcal_events_from','month-start','auto'),(1158,'booking_gcal_events_from_offset','','auto'),(1159,'booking_gcal_events_from_offset_type','','auto'),(1160,'booking_gcal_events_until','any','auto'),(1161,'booking_gcal_events_until_offset','','auto'),(1162,'booking_gcal_events_until_offset_type','','auto'),(1163,'booking_gcal_events_max','25','auto'),(1164,'booking_gcal_api_key','','auto'),(1165,'booking_gcal_timezone','','auto'),(1166,'booking_gcal_is_send_email','Off','auto'),(1167,'booking_gcal_auto_import_is_active','Off','auto'),(1168,'booking_gcal_auto_import_time','24','auto'),(1169,'booking_gcal_events_form_fields','s:101:\"a:3:{s:5:\"title\";s:9:\"text^name\";s:11:\"description\";s:16:\"textarea^details\";s:5:\"where\";s:5:\"text^\";}\";','auto'),(1170,'booking_version_num','10.12.3','auto'),(1173,'widget_bookingwidget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1174,'booking_cache__new_bookings__number','2','auto'),(1175,'booking_cache__new_bookings__saved_date','2026-01-09 14:21:58','auto'),(1176,'booking_activation_redirect_for_version','10.12.3','auto'),(1177,'booking_wizard_data','a:9:{s:4:\"none\";a:0:{}s:26:\"save_and_continue__welcome\";a:0:{}s:31:\"save_and_continue__general_info\";a:8:{s:17:\"wpbc_swp_industry\";s:15:\"Industry: other\";s:4:\"type\";s:0:\"\";s:4:\"days\";s:7:\"Days: 0\";s:7:\"version\";s:32:\"V: Free (10.12.3)  :: 22.07.2025\";s:26:\"wpbc_swp_booking_who_setup\";s:19:\"Who_setup: starting\";s:22:\"wpbc_swp_business_name\";s:29:\"Business_name: Campusrestrepo\";s:14:\"wpbc_swp_email\";s:38:\"Email: [email protected]\";s:20:\"wpbc_swp_accept_send\";s:2:\"On\";}s:36:\"save_and_continue__date_time_formats\";a:4:{s:20:\"wpbc_swp_date_format\";s:5:\"j M Y\";s:20:\"wpbc_swp_time_format\";s:5:\"g:i A\";s:24:\"wpbc_swp_start_day_weeek\";i:0;s:23:\"wpbc_swp_date_view_type\";s:5:\"short\";}s:18:\"load_form_template\";a:8:{s:35:\"wpbc_swp_cal_availability__weekdays\";s:3:\"999\";s:39:\"booking_unavailable_days_num_from_today\";s:1:\"0\";s:37:\"booking_available_days_num_from_today\";i:0;s:32:\"booking_unavailable_extra_in_out\";b:0;s:36:\"booking_unavailable_extra_minutes_in\";b:0;s:37:\"booking_unavailable_extra_minutes_out\";b:0;s:33:\"booking_unavailable_extra_days_in\";b:0;s:34:\"booking_unavailable_extra_days_out\";b:0;}s:33:\"save_and_continue__bookings_types\";a:4:{s:22:\"wpbc_swp_booking_types\";s:23:\"time_slots_appointments\";s:32:\"wpbc_swp_booking_timeslot_picker\";s:3:\"Off\";s:34:\"wpbc_swp_booking_appointments_type\";s:12:\"durationtime\";s:43:\"wpbc_swp_booking_change_over_days_triangles\";s:2:\"On\";}s:33:\"save_and_continue__form_structure\";a:1:{s:34:\"wpbc_swp_booking_form_template_pro\";s:13:\"free|vertical\";}s:35:\"save_and_continue__cal_availability\";a:8:{s:35:\"wpbc_swp_cal_availability__weekdays\";s:3:\"999\";s:39:\"booking_unavailable_days_num_from_today\";s:1:\"0\";s:37:\"booking_available_days_num_from_today\";i:0;s:32:\"booking_unavailable_extra_in_out\";b:0;s:36:\"booking_unavailable_extra_minutes_in\";b:0;s:37:\"booking_unavailable_extra_minutes_out\";b:0;s:33:\"booking_unavailable_extra_days_in\";b:0;s:34:\"booking_unavailable_extra_days_out\";b:0;}s:30:\"save_and_continue__color_theme\";a:3:{s:18:\"booking_form_theme\";s:0:\"\";s:12:\"booking_skin\";s:94:\"https://campusrestrepo.unillanos.edu.co/wp-content/plugins/booking/css/skins/25_5__round_1.css\";s:28:\"booking_timeslot_picker_skin\";s:104:\"https://campusrestrepo.unillanos.edu.co/wp-content/plugins/booking/css/time_picker_skins/light__24_8.css\";}}','auto'),(1180,'booking_range_selection_time_is_active','Off','auto'),(1181,'booking_available_days_num_from_today','0','auto'),(1973,'_elementor_element_cache_unique_id','b7ecb60c41b05074b9720d1d2e1dcb54','auto'),(2167,'mpbc_db_version_history','a:1:{i:0;s:5:\"1.3.2\";}','off'),(2606,'amelia_settings','{\"db\":{\"mysqliEnabled\":false,\"pdoEmulatePrepares\":false,\"pdoBigSelect\":true,\"ssl\":{\"enable\":false,\"key\":null,\"cert\":null,\"ca\":null,\"verify_cert\":null},\"wpTablesPrefix\":\"\",\"port\":3306},\"general\":{\"timeSlotLength\":900,\"serviceDurationAsSlot\":true,\"bufferTimeInSlot\":false,\"defaultAppointmentStatus\":\"approved\",\"defaultEventStatus\":\"approved\",\"minimumTimeRequirementPriorToBooking\":36000,\"minimumTimeRequirementPriorToCanceling\":86400,\"minimumTimeRequirementPriorToRescheduling\":86400,\"numberOfDaysAvailableForBooking\":365,\"backendSlotsDaysInFuture\":365,\"backendSlotsDaysInPast\":365,\"phoneDefaultCountryCode\":\"co\",\"ipLocateApiKey\":\"\",\"requiredPhoneNumberField\":false,\"requiredEmailField\":true,\"itemsPerPage\":12,\"itemsPerPageBackEnd\":30,\"appointmentsPerPage\":100,\"eventsPerPage\":100,\"servicesPerPage\":100,\"customersFilterLimit\":100,\"eventsFilterLimit\":1000,\"calendarEmployeesPreselected\":0,\"gMapApiKey\":\"\",\"addToCalendar\":true,\"defaultPageOnBackend\":\"Calendar\",\"showClientTimeZone\":false,\"redirectUrlAfterAppointment\":\"\",\"customFieldsUploadsPath\":\"\",\"customFieldsAllowedExtensions\":{\".jpg\":\"image\\/jpeg\",\".jpeg\":\"image\\/jpeg\",\".png\":\"image\\/png\",\".mp3\":\"audio\\/mpeg\",\".mpeg\":\"video\\/mpeg\",\".mp4\":\"video\\/mp4\",\".txt\":\"text\\/plain\",\".csv\":\"text\\/plain\",\".xls\":\"application\\/vnd.ms-excel\",\".pdf\":\"application\\/pdf\",\".doc\":\"application\\/msword\",\".docx\":\"application\\/msword\"},\"runInstantPostBookingActions\":false,\"sortingPackages\":\"nameAsc\",\"sortingServices\":\"nameAsc\",\"calendarLocaleSubstitutes\":[],\"googleRecaptcha\":{\"enabled\":false,\"invisible\":true,\"siteKey\":\"\",\"secret\":\"\"},\"usedLanguages\":[\"es_CO\"],\"backLink\":{\"enabled\":true,\"label\":\"Booking Enabled by Amelia - Appointment and Event Booking Plugin\",\"url\":\"https:\\/\\/wpamelia.com\\/?utm_source=lite&utm_medium=websites&utm_campaign=powerdby\"}},\"company\":{\"pictureFullPath\":\"https:\\/\\/campusrestrepo.unillanos.edu.co\\/wp-content\\/uploads\\/2025\\/11\\/descarga.png\",\"pictureThumbPath\":\"https:\\/\\/campusrestrepo.unillanos.edu.co\\/wp-content\\/uploads\\/2025\\/11\\/descarga-150x150.png\",\"name\":\"UNIVERSIDAD DE LOS LLANOS\",\"address\":\"Vereda Barcelona Km 7\",\"addressComponents\":[],\"countryCode\":\"co\",\"phone\":\"\",\"vat\":\" 3222923194\",\"countryPhoneIso\":\"co\",\"website\":\"unillanos.edu.co\",\"translations\":{\"name\":[]},\"email\":\"[email protected]\"},\"notifications\":{\"mailService\":\"php\",\"smtpHost\":\"\",\"smtpPort\":\"\",\"smtpSecure\":\"ssl\",\"smtpUsername\":\"\",\"smtpPassword\":\"\",\"mailgunApiKey\":\"\",\"mailgunDomain\":\"\",\"mailgunEndpoint\":\"\",\"senderName\":\"\",\"replyTo\":\"\",\"senderEmail\":\"\",\"notifyCustomers\":true,\"sendAllCF\":true,\"smsAlphaSenderId\":\"Amelia\",\"smsSignedIn\":false,\"smsApiToken\":\"\",\"bccEmail\":\"\",\"bccSms\":\"\",\"emptyPackageEmployees\":\"\",\"smsBalanceEmail\":{\"enabled\":false,\"minimum\":0,\"email\":\"\"},\"cancelSuccessUrl\":\"\",\"cancelErrorUrl\":\"\",\"approveSuccessUrl\":\"\",\"approveErrorUrl\":\"\",\"rejectSuccessUrl\":\"\",\"rejectErrorUrl\":\"\",\"breakReplacement\":\"<br>\",\"pendingReminder\":false,\"sendInvoice\":false,\"invoiceFormat\":\"pdf\",\"whatsAppEnabled\":false,\"whatsAppPhoneID\":\"\",\"whatsAppAccessToken\":\"\",\"whatsAppBusinessID\":\"\",\"whatsAppLanguage\":\"\",\"whatsAppReplyEnabled\":false,\"whatsAppReplyMsg\":\"Dear %customer_full_name%,\\nThis message does not have an option for responding. If you need additional information about your booking, please contact us at %company_phone%\",\"whatsAppReplyToken\":\"2486be57678eeaaf0de8\"},\"daysOff\":[],\"weekSchedule\":[{\"day\":\"Lunes\",\"time\":[\"08:00\",\"18:00\"],\"periods\":[{\"time\":[\"08:00\",\"18:00\"]}],\"breaks\":[]},{\"day\":\"Martes\",\"time\":[\"08:00\",\"18:00\"],\"periods\":[{\"time\":[\"08:00\",\"18:00\"]}],\"breaks\":[]},{\"day\":\"Mi\\u00e9rcoles\",\"time\":[\"08:00\",\"18:00\"],\"periods\":[{\"time\":[\"08:00\",\"18:00\"]}],\"breaks\":[]},{\"day\":\"Jueves\",\"time\":[\"08:00\",\"18:00\"],\"periods\":[{\"time\":[\"08:00\",\"18:00\"]}],\"breaks\":[]},{\"day\":\"Viernes\",\"time\":[\"08:00\",\"18:00\"],\"periods\":[{\"time\":[\"08:00\",\"18:00\"]}],\"breaks\":[]},{\"day\":\"S\\u00e1bado\",\"time\":[\"08:00\",\"18:00\"],\"periods\":[{\"time\":[\"08:00\",\"18:00\"]}],\"breaks\":[]},{\"day\":\"Domingo\",\"time\":[\"08:00\",\"18:00\"],\"periods\":[{\"time\":[\"08:00\",\"18:00\"]}],\"breaks\":[]}],\"googleCalendar\":{\"clientID\":\"\",\"clientSecret\":\"\",\"redirectURI\":\"https:\\/\\/campusrestrepo.unillanos.edu.co\\/wp-admin\\/admin.php?page=wpamelia-employees\",\"showAttendees\":false,\"insertPendingAppointments\":false,\"addAttendees\":false,\"sendEventInvitationEmail\":false,\"removeGoogleCalendarBusySlots\":false,\"maximumNumberOfEventsReturned\":50,\"eventTitle\":\"%service_name%\",\"eventDescription\":\"\",\"includeBufferTimeGoogleCalendar\":false,\"status\":\"tentative\",\"enableGoogleMeet\":false,\"title\":{\"appointment\":\"%service_name%\",\"event\":\"%event_name%\"},\"description\":{\"appointment\":\"\",\"event\":\"\"},\"calendarEnabled\":false},\"outlookCalendar\":{\"clientID\":\"\",\"clientSecret\":\"\",\"redirectURI\":\"https:\\/\\/campusrestrepo.unillanos.edu.co\\/wp-admin\\/\",\"insertPendingAppointments\":false,\"addAttendees\":false,\"sendEventInvitationEmail\":false,\"removeOutlookCalendarBusySlots\":false,\"maximumNumberOfEventsReturned\":50,\"ignoreAmeliaEvents\":false,\"eventTitle\":\"%service_name%\",\"eventDescription\":\"\",\"includeBufferTimeOutlookCalendar\":false,\"enableMicrosoftTeams\":false,\"title\":{\"appointment\":\"%service_name%\",\"event\":\"%event_name%\"},\"description\":{\"appointment\":\"\",\"event\":\"\"},\"calendarEnabled\":false,\"mailEnabled\":false,\"token\":null},\"payments\":{\"currency\":\"USD\",\"symbol\":\"$\",\"priceSymbolPosition\":\"before\",\"priceNumberOfDecimals\":2,\"priceSeparator\":1,\"hideCurrencySymbolFrontend\":false,\"defaultPaymentMethod\":\"onSite\",\"onSite\":true,\"cart\":false,\"coupons\":true,\"couponsCaseInsensitive\":false,\"paymentLinks\":{\"enabled\":false,\"changeBookingStatus\":false,\"redirectUrl\":\"https:\\/\\/campusrestrepo.unillanos.edu.co\"},\"taxes\":{\"enabled\":false,\"excluded\":true},\"payPal\":{\"enabled\":false,\"sandboxMode\":false,\"liveApiClientId\":\"\",\"liveApiSecret\":\"\",\"testApiClientId\":\"\",\"testApiSecret\":\"\",\"description\":{\"enabled\":false,\"appointment\":\"\",\"package\":\"\",\"event\":\"\",\"cart\":\"\"}},\"stripe\":{\"enabled\":false,\"testMode\":false,\"livePublishableKey\":\"\",\"liveSecretKey\":\"\",\"testPublishableKey\":\"\",\"testSecretKey\":\"\",\"address\":false,\"description\":{\"enabled\":false,\"appointment\":\"\",\"package\":\"\",\"event\":\"\",\"cart\":\"\"},\"metaData\":{\"enabled\":false,\"appointment\":null,\"package\":null,\"event\":null,\"cart\":\"\"},\"manualCapture\":false,\"returnUrl\":\"\",\"connect\":{\"enabled\":false,\"method\":\"transfer\",\"amount\":0,\"type\":\"percentage\",\"capabilities\":[\"card_payments\",\"transfers\"]}},\"wc\":{\"enabled\":false,\"productId\":\"\",\"onSiteIfFree\":false,\"page\":\"cart\",\"dashboard\":true,\"checkoutData\":{\"appointment\":\"\",\"package\":\"\",\"event\":\"\",\"cart\":\"\",\"translations\":{\"appointment\":{\"hy\":\"\",\"sq\":\"\"},\"event\":{\"hy\":\"\",\"sq\":\"\"},\"package\":{\"hy\":\"\",\"sq\":\"\"},\"cart\":\"\"}},\"skipCheckoutGetValueProcessing\":true,\"skipGetItemDataProcessing\":true,\"redirectPage\":1,\"bookMultiple\":false,\"bookUnpaid\":true,\"rules\":{\"appointment\":[{\"order\":\"pending\",\"booking\":\"pending\",\"payment\":\"pending\",\"update\":false},{\"order\":\"on-hold\",\"booking\":\"default\",\"payment\":\"paid\",\"update\":false},{\"order\":\"processing\",\"booking\":\"default\",\"payment\":\"paid\",\"update\":false},{\"order\":\"completed\",\"booking\":\"default\",\"payment\":\"paid\",\"update\":false},{\"order\":\"cancelled\",\"booking\":\"canceled\",\"payment\":\"pending\",\"update\":false},{\"order\":\"failed\",\"booking\":\"canceled\",\"payment\":\"pending\",\"update\":false}],\"package\":[{\"order\":\"on-hold\",\"booking\":\"approved\",\"payment\":\"paid\",\"update\":false},{\"order\":\"processing\",\"booking\":\"approved\",\"payment\":\"paid\",\"update\":false},{\"order\":\"completed\",\"booking\":\"approved\",\"payment\":\"paid\",\"update\":false},{\"order\":\"cancelled\",\"booking\":\"canceled\",\"payment\":\"pending\",\"update\":false},{\"order\":\"failed\",\"booking\":\"canceled\",\"payment\":\"pending\",\"update\":false}],\"event\":[{\"order\":\"pending\",\"booking\":\"pending\",\"payment\":\"pending\",\"update\":false},{\"order\":\"on-hold\",\"booking\":\"approved\",\"payment\":\"paid\",\"update\":false},{\"order\":\"processing\",\"booking\":\"approved\",\"payment\":\"paid\",\"update\":false},{\"order\":\"completed\",\"booking\":\"approved\",\"payment\":\"paid\",\"update\":false},{\"order\":\"cancelled\",\"booking\":\"canceled\",\"payment\":\"pending\",\"update\":false},{\"order\":\"failed\",\"booking\":\"canceled\",\"payment\":\"pending\",\"update\":false}]}},\"mollie\":{\"enabled\":false,\"testMode\":false,\"liveApiKey\":\"\",\"testApiKey\":\"\",\"description\":{\"enabled\":false,\"appointment\":\"\",\"package\":\"\",\"event\":\"\",\"cart\":\"\"},\"metaData\":{\"enabled\":false,\"appointment\":null,\"package\":null,\"event\":null,\"cart\":\"\"},\"method\":[],\"cancelBooking\":false},\"razorpay\":{\"enabled\":false,\"testMode\":false,\"liveKeyId\":\"\",\"liveKeySecret\":\"\",\"testKeyId\":\"\",\"testKeySecret\":\"\",\"description\":{\"enabled\":false,\"appointment\":\"\",\"package\":\"\",\"event\":\"\",\"cart\":\"\"},\"name\":{\"enabled\":false,\"appointment\":\"\",\"package\":\"\",\"event\":\"\",\"cart\":\"\"},\"metaData\":{\"enabled\":false,\"appointment\":null,\"package\":null,\"event\":null,\"cart\":\"\"}},\"square\":{\"enabled\":false,\"locationId\":\"\",\"accessToken\":\"\",\"testMode\":false,\"clientLiveId\":\"sq0idp-TtDyGP_2RfKYpFzrDqs0lw\",\"clientTestId\":\"sandbox-sq0idb-Wxnxasx1NMG_ZyvM--JV4Q\",\"countryCode\":\"\",\"description\":{\"enabled\":false,\"appointment\":\"\",\"package\":\"\",\"event\":\"\",\"cart\":\"\"},\"metaData\":{\"enabled\":false,\"appointment\":null,\"package\":null,\"event\":null,\"cart\":null},\"phpVersion\":\"8.4.5\"},\"barion\":{\"enabled\":false,\"sandboxMode\":false,\"livePOSKey\":\"\",\"sandboxPOSKey\":\"\",\"payeeEmail\":\"\",\"description\":{\"enabled\":false,\"appointment\":\"\",\"package\":\"\",\"event\":\"\",\"cart\":\"\"},\"metaData\":{\"enabled\":false,\"appointment\":null,\"package\":null,\"event\":null,\"cart\":null}},\"currencyCode\":\"USD\"},\"activation\":{\"showActivationSettings\":true,\"active\":false,\"purchaseCodeStore\":\"\",\"envatoTokenEmail\":\"\",\"version\":\"8.6\",\"deleteTables\":false,\"showAmeliaPromoCustomizePopup\":true,\"showAmeliaSurvey\":true,\"stash\":false,\"responseErrorAsConflict\":true,\"hideUnavailableFeatures\":true,\"disableUrlParams\":true,\"enableThriveItems\":false,\"customUrl\":{\"enabled\":false,\"pluginPath\":\"\\/wp-content\\/plugins\\/ameliabooking\\/\",\"ajaxPath\":\"\\/wp-admin\\/admin-ajax.php\",\"uploadsPath\":\"\"},\"v3RelativePath\":false,\"v3AsyncLoading\":false,\"premiumBannerVisibility\":true,\"dismissibleBannerVisibility\":true,\"isNewInstallation\":false},\"customization\":{\"primaryColor\":\"#1A84EE\",\"primaryGradient1\":\"#1A84EE\",\"primaryGradient2\":\"#0454A2\",\"textColor\":\"#354052\",\"textColorOnBackground\":\"#FFFFFF\",\"font\":\"Amelia Roboto\",\"fontUrl\":\"\",\"customFontFamily\":\"\",\"customFontSelected\":\"unselected\",\"useGenerated\":false,\"useGlobalColors\":{\"stepByStepForm\":false,\"catalogForm\":false,\"eventListForm\":false,\"eventCalendarForm\":false},\"globalColors\":{\"primaryColor\":\"#1A84EE\",\"formBackgroundColor\":\"#FFFFFF\",\"formTextColor\":\"#354052\",\"formInputColor\":\"#FFFFFF\",\"formInputTextColor\":\"#354052\",\"formDropdownColor\":\"#FFFFFF\",\"formDropdownTextColor\":\"#354052\",\"formGradientColor1\":\"#1A84EE\",\"formGradientColor2\":\"#0454A2\",\"formGradientAngle\":135,\"formImageColor\":\"#1A84EE\",\"textColorOnBackground\":\"#FFFFFF\"}},\"labels\":{\"enabled\":true,\"employee\":\"employee\",\"employees\":\"employees\",\"service\":\"service\",\"services\":\"services\"},\"roles\":{\"allowConfigureSchedule\":false,\"allowConfigureDaysOff\":false,\"allowConfigureSpecialDays\":false,\"allowConfigureServices\":false,\"allowWriteAppointments\":false,\"allowWriteCustomers\":false,\"automaticallyCreateCustomer\":true,\"inspectCustomerInfo\":false,\"allowCustomerReschedule\":false,\"allowCustomerCancelPackages\":true,\"allowCustomerDeleteProfile\":false,\"allowWriteEvents\":false,\"allowAdminBookAtAnyTime\":false,\"allowAdminBookOverApp\":false,\"adminServiceDurationAsSlot\":false,\"enabledHttpAuthorization\":true,\"enableNoShowTag\":true,\"customerCabinet\":{\"enabled\":true,\"headerJwtSecret\":\"4903a0b978dec64e5dbd\",\"urlJwtSecret\":\"bf480fb3542153bc59ff\",\"tokenValidTime\":2592000,\"pageUrl\":\"\",\"loginEnabled\":true,\"filterDate\":false,\"translations\":{\"url\":[]},\"googleRecaptcha\":false},\"providerCabinet\":{\"enabled\":true,\"headerJwtSecret\":\"2c87982a906d2f6b6d08\",\"urlJwtSecret\":\"424322a1c8a3a5161ed2\",\"tokenValidTime\":2592000,\"pageUrl\":\"\",\"loginEnabled\":true,\"filterDate\":false,\"googleRecaptcha\":false},\"urlAttachment\":{\"enabled\":true,\"headerJwtSecret\":\"f9d66bb5f522a4747fc7\",\"urlJwtSecret\":\"c75260a71471e1a9b4fa\",\"tokenValidTime\":2592000,\"pageUrl\":\"\",\"loginEnabled\":true,\"filterDate\":false},\"limitPerCustomerService\":{\"enabled\":false,\"numberOfApp\":1,\"timeFrame\":\"day\",\"period\":1,\"from\":\"bookingDate\"},\"limitPerCustomerPackage\":{\"enabled\":false,\"numberOfApp\":1,\"timeFrame\":\"day\",\"period\":1},\"limitPerCustomerEvent\":{\"enabled\":false,\"numberOfApp\":1,\"timeFrame\":\"day\",\"period\":1,\"from\":\"bookingDate\"},\"limitPerEmployee\":{\"enabled\":false,\"numberOfApp\":1,\"timeFrame\":\"day\",\"period\":1},\"providerBadges\":{\"counter\":3,\"badges\":[{\"id\":1,\"content\":\"Most Popular\",\"color\":\"#1246D6\"},{\"id\":2,\"content\":\"Top Performer\",\"color\":\"#019719\"},{\"id\":3,\"content\":\"Exclusive\",\"color\":\"#CCA20C\"}]}},\"appointments\":{\"isGloballyBusySlot\":false,\"bookMultipleTimes\":false,\"allowBookingIfPending\":true,\"allowBookingIfNotMin\":true,\"openedBookingAfterMin\":false,\"cartPlaceholders\":\"<!-- Content --><p>DateTime: %appointment_date_time%<\\/p>\",\"cartPlaceholdersSms\":\"DateTime: %appointment_date_time%\",\"cartPlaceholdersCustomer\":\"<!-- Content --><p>DateTime: %appointment_date_time%<\\/p>\",\"cartPlaceholdersCustomerSms\":\"DateTime: %appointment_date_time%\",\"recurringPlaceholders\":\"DateTime: %appointment_date_time%\",\"recurringPlaceholdersSms\":\"DateTime: %appointment_date_time%\",\"recurringPlaceholdersCustomer\":\"DateTime: %appointment_date_time%\",\"recurringPlaceholdersCustomerSms\":\"DateTime: %appointment_date_time%\",\"packagePlaceholders\":\"DateTime: %appointment_date_time%\",\"packagePlaceholdersSms\":\"DateTime: %appointment_date_time%\",\"packagePlaceholdersCustomer\":\"DateTime: %appointment_date_time%\",\"packagePlaceholdersCustomerSms\":\"DateTime: %appointment_date_time%\",\"groupAppointmentPlaceholder\":\"Name: %customer_full_name%\",\"groupEventPlaceholder\":\"Name: %customer_full_name%\",\"groupAppointmentPlaceholderSms\":\"Name: %customer_full_name%\",\"groupEventPlaceholderSms\":\"Name: %customer_full_name%\",\"translations\":{\"cartPlaceholdersCustomer\":null,\"cartPlaceholdersCustomerSms\":null,\"recurringPlaceholdersCustomer\":null,\"recurringPlaceholdersCustomerSms\":null,\"packagePlaceholdersCustomer\":null,\"packagePlaceholdersCustomerSms\":null,\"groupAppointmentPlaceholder\":\"Name: %customer_full_name%\",\"groupEventPlaceholder\":\"Name: %customer_full_name%\",\"groupAppointmentPlaceholderSms\":\"Name: %customer_full_name%\",\"groupEventPlaceholderSms\":\"Name: %customer_full_name%\"},\"waitingListEvents\":{\"enabled\":false,\"addingMethod\":\"Manually\"},\"qrCodeEvents\":{\"enabled\":false},\"pastDaysEvents\":0,\"employeeSelection\":\"random\",\"bringingAnyoneLogic\":\"additional\"},\"webHooks\":[],\"zoom\":{\"enabled\":true,\"apiKey\":\"\",\"apiSecret\":\"\",\"meetingTitle\":\"%reservation_name%\",\"meetingAgenda\":\"%reservation_description%\",\"pendingAppointmentsMeetings\":false,\"s2sEnabled\":true,\"accountId\":\"\",\"clientId\":\"\",\"clientSecret\":\"\",\"accessToken\":\"\"},\"apiKeys\":{\"apiKeys\":[]},\"lessonSpace\":{\"enabled\":true,\"apiKey\":\"\",\"spaceNameAppointments\":\"%reservation_name%\",\"spaceNameEvents\":\"%reservation_name%\",\"pendingAppointments\":false,\"companyId\":\"\"},\"ics\":{\"sendIcsAttachment\":false,\"sendIcsAttachmentPending\":false,\"description\":{\"appointment\":\"\",\"event\":\"\",\"translations\":{\"appointment\":null,\"event\":null}}},\"facebookPixel\":{\"id\":\"\",\"tracking\":{\"appointment\":[],\"event\":[],\"package\":[]}},\"googleAnalytics\":{\"id\":\"\",\"tracking\":{\"appointment\":[],\"event\":[],\"package\":[]}},\"googleTag\":{\"id\":\"\",\"tracking\":{\"appointment\":[],\"event\":[],\"package\":[]}},\"mailchimp\":{\"accessToken\":null,\"server\":null,\"list\":null,\"checkedByDefault\":false},\"appleCalendar\":{\"clientID\":\"\",\"clientSecret\":\"\",\"redirectURI\":\"https:\\/\\/campusrestrepo.unillanos.edu.co\\/wp-admin\\/admin.php?page=wpamelia-employees\",\"insertPendingAppointments\":false,\"addAttendees\":false,\"removeAppleCalendarBusySlots\":false,\"eventTitle\":\"%service_name%\",\"eventDescription\":\"\",\"includeBufferTimeAppleCalendar\":false,\"title\":{\"appointment\":\"%service_name%\",\"event\":\"%event_name%\"},\"description\":{\"appointment\":\"\",\"event\":\"\"}},\"socialLogin\":{\"enableGoogleLogin\":false,\"enableFacebookLogin\":false,\"facebookAppId\":\"\",\"facebookAppSecret\":\"\"}}','auto'),(2628,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:31:\"[email protected]\";s:7:\"version\";s:5:\"6.8.5\";s:9:\"timestamp\";i:1778572912;}','off'),(2655,'amelia_show_wpdt_promo','yes','auto'),(2837,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:5:\"6.8.5\";s:7:\"current\";s:5:\"6.8.3\";s:10:\"error_code\";s:23:\"mkdir_failed_ziparchive\";s:10:\"error_data\";s:69:\"/var/www/proyeccion/restrepo/wp-content/upgrade/wordpress-6.8.5-es_es\";s:9:\"timestamp\";i:1778572912;s:5:\"retry\";b:0;}','off'),(3595,'category_children','a:0:{}','auto'),(9250,'_site_transient_timeout_php_check_f4e425cdc65ba7660354eb213c40a6b6','1778791255','off'),(9251,'_site_transient_php_check_f4e425cdc65ba7660354eb213c40a6b6','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(9474,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.9.4.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.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-6.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.9.4.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.8.5.zip\";s:6:\"locale\";s:5:\"es_ES\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-6.8.5.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.5\";s:7:\"version\";s:5:\"6.8.5\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1778572911;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-12-02 18:51:27\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/es_ES.zip\";s:10:\"autoupdate\";b:1;}}}','off'),(9475,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1778572911;s:7:\"checked\";a:2:{s:5:\"astra\";s:6:\"4.11.6\";s:7:\"blocksy\";s:5:\"2.1.3\";}s:8:\"response\";a:2:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.13.1\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.13.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:7:\"blocksy\";a:6:{s:5:\"theme\";s:7:\"blocksy\";s:11:\"new_version\";s:6:\"2.1.41\";s:3:\"url\";s:37:\"https://wordpress.org/themes/blocksy/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/blocksy.2.1.41.zip\";s:8:\"requires\";s:3:\"6.5\";s:12:\"requires_php\";s:3:\"7.0\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(9476,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1778572911;s:8:\"response\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:25:\"booking/wpdev-booking.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:21:\"w.org/plugins/booking\";s:4:\"slug\";s:7:\"booking\";s:6:\"plugin\";s:25:\"booking/wpdev-booking.php\";s:11:\"new_version\";s:4:\"11.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/booking/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/booking.11.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/booking/assets/icon-256x256.gif?rev=3335907\";s:2:\"1x\";s:60:\"https://ps.w.org/booking/assets/icon-128x128.gif?rev=3335907\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/booking/assets/banner-1544x500.png?rev=3313496\";s:2:\"1x\";s:62:\"https://ps.w.org/booking/assets/banner-772x250.png?rev=3313496\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:453:\"<p>Added Time Slots Availability and General Availability tools for more precise availability management. Administrators can block or unblock exact time intervals from the Availability page or bookings workflow, review booked and unavailable states in an interactive timeline, and create new bookings from selected available intervals with resource, date, and time prefilled. Also includes a faster Add Booking popup and availability accuracy fixes.</p>\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.0.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"6.6.3\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.6.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.gif?rev=3182943\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.gif?rev=3182943\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=3477294\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=3477294\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:27:\"king-addons/king-addons.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/king-addons\";s:4:\"slug\";s:11:\"king-addons\";s:6:\"plugin\";s:27:\"king-addons/king-addons.php\";s:11:\"new_version\";s:7:\"51.1.62\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/king-addons/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/king-addons.51.1.62.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/king-addons/assets/icon-256x256.gif?rev=3428798\";s:2:\"1x\";s:64:\"https://ps.w.org/king-addons/assets/icon-256x256.gif?rev=3428798\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/king-addons/assets/banner-1544x500.png?rev=3095861\";s:2:\"1x\";s:66:\"https://ps.w.org/king-addons/assets/banner-772x250.png?rev=3095862\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:67:\"motopress-booking-calendar-lite/motopress-booking-calendar-lite.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:45:\"w.org/plugins/motopress-booking-calendar-lite\";s:4:\"slug\";s:31:\"motopress-booking-calendar-lite\";s:6:\"plugin\";s:67:\"motopress-booking-calendar-lite/motopress-booking-calendar-lite.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/motopress-booking-calendar-lite/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/motopress-booking-calendar-lite.1.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:76:\"https://ps.w.org/motopress-booking-calendar-lite/assets/icon.svg?rev=3321131\";s:3:\"svg\";s:76:\"https://ps.w.org/motopress-booking-calendar-lite/assets/icon.svg?rev=3321131\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/motopress-booking-calendar-lite/assets/banner-1544x500.png?rev=3328916\";s:2:\"1x\";s:86:\"https://ps.w.org/motopress-booking-calendar-lite/assets/banner-772x250.png?rev=3328916\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"ameliabooking/ameliabooking.php\";O:8:\"stdClass\":16:{s:6:\"author\";s:9:\"Melograno\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://store.melograno.io/static/img/plugins/ameliabooking/logo.svg\";s:2:\"2x\";s:68:\"https://store.melograno.io/static/img/plugins/ameliabooking/logo.svg\";}s:7:\"banners\";a:2:{s:3:\"low\";s:67:\"https://store.melograno.io/static/img/plugins/ameliabooking/low.png\";s:4:\"high\";s:68:\"https://store.melograno.io/static/img/plugins/ameliabooking/high.png\";}s:7:\"version\";s:3:\"9.4\";s:11:\"new_version\";s:3:\"9.4\";s:6:\"tested\";s:5:\"6.9.4\";s:14:\"upgrade_notice\";s:78:\"After updating, make sure to clear any caching / CDN plugins you may be using.\";s:8:\"requires\";b:0;s:7:\"package\";N;s:13:\"download_link\";N;s:11:\"description\";s:146:\"Amelia is a simple yet powerful automated booking specialist, working 24/7 to make sure your customers can make appointments even while you sleep!\";s:8:\"homepage\";s:21:\"https://wpamelia.com/\";s:11:\"plugin_name\";s:6:\"Amelia\";s:4:\"name\";s:6:\"Amelia\";s:4:\"slug\";s:31:\"ameliabooking/ameliabooking.php\";s:5:\"valid\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:31:\"ameliabooking/ameliabooking.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/ameliabooking\";s:4:\"slug\";s:13:\"ameliabooking\";s:6:\"plugin\";s:31:\"ameliabooking/ameliabooking.php\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/ameliabooking/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ameliabooking.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/ameliabooking/assets/icon-256x256.png?rev=3429091\";s:2:\"1x\";s:66:\"https://ps.w.org/ameliabooking/assets/icon-128x128.png?rev=3429091\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/ameliabooking/assets/banner-1544x500.png?rev=3429091\";s:2:\"1x\";s:68:\"https://ps.w.org/ameliabooking/assets/banner-772x250.png?rev=3429091\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:8:{s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:31:\"ameliabooking/ameliabooking.php\";s:3:\"8.6\";s:25:\"booking/wpdev-booking.php\";s:7:\"10.12.3\";s:23:\"elementor/elementor.php\";s:6:\"3.30.3\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"6.2.0\";s:9:\"hello.php\";s:5:\"1.7.2\";s:27:\"king-addons/king-addons.php\";s:8:\"24.12.91\";s:67:\"motopress-booking-calendar-lite/motopress-booking-calendar-lite.php\";s:5:\"1.0.0\";}}','off'),(9502,'_site_transient_timeout_wp_theme_files_patterns-19b0871973a0f4a8c7795a47eb2e0de7','1778613678','off'),(9503,'_site_transient_wp_theme_files_patterns-19b0871973a0f4a8c7795a47eb2e0de7','a:2:{s:7:\"version\";s:5:\"2.1.3\";s:8:\"patterns\";a:0:{}}','off');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1897 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,6,'_elementor_edit_mode','builder'),(4,6,'_elementor_template_type','kit'),(5,8,'_edit_lock','1767968728:1'),(6,12,'_menu_item_type','post_type'),(7,12,'_menu_item_menu_item_parent','0'),(8,12,'_menu_item_object_id','8'),(9,12,'_menu_item_object','page'),(10,12,'_menu_item_target',''),(11,12,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12,12,'_menu_item_xfn',''),(13,12,'_menu_item_url',''),(16,8,'_eael_post_view_count','2951'),(17,13,'_wp_attached_file','2025/06/logo-rojo-scaled.png'),(18,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2025/06/logo-rojo-scaled.png\";s:8:\"filesize\";i:99295;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"logo-rojo-scaled-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7039;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"logo-rojo-scaled-1024x205.png\";s:5:\"width\";i:1024;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"logo-rojo-scaled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"logo-rojo-scaled-768x154.png\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32468;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"logo-rojo-scaled-1536x307.png\";s:5:\"width\";i:1536;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91942;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"logo-rojo-scaled-2048x410.png\";s:5:\"width\";i:2048;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111537;}}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:{}}}'),(34,20,'_edit_lock','1753892577:1'),(48,20,'_eael_post_view_count','109'),(54,27,'_edit_lock','1752683589:1'),(55,27,'_elementor_edit_mode','builder'),(56,27,'_elementor_template_type','wp-page'),(57,27,'_elementor_version','3.29.2'),(58,27,'_eael_post_view_count','90'),(60,29,'_elementor_edit_mode','builder'),(61,29,'_elementor_template_type','wp-page'),(62,29,'_elementor_version','3.29.2'),(63,30,'_elementor_edit_mode','builder'),(64,30,'_elementor_template_type','wp-page'),(65,30,'_elementor_version','3.29.2'),(66,27,'_wp_page_template','default'),(67,27,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(68,27,'_elementor_data','[{\"id\":\"7d2ce57\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"0209f24\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":409,\"sizes\":[]},\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(69,31,'_elementor_edit_mode','builder'),(70,31,'_elementor_template_type','wp-page'),(71,31,'_elementor_version','3.29.2'),(72,31,'_wp_page_template','default'),(73,31,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(74,31,'_elementor_data','[{\"id\":\"7d2ce57\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"0209f24\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":409,\"sizes\":[]},\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(76,27,'_eael_custom_js',''),(77,8,'_elementor_edit_mode','builder'),(78,8,'_elementor_template_type','wp-page'),(79,8,'_elementor_version','3.29.2'),(80,32,'_elementor_edit_mode','builder'),(81,32,'_elementor_template_type','wp-page'),(82,32,'_elementor_version','3.29.2'),(83,33,'_elementor_edit_mode','builder'),(84,33,'_elementor_template_type','wp-page'),(85,33,'_elementor_version','3.29.2'),(86,8,'_wp_page_template','default'),(87,8,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(88,8,'_elementor_data','[{\"id\":\"cae7d71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"isInner\":false},{\"id\":\"6a70898\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"ec92c50\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(89,34,'_elementor_edit_mode','builder'),(90,34,'_elementor_template_type','wp-page'),(91,34,'_elementor_version','3.29.2'),(92,34,'_wp_page_template','default'),(93,34,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(94,34,'_elementor_data','[{\"id\":\"6a70898\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"ec92c50\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(96,8,'_eael_custom_js',''),(108,36,'_elementor_edit_mode','builder'),(109,36,'_elementor_template_type','wp-page'),(110,36,'_elementor_version','3.29.2'),(111,36,'_wp_page_template','default'),(112,36,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(113,36,'_elementor_data','[{\"id\":\"6a70898\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"ec92c50\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(116,37,'_elementor_edit_mode','builder'),(117,37,'_elementor_template_type','wp-page'),(118,37,'_elementor_version','3.29.2'),(119,37,'_wp_page_template','default'),(120,37,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(121,37,'_elementor_data','[{\"id\":\"6a70898\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"ec92c50\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(124,38,'_elementor_edit_mode','builder'),(125,38,'_elementor_template_type','wp-page'),(126,38,'_elementor_version','3.29.2'),(127,38,'_wp_page_template','default'),(128,38,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(129,38,'_elementor_data','[{\"id\":\"cae7d71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"isInner\":false},{\"id\":\"6a70898\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"ec92c50\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(160,46,'_elementor_edit_mode','builder'),(161,46,'_elementor_template_type','kit'),(163,6,'_wp_page_template','default'),(164,6,'_elementor_page_settings','a:1:{s:9:\"site_name\";s:0:\"\";}'),(173,51,'mpbc_type','hourly'),(174,51,'mpbc_form_id','72'),(177,51,'_eael_post_view_count','9'),(186,51,'_edit_lock','1762361329:1'),(187,72,'mpbc_structure','a:6:{s:22:\"mpbc-text-6991508c0e78\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Cedula\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:22:\"mpbc-text-afd04e805b75\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Dirección\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:23:\"mpbc-radio-e899416c969e\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:22:\"Seleccione una opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-eae46b8875a6\";s:10:\"Estudiante\";s:23:\"mpbc-radio-670d0d039f42\";s:8:\"Egresado\";s:23:\"mpbc-radio-623f3175a33c\";s:10:\"Visitante \";}}s:23:\"mpbc-radio-7139faf59f07\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:20:\"Seleccione 1 opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-fbee465805e1\";s:17:\"Menor de 18 años\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:17:\"Mayor de 18 años\";s:23:\"mpbc-radio-9869a7d906b1\";s:17:\"Mayor de 65 años\";}}s:24:\"mpbc-select-0d278153dbcd\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:21:\"Seleccione su horario\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:24:\"mpbc-option-5acf4ca48314\";s:9:\"8:00-8:15\";s:24:\"mpbc-option-657e4adbf687\";s:9:\"8:15-8:30\";s:24:\"mpbc-option-0550b0d5907b\";s:9:\"8:30-8:45\";}}s:26:\"mpbc-checkbox-6ecd2f2ff781\";a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:11:\"inner_label\";s:38:\"<strong>Acepto los términos</strong>.\";}}'),(188,72,'mpbc_settings','a:1:{s:8:\"currency\";s:3:\"COP\";}'),(189,73,'_elementor_edit_mode','builder'),(190,73,'_elementor_template_type','wp-page'),(191,73,'_elementor_version','3.29.2'),(192,73,'_wp_page_template','default'),(193,73,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(194,73,'_elementor_data','[{\"id\":\"cae7d71\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"isInner\":false},{\"id\":\"6a70898\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"ec92c50\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(198,27,'_edit_last','1'),(199,74,'_elementor_edit_mode','builder'),(200,74,'_elementor_template_type','wp-page'),(201,74,'_elementor_version','3.29.2'),(202,74,'_wp_page_template','default'),(203,74,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(204,74,'_elementor_data','[{\"id\":\"7d2ce57\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"0209f24\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":409,\"sizes\":[]},\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}]'),(208,75,'_elementor_edit_mode','builder'),(209,75,'_elementor_template_type','wp-page'),(210,75,'_elementor_version','3.30.1'),(211,75,'_wp_page_template','default'),(212,75,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(213,75,'_elementor_data','[{\"id\":\"7d2ce57\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"0209f24\",\"elType\":\"widget\",\"settings\":{\"address\":\"museo de historia restrepo\",\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":409,\"sizes\":[]},\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"59d8ad0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"isInner\":false}]'),(217,6,'_edit_lock','1752683483:1'),(218,76,'_edit_lock','1765398180:1'),(227,81,'_menu_item_type','post_type'),(228,81,'_menu_item_menu_item_parent','0'),(229,81,'_menu_item_object_id','76'),(230,81,'_menu_item_object','page'),(231,81,'_menu_item_target',''),(232,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(233,81,'_menu_item_xfn',''),(234,81,'_menu_item_url',''),(237,76,'_eael_post_view_count','190'),(242,83,'_edit_last','1'),(243,83,'mpbc_type','email'),(244,83,'mpbc_form_id','72'),(245,83,'mpbc_template','customer_new_booking'),(246,83,'mpbc_trigger_event','booking_placed'),(247,83,'mpbc_recipients','a:1:{i:0;s:8:\"customer\";}'),(248,83,'mpbc_subject','{site_title} - Reserva #{booking_id}'),(249,83,'mpbc_header','Reserva #{booking_id}'),(250,83,'mpbc_message','<p>Estimado {customer_name},</p>\r\n<p>Su reserva ha sido creada.</p>\r\n<p>Reservas:</p>\r\n<ul>{reservations}\r\n<li>{calendar_name} - {variation_name} on {reservation_date} for {reservation_price}.<br />{variation_fields}</li>\r\n{reservations}</ul>\r\n<p>Precio total: {booking_price}</p>\r\n<p>Información adicional</p>\r\n<p>{form_fields}</p>\r\n<p>Hasta pronto.</p>'),(251,83,'_edit_lock','1762881799:1'),(252,83,'mpbc_custom_emails','[email protected]'),(253,84,'mpbc_uid','97a76ef7-c522-4a13-b604-e85f092b626e'),(254,84,'mpbc_property_id','51'),(255,84,'mpbc_form_id','72'),(256,84,'mpbc_custom_fields','a:4:{s:22:\"mpbc-text-6991508c0e78\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Cedula\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:22:\"mpbc-text-afd04e805b75\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Dirección\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:23:\"mpbc-radio-e899416c969e\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:16:\"Select an option\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-eae46b8875a6\";s:10:\"Estudiante\";s:23:\"mpbc-radio-670d0d039f42\";s:8:\"Egresado\";s:23:\"mpbc-radio-623f3175a33c\";s:10:\"Visitante \";}}s:23:\"mpbc-radio-daf7c68da285\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:20:\"Seleccione 1 opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-fbee465805e1\";s:17:\"Menor de 18 años\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:17:\"Mayor de 18 años\";s:23:\"mpbc-radio-9869a7d906b1\";s:17:\"Mayor de 65 años\";}}}'),(257,84,'mpbc_custom_data','a:4:{s:22:\"mpbc-text-6991508c0e78\";s:10:\"1121837760\";s:22:\"mpbc-text-afd04e805b75\";s:15:\"calle 50a 40 92\";s:23:\"mpbc-radio-e899416c969e\";s:23:\"mpbc-radio-670d0d039f42\";s:23:\"mpbc-radio-daf7c68da285\";s:23:\"mpbc-radio-c4a516f5e4c9\";}'),(258,84,'mpbc_price','20000'),(259,84,'mpbc_datepicker_mode','single'),(260,84,'mpbc_customer_name','ELkin Yesid Moreno Hernández'),(261,84,'mpbc_customer_email','[email protected]'),(262,84,'mpbc_customer_phone','3178863354'),(263,85,'mpbc_group_id','1'),(264,85,'mpbc_custom_fields','a:0:{}'),(265,85,'mpbc_custom_data','a:0:{}'),(266,85,'mpbc_price','20000'),(267,84,'_edit_lock','1752770243:1'),(268,86,'mpbc_uid','4a66c9aa-f9da-4106-8dff-05fb1f636f67'),(269,86,'mpbc_property_id','51'),(270,86,'mpbc_form_id','72'),(271,86,'mpbc_custom_fields','a:4:{s:22:\"mpbc-text-6991508c0e78\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Cedula\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:22:\"mpbc-text-afd04e805b75\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Dirección\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:23:\"mpbc-radio-e899416c969e\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:16:\"Select an option\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-eae46b8875a6\";s:10:\"Estudiante\";s:23:\"mpbc-radio-670d0d039f42\";s:8:\"Egresado\";s:23:\"mpbc-radio-623f3175a33c\";s:10:\"Visitante \";}}s:23:\"mpbc-radio-daf7c68da285\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:20:\"Seleccione 1 opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-fbee465805e1\";s:17:\"Menor de 18 años\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:17:\"Mayor de 18 años\";s:23:\"mpbc-radio-9869a7d906b1\";s:17:\"Mayor de 65 años\";}}}'),(272,86,'mpbc_custom_data','a:4:{s:22:\"mpbc-text-6991508c0e78\";s:8:\"17336977\";s:22:\"mpbc-text-afd04e805b75\";s:6:\"bogota\";s:23:\"mpbc-radio-e899416c969e\";s:23:\"mpbc-radio-623f3175a33c\";s:23:\"mpbc-radio-daf7c68da285\";s:23:\"mpbc-radio-c4a516f5e4c9\";}'),(273,86,'mpbc_price','20000'),(274,86,'mpbc_datepicker_mode','single'),(275,86,'mpbc_customer_name','cesar mancera'),(276,86,'mpbc_customer_email','[email protected]'),(277,86,'mpbc_customer_phone','3102591051'),(278,87,'mpbc_group_id','1'),(279,87,'mpbc_custom_fields','a:0:{}'),(280,87,'mpbc_custom_data','a:0:{}'),(281,87,'mpbc_price','20000'),(282,86,'_edit_lock','1753198433:1'),(283,86,'_edit_lock','1753198433:1'),(284,86,'_edit_last','1'),(291,91,'footnotes',''),(292,94,'_edit_lock','1762872992:1'),(293,97,'_menu_item_type','post_type'),(294,97,'_menu_item_menu_item_parent','0'),(295,97,'_menu_item_object_id','94'),(296,97,'_menu_item_object','page'),(297,97,'_menu_item_target',''),(298,97,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(299,97,'_menu_item_xfn',''),(300,97,'_menu_item_url',''),(303,94,'_eael_post_view_count','101'),(304,89,'_eael_post_view_count','78'),(305,99,'mpbc_uid','cbd9fe2d-e29b-40de-a7db-c2aa22a5d8ae'),(306,99,'mpbc_property_id','51'),(307,99,'mpbc_form_id','72'),(308,99,'mpbc_custom_fields','a:4:{s:22:\"mpbc-text-6991508c0e78\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Cedula\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:22:\"mpbc-text-afd04e805b75\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Dirección\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:23:\"mpbc-radio-e899416c969e\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:16:\"Select an option\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-eae46b8875a6\";s:10:\"Estudiante\";s:23:\"mpbc-radio-670d0d039f42\";s:8:\"Egresado\";s:23:\"mpbc-radio-623f3175a33c\";s:10:\"Visitante \";}}s:23:\"mpbc-radio-daf7c68da285\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:20:\"Seleccione 1 opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-fbee465805e1\";s:17:\"Menor de 18 años\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:17:\"Mayor de 18 años\";s:23:\"mpbc-radio-9869a7d906b1\";s:17:\"Mayor de 65 años\";}}}'),(309,99,'mpbc_custom_data','a:4:{s:22:\"mpbc-text-6991508c0e78\";s:12:\"616363781881\";s:22:\"mpbc-text-afd04e805b75\";s:16:\"Ysyusjsjkajajshs\";s:23:\"mpbc-radio-e899416c969e\";s:23:\"mpbc-radio-eae46b8875a6\";s:23:\"mpbc-radio-daf7c68da285\";s:23:\"mpbc-radio-c4a516f5e4c9\";}'),(310,99,'mpbc_price','20000'),(311,99,'mpbc_datepicker_mode','single'),(312,99,'mpbc_customer_name','Haha'),(313,99,'mpbc_customer_email','[email protected]'),(314,99,'mpbc_customer_phone','3178863354'),(315,100,'mpbc_group_id','1'),(316,100,'mpbc_custom_fields','a:0:{}'),(317,100,'mpbc_custom_data','a:0:{}'),(318,100,'mpbc_price','20000'),(319,90,'_eael_post_view_count','84'),(320,101,'mpbc_uid','ea168aae-f261-4afb-aa30-4b767a60aac2'),(321,101,'mpbc_property_id','51'),(322,101,'mpbc_form_id','72'),(323,101,'mpbc_custom_fields','a:4:{s:22:\"mpbc-text-6991508c0e78\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Cedula\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:22:\"mpbc-text-afd04e805b75\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Dirección\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:23:\"mpbc-radio-e899416c969e\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:16:\"Select an option\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-eae46b8875a6\";s:10:\"Estudiante\";s:23:\"mpbc-radio-670d0d039f42\";s:8:\"Egresado\";s:23:\"mpbc-radio-623f3175a33c\";s:10:\"Visitante \";}}s:23:\"mpbc-radio-daf7c68da285\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:20:\"Seleccione 1 opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-fbee465805e1\";s:17:\"Menor de 18 años\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:17:\"Mayor de 18 años\";s:23:\"mpbc-radio-9869a7d906b1\";s:17:\"Mayor de 65 años\";}}}'),(324,101,'mpbc_custom_data','a:4:{s:22:\"mpbc-text-6991508c0e78\";s:9:\"123456789\";s:22:\"mpbc-text-afd04e805b75\";s:9:\"calle 100\";s:23:\"mpbc-radio-e899416c969e\";s:23:\"mpbc-radio-670d0d039f42\";s:23:\"mpbc-radio-daf7c68da285\";s:23:\"mpbc-radio-9869a7d906b1\";}'),(325,101,'mpbc_price','300000'),(326,101,'mpbc_datepicker_mode','single'),(327,101,'mpbc_customer_name','jdmm'),(328,101,'mpbc_customer_email','[email protected]'),(329,101,'mpbc_customer_phone','3145675890'),(330,102,'mpbc_group_id','1'),(331,102,'mpbc_custom_fields','a:0:{}'),(332,102,'mpbc_custom_data','a:0:{}'),(333,102,'mpbc_price','20000'),(334,103,'mpbc_group_id','1'),(335,103,'mpbc_custom_fields','a:0:{}'),(336,103,'mpbc_custom_data','a:0:{}'),(337,103,'mpbc_price','20000'),(338,104,'mpbc_group_id','1'),(339,104,'mpbc_custom_fields','a:0:{}'),(340,104,'mpbc_custom_data','a:0:{}'),(341,104,'mpbc_price','20000'),(342,105,'mpbc_group_id','1'),(343,105,'mpbc_custom_fields','a:0:{}'),(344,105,'mpbc_custom_data','a:0:{}'),(345,105,'mpbc_price','20000'),(346,106,'mpbc_group_id','1'),(347,106,'mpbc_custom_fields','a:0:{}'),(348,106,'mpbc_custom_data','a:0:{}'),(349,106,'mpbc_price','20000'),(350,107,'mpbc_group_id','1'),(351,107,'mpbc_custom_fields','a:0:{}'),(352,107,'mpbc_custom_data','a:0:{}'),(353,107,'mpbc_price','20000'),(354,108,'mpbc_group_id','1'),(355,108,'mpbc_custom_fields','a:0:{}'),(356,108,'mpbc_custom_data','a:0:{}'),(357,108,'mpbc_price','20000'),(358,109,'mpbc_group_id','1'),(359,109,'mpbc_custom_fields','a:0:{}'),(360,109,'mpbc_custom_data','a:0:{}'),(361,109,'mpbc_price','20000'),(362,110,'mpbc_group_id','1'),(363,110,'mpbc_custom_fields','a:0:{}'),(364,110,'mpbc_custom_data','a:0:{}'),(365,110,'mpbc_price','20000'),(366,111,'mpbc_group_id','1'),(367,111,'mpbc_custom_fields','a:0:{}'),(368,111,'mpbc_custom_data','a:0:{}'),(369,111,'mpbc_price','20000'),(370,112,'mpbc_group_id','1'),(371,112,'mpbc_custom_fields','a:0:{}'),(372,112,'mpbc_custom_data','a:0:{}'),(373,112,'mpbc_price','20000'),(374,113,'mpbc_group_id','1'),(375,113,'mpbc_custom_fields','a:0:{}'),(376,113,'mpbc_custom_data','a:0:{}'),(377,113,'mpbc_price','20000'),(378,114,'mpbc_group_id','1'),(379,114,'mpbc_custom_fields','a:0:{}'),(380,114,'mpbc_custom_data','a:0:{}'),(381,114,'mpbc_price','20000'),(382,115,'mpbc_group_id','1'),(383,115,'mpbc_custom_fields','a:0:{}'),(384,115,'mpbc_custom_data','a:0:{}'),(385,115,'mpbc_price','20000'),(386,116,'mpbc_group_id','1'),(387,116,'mpbc_custom_fields','a:0:{}'),(388,116,'mpbc_custom_data','a:0:{}'),(389,116,'mpbc_price','20000'),(390,117,'mpbc_uid','2286dcc5-bd18-46ab-a16f-0e980d99d8b8'),(391,117,'mpbc_property_id','51'),(392,117,'mpbc_form_id','72'),(393,117,'mpbc_custom_fields','a:4:{s:22:\"mpbc-text-6991508c0e78\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Cedula\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:22:\"mpbc-text-afd04e805b75\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Dirección\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:23:\"mpbc-radio-e899416c969e\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:16:\"Select an option\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-eae46b8875a6\";s:10:\"Estudiante\";s:23:\"mpbc-radio-670d0d039f42\";s:8:\"Egresado\";s:23:\"mpbc-radio-623f3175a33c\";s:10:\"Visitante \";}}s:23:\"mpbc-radio-daf7c68da285\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:20:\"Seleccione 1 opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-fbee465805e1\";s:17:\"Menor de 18 años\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:17:\"Mayor de 18 años\";s:23:\"mpbc-radio-9869a7d906b1\";s:17:\"Mayor de 65 años\";}}}'),(394,117,'mpbc_custom_data','a:4:{s:22:\"mpbc-text-6991508c0e78\";s:8:\"24242342\";s:22:\"mpbc-text-afd04e805b75\";s:6:\"234242\";s:23:\"mpbc-radio-e899416c969e\";s:23:\"mpbc-radio-670d0d039f42\";s:23:\"mpbc-radio-daf7c68da285\";s:23:\"mpbc-radio-c4a516f5e4c9\";}'),(395,117,'mpbc_price','20000'),(396,117,'mpbc_datepicker_mode','single'),(397,117,'mpbc_customer_name','effdsfs11'),(398,117,'mpbc_customer_email','[email protected]'),(399,117,'mpbc_customer_phone','3178863354'),(400,118,'mpbc_group_id','1'),(401,118,'mpbc_custom_fields','a:0:{}'),(402,118,'mpbc_custom_data','a:0:{}'),(403,118,'mpbc_price','20000'),(404,90,'_edit_lock','1762360562:1'),(405,90,'_elementor_edit_mode','builder'),(406,90,'_elementor_template_type','wp-page'),(407,90,'_elementor_version','3.30.3'),(408,119,'_elementor_edit_mode','builder'),(409,119,'_elementor_template_type','wp-page'),(410,119,'_elementor_version','3.30.3'),(411,120,'_elementor_edit_mode','builder'),(412,120,'_elementor_template_type','wp-page'),(413,120,'_elementor_version','3.30.3'),(414,90,'_wp_page_template','default'),(415,90,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(416,90,'_elementor_data','[{\"id\":\"156dad57\",\"elType\":\"container\",\"settings\":{\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"5b827f0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Gracias por tu reserva. Tu reserva se ha recibido correctamente<br><br><\\/p>\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(417,121,'_elementor_edit_mode','builder'),(418,121,'_elementor_template_type','wp-page'),(419,121,'_elementor_version','3.30.3'),(420,121,'_wp_page_template','default'),(421,121,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:19:\"Tabla de contenidos\";}'),(422,121,'_elementor_data','[{\"id\":\"156dad57\",\"elType\":\"container\",\"settings\":{\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[{\"id\":\"5b827f0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Gracias por tu reserva. Tu reserva se ha recibido correctamente<br><br><\\/p>\",\"kng_adv_border_radius_value\":\"30% 70% 70% 30% \\/ 30% 30% 70% 70%\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(424,90,'_eael_custom_js',''),(425,122,'mpbc_uid','9c3c1aab-6549-4277-a3a5-c29f01416f82'),(426,122,'mpbc_property_id','51'),(427,122,'mpbc_form_id','72'),(428,122,'mpbc_custom_fields','a:4:{s:22:\"mpbc-text-6991508c0e78\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Cedula\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:22:\"mpbc-text-afd04e805b75\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Dirección\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:23:\"mpbc-radio-e899416c969e\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:16:\"Select an option\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-eae46b8875a6\";s:10:\"Estudiante\";s:23:\"mpbc-radio-670d0d039f42\";s:8:\"Egresado\";s:23:\"mpbc-radio-623f3175a33c\";s:10:\"Visitante \";}}s:23:\"mpbc-radio-daf7c68da285\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:20:\"Seleccione 1 opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-fbee465805e1\";s:17:\"Menor de 18 años\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:17:\"Mayor de 18 años\";s:23:\"mpbc-radio-9869a7d906b1\";s:17:\"Mayor de 65 años\";}}}'),(429,122,'mpbc_custom_data','a:4:{s:22:\"mpbc-text-6991508c0e78\";s:6:\"112321\";s:22:\"mpbc-text-afd04e805b75\";s:8:\"calle100\";s:23:\"mpbc-radio-e899416c969e\";s:23:\"mpbc-radio-eae46b8875a6\";s:23:\"mpbc-radio-daf7c68da285\";s:23:\"mpbc-radio-fbee465805e1\";}'),(430,122,'mpbc_price','20000'),(431,122,'mpbc_datepicker_mode','single'),(432,122,'mpbc_customer_name','jdmm'),(433,122,'mpbc_customer_email','[email protected]'),(434,122,'mpbc_customer_phone','3145675890'),(435,123,'mpbc_group_id','1'),(436,123,'mpbc_custom_fields','a:0:{}'),(437,123,'mpbc_custom_data','a:0:{}'),(438,123,'mpbc_price','20000'),(444,130,'_wp_attached_file','2025/11/hero-scaled.png'),(445,130,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1460;s:4:\"file\";s:23:\"2025/11/hero-scaled.png\";s:8:\"filesize\";i:3057131;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"hero-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56420;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"hero-1024x584.png\";s:5:\"width\";i:1024;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:527719;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"hero-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35990;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"hero-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:329904;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"hero-1536x876.png\";s:5:\"width\";i:1536;s:6:\"height\";i:876;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1155523;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"hero-2048x1168.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1813879;}}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:{}}s:14:\"original_image\";s:8:\"hero.png\";}'),(453,134,'_edit_lock','1762872852:1'),(454,136,'_edit_lock','1764085692:1'),(455,139,'_edit_lock','1762873037:1'),(456,141,'_edit_lock','1762873152:1'),(457,143,'_edit_lock','1762873180:1'),(459,81,'_wp_old_date','2025-07-16'),(460,97,'_wp_old_date','2025-07-30'),(461,146,'_menu_item_type','post_type'),(462,146,'_menu_item_menu_item_parent','0'),(463,146,'_menu_item_object_id','134'),(464,146,'_menu_item_object','page'),(465,146,'_menu_item_target',''),(466,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(467,146,'_menu_item_xfn',''),(468,146,'_menu_item_url',''),(469,147,'_menu_item_type','post_type'),(470,147,'_menu_item_menu_item_parent','0'),(471,147,'_menu_item_object_id','136'),(472,147,'_menu_item_object','page'),(473,147,'_menu_item_target',''),(474,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(475,147,'_menu_item_xfn',''),(476,147,'_menu_item_url',''),(477,148,'_menu_item_type','post_type'),(478,148,'_menu_item_menu_item_parent','0'),(479,148,'_menu_item_object_id','141'),(480,148,'_menu_item_object','page'),(481,148,'_menu_item_target',''),(482,148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(483,148,'_menu_item_xfn',''),(484,148,'_menu_item_url',''),(485,149,'_menu_item_type','post_type'),(486,149,'_menu_item_menu_item_parent','0'),(487,149,'_menu_item_object_id','139'),(488,149,'_menu_item_object','page'),(489,149,'_menu_item_target',''),(490,149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(491,149,'_menu_item_xfn',''),(492,149,'_menu_item_url',''),(493,150,'_menu_item_type','post_type'),(494,150,'_menu_item_menu_item_parent','0'),(495,150,'_menu_item_object_id','143'),(496,150,'_menu_item_object','page'),(497,150,'_menu_item_target',''),(498,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(499,150,'_menu_item_xfn',''),(500,150,'_menu_item_url',''),(503,134,'_eael_post_view_count','93'),(504,136,'_eael_post_view_count','103'),(505,141,'_eael_post_view_count','97'),(506,139,'_eael_post_view_count','101'),(507,143,'_eael_post_view_count','103'),(513,153,'_edit_lock','1762873546:1'),(514,156,'_menu_item_type','post_type'),(515,156,'_menu_item_menu_item_parent','0'),(516,156,'_menu_item_object_id','153'),(517,156,'_menu_item_object','page'),(518,156,'_menu_item_target',''),(519,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(520,156,'_menu_item_xfn',''),(521,156,'_menu_item_url',''),(542,166,'mpbc_uid','ecbd282a-47cd-4a18-a1ae-a51b96d91adb'),(543,166,'mpbc_property_id','51'),(544,166,'mpbc_form_id','72'),(545,166,'mpbc_custom_fields','a:5:{s:22:\"mpbc-text-6991508c0e78\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Cedula\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:22:\"mpbc-text-afd04e805b75\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Dirección\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;}s:23:\"mpbc-radio-e899416c969e\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:22:\"Seleccione una opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-eae46b8875a6\";s:10:\"Estudiante\";s:23:\"mpbc-radio-670d0d039f42\";s:8:\"Egresado\";s:23:\"mpbc-radio-623f3175a33c\";s:10:\"Visitante \";}}s:23:\"mpbc-radio-4753887a5666\";a:5:{s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:20:\"Seleccione 1 opción\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:23:\"mpbc-radio-fbee465805e1\";s:17:\"Menor de 18 años\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:17:\"Mayor de 18 años\";s:23:\"mpbc-radio-9869a7d906b1\";s:17:\"Mayor de 65 años\";}}s:24:\"mpbc-select-0d278153dbcd\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:21:\"Seleccione su horario\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:7:\"options\";a:3:{s:24:\"mpbc-option-5acf4ca48314\";s:9:\"8:00-8:15\";s:24:\"mpbc-option-657e4adbf687\";s:9:\"8:15-8:30\";s:24:\"mpbc-option-0550b0d5907b\";s:9:\"8:30-8:45\";}}}'),(546,166,'mpbc_custom_data','a:5:{s:22:\"mpbc-text-6991508c0e78\";s:13:\"2342342342342\";s:22:\"mpbc-text-afd04e805b75\";s:22:\"dsggdsg sdfg sdg345345\";s:23:\"mpbc-radio-e899416c969e\";s:23:\"mpbc-radio-670d0d039f42\";s:23:\"mpbc-radio-4753887a5666\";s:23:\"mpbc-radio-c4a516f5e4c9\";s:24:\"mpbc-select-0d278153dbcd\";s:24:\"mpbc-option-0550b0d5907b\";}'),(547,166,'mpbc_price','20000'),(548,166,'mpbc_datepicker_mode','single'),(549,166,'mpbc_customer_name','ADasd sdfgs dfg sdgfs dfg'),(550,166,'mpbc_customer_email','[email protected]'),(551,166,'mpbc_customer_phone','312313313313'),(552,167,'mpbc_group_id','1'),(553,167,'mpbc_custom_fields','a:0:{}'),(554,167,'mpbc_custom_data','a:0:{}'),(555,167,'mpbc_price','20000'),(559,166,'_edit_lock','1762881203:1'),(560,166,'_edit_last','1'),(561,153,'_eael_post_view_count','91'),(562,168,'_edit_last','1'),(563,168,'mpbc_type','email'),(564,168,'mpbc_form_id','72'),(565,168,'mpbc_template','customer_new_booking'),(566,168,'mpbc_trigger_event','booking_placed'),(567,168,'mpbc_recipients','a:2:{i:0;s:8:\"customer\";i:1;s:6:\"custom\";}'),(568,168,'mpbc_subject','{site_title} - Reserva #{booking_id}'),(569,168,'mpbc_header','Reserva #{booking_id}'),(570,168,'mpbc_message','<p>Estimado {customer_name},</p>\r\n<p>Su reserva ha sido creada.</p>\r\n<p>Reservas:</p>\r\n<ul>{reservations}\r\n<li>{calendar_name} - {variation_name} on {reservation_date} for {reservation_price}.<br />{variation_fields}</li>\r\n{reservations}</ul>\r\n<p>Precio total: {booking_price}</p>\r\n<p>Información adicional</p>\r\n<p>{form_fields}</p>\r\n<p>Hasta pronto.</p>'),(571,168,'_edit_lock','1762882452:1'),(572,168,'mpbc_custom_emails','[email protected]'),(592,180,'_wp_attached_file','2025/11/hero-scaled.png'),(593,180,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1460;s:4:\"file\";s:23:\"2025/11/hero-scaled.png\";s:8:\"filesize\";i:1647991;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"hero-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51024;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"hero-1024x584.png\";s:5:\"width\";i:1024;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:429837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"hero-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"hero-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:274373;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"hero-1536x876.png\";s:5:\"width\";i:1536;s:6:\"height\";i:876;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:789629;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"hero-2048x1168.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1201856;}}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:{}}s:14:\"original_image\";s:8:\"hero.png\";}'),(594,181,'_wp_attached_file','2025/11/papagayo-23-1024x694-1.jpg'),(595,181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:694;s:4:\"file\";s:34:\"2025/11/papagayo-23-1024x694-1.jpg\";s:8:\"filesize\";i:83799;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"papagayo-23-1024x694-1-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"papagayo-23-1024x694-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7343;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"papagayo-23-1024x694-1-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58747;}}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:{}}}'),(596,182,'mpbc_description','Entrada para publico.'),(597,182,'mpbc_structure','a:0:{}'),(598,182,'_thumbnail_id','181'),(599,184,'_wp_attached_file','2025/11/1f3f1ee076b77e1fabd4857592ca41b8.jpg'),(600,184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:736;s:6:\"height\";i:613;s:4:\"file\";s:44:\"2025/11/1f3f1ee076b77e1fabd4857592ca41b8.jpg\";s:8:\"filesize\";i:85034;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"1f3f1ee076b77e1fabd4857592ca41b8-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"1f3f1ee076b77e1fabd4857592ca41b8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(601,185,'mpbc_description','Entrada a la Comunidad Unillanista'),(602,185,'mpbc_structure','a:0:{}'),(603,185,'_thumbnail_id','184'),(608,89,'_edit_lock','1764085561:1'),(613,187,'_wp_attached_file','2025/11/descarga.png'),(614,187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2025/11/descarga.png\";s:8:\"filesize\";i:10327;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"descarga-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19354;}}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:{}}}'),(615,188,'_edit_lock','1765397976:1'),(616,188,'blocksy_post_meta_options','a:2:{s:19:\"page_structure_type\";s:7:\"default\";s:17:\"styles_descriptor\";a:3:{s:6:\"styles\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:12:\"google_fonts\";a:0:{}s:7:\"version\";i:6;}}'),(617,188,'_eael_post_view_count','118'),(657,76,'_elementor_template_type','wp-page'),(658,76,'_elementor_version','3.30.3'),(659,206,'footnotes',''),(660,208,'_edit_lock','1765398929:1'),(661,208,'_eael_post_view_count','97'),(779,1,'_eael_post_view_count','18'),(1887,6,'_elementor_css','a:6:{s:4:\"time\";i:1778572913;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1888,8,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:18:\"widget-google_maps\";}}'),(1889,8,'_elementor_css','a:6:{s:4:\"time\";i:1778572914;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1890,8,'_elementor_element_cache','{\"timeout\":1778666514,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-cae7d71 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"cae7d71\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6a70898 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"6a70898\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ec92c50 elementor-widget elementor-widget-google_maps\\\" data-id=\\\"ec92c50\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"google_maps.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-custom-embed\\\">\\n\\t\\t\\t<iframe loading=\\\"lazy\\\"\\n\\t\\t\\t\\t\\tsrc=\\\"https:\\/\\/maps.google.com\\/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\\\"\\n\\t\\t\\t\\t\\ttitle=\\\"museo de historia restrepo\\\"\\n\\t\\t\\t\\t\\taria-label=\\\"museo de historia restrepo\\\"\\n\\t\\t\\t><\\/iframe>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(1891,27,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:18:\"widget-google_maps\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(1892,27,'_elementor_css','a:6:{s:4:\"time\";i:1778574453;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1893,27,'_elementor_element_cache','{\"timeout\":1778668053,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-7d2ce57 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7d2ce57\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0209f24 elementor-widget elementor-widget-google_maps\\\" data-id=\\\"0209f24\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"google_maps.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-custom-embed\\\">\\n\\t\\t\\t<iframe loading=\\\"lazy\\\"\\n\\t\\t\\t\\t\\tsrc=\\\"https:\\/\\/maps.google.com\\/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\\\"\\n\\t\\t\\t\\t\\ttitle=\\\"museo de historia restrepo\\\"\\n\\t\\t\\t\\t\\taria-label=\\\"museo de historia restrepo\\\"\\n\\t\\t\\t><\\/iframe>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(1894,90,'_elementor_page_assets','a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(1895,90,'_elementor_css','a:6:{s:4:\"time\";i:1778585763;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1896,90,'_elementor_element_cache','{\"timeout\":1778679364,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-156dad57 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"156dad57\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element k=\\\"b7ecb60c41b05074b9720d1d2e1dcb54\\\" data=\\\"eyJpZCI6IjViODI3ZjBiIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+R3JhY2lhcyBwb3IgdHUgcmVzZXJ2YS4gVHUgcmVzZXJ2YSBzZSBoYSByZWNpYmlkbyBjb3JyZWN0YW1lbnRlPGJyPjxicj48XC9wPiIsImtuZ19hZHZfYm9yZGVyX3JhZGl1c192YWx1ZSI6IjMwJSA3MCUgNzAlIDMwJSBcLyAzMCUgMzAlIDcwJSA3MCUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int NOT NULL DEFAULT '0',
  `post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint 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=220 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2025-06-25 20:33:56','2025-06-25 18:33:56','<!-- wp:paragraph -->\n<p>Te damos la bienvenida a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡luego empieza a escribir!</p>\n<!-- /wp:paragraph -->','¡Hola, mundo!','','publish','open','open','','hola-mundo','','','2025-06-25 20:33:56','2025-06-25 18:33:56','',0,'https://campusrestrepo.unillanos.edu.co/?p=1',0,'post','',1),(3,1,'2025-06-25 20:33:56','2025-06-25 18:33:56','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Quiénes somos</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>La dirección de nuestra web es: https://campusrestrepo.unillanos.edu.co.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comentarios</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Cuando los visitantes dejan comentarios en la web, recopilamos los datos que se muestran en el formulario de comentarios, así como la dirección IP del visitante y la cadena de agentes de usuario del navegador para ayudar a la detección de spam.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Una cadena anónima creada a partir de tu dirección de correo electrónico (también llamada hash) puede ser proporcionada al servicio de Gravatar para ver si la estás usando. La política de privacidad del servicio Gravatar está disponible aquí: https://automattic.com/privacy/. Después de la aprobación de tu comentario, la imagen de tu perfil es visible para el público en el contexto de tu comentario.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Medios</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si subes imágenes a la web, deberías evitar subir imágenes con datos de ubicación (GPS EXIF) incluidos. Los visitantes de la web pueden descargar y extraer cualquier dato de ubicación de las imágenes de la web.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si dejas un comentario en nuestro sitio puedes elegir guardar tu nombre, dirección de correo electrónico y web en cookies. Esto es para tu comodidad, para que no tengas que volver a rellenar tus datos cuando dejes otro comentario. Estas cookies tendrán una duración de un año.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Si tienes una cuenta y te conectas a este sitio, instalaremos una cookie temporal para determinar si tu navegador acepta cookies. Esta cookie no contiene datos personales y se elimina al cerrar el navegador.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Cuando accedas, también instalaremos varias cookies para guardar tu información de acceso y tus opciones de visualización de pantalla. Las cookies de acceso duran dos días, y las cookies de opciones de pantalla duran un año. Si seleccionas «Recuérdarme», tu acceso perdurará durante dos semanas. Si sales de tu cuenta, las cookies de acceso se eliminarán.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Si editas o publicas un artículo se guardará una cookie adicional en tu navegador. Esta cookie no incluye datos personales y simplemente indica el ID del artículo que acabas de editar. Caduca después de 1 día.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Contenido incrustado de otros sitios web</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Los artículos de este sitio pueden incluir contenido incrustado (por ejemplo, vídeos, imágenes, artículos, etc.). El contenido incrustado de otras webs se comporta exactamente de la misma manera que si el visitante hubiera visitado la otra web.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Estas web pueden recopilar datos sobre ti, utilizar cookies, incrustar un seguimiento adicional de terceros, y supervisar tu interacción con ese contenido incrustado, incluido el seguimiento de tu interacción con el contenido incrustado si tienes una cuenta y estás conectado a esa web.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Con quién compartimos tus datos</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si solicitas un restablecimiento de contraseña, tu dirección IP será incluida en el correo electrónico de restablecimiento.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cuánto tiempo conservamos tus datos</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si dejas un comentario, el comentario y sus metadatos se conservan indefinidamente. Esto es para que podamos reconocer y aprobar comentarios sucesivos automáticamente, en lugar de mantenerlos en una cola de moderación.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>De los usuarios que se registran en nuestra web (si los hay), también almacenamos la información personal que proporcionan en su perfil de usuario. Todos los usuarios pueden ver, editar o eliminar su información personal en cualquier momento (excepto que no pueden cambiar su nombre de usuario). Los administradores de la web también pueden ver y editar esa información.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Qué derechos tienes sobre tus datos</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Si tienes una cuenta o has dejado comentarios en esta web, puedes solicitar recibir un archivo de exportación de los datos personales que tenemos sobre ti, incluyendo cualquier dato que nos hayas proporcionado. También puedes solicitar que eliminemos cualquier dato personal que tengamos sobre ti. Esto no incluye ningún dato que estemos obligados a conservar con fines administrativos, legales o de seguridad.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Dónde se envían tus datos</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Texto sugerido: </strong>Los comentarios de los visitantes puede que los revise un servicio de detección automática de spam.</p>\n<!-- /wp:paragraph -->\n','Política de privacidad','','draft','closed','open','','politica-privacidad','','','2025-06-25 20:33:56','2025-06-25 18:33:56','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=3',0,'page','',0),(4,0,'2025-06-25 20:33:58','2025-06-25 18:33:58','<!-- wp:page-list /-->','Navegación','','publish','closed','closed','','navigation','','','2025-06-25 20:33:58','2025-06-25 18:33:58','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/06/25/navigation/',0,'wp_navigation','',0),(6,1,'2025-06-26 16:39:56','2025-06-26 14:39:56','','Kit por defecto','','publish','closed','closed','','kit-por-defecto','','','2025-07-03 20:33:14','2025-07-03 18:33:14','',0,'https://campusrestrepo.unillanos.edu.co/?p=6',0,'elementor_library','',0),(7,1,'2025-06-26 17:00:45','2025-06-26 15:00:45','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfive','','','2025-06-26 17:00:45','2025-06-26 15:00:45','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/06/26/wp-global-styles-twentytwentyfive/',0,'wp_global_styles','',0),(8,1,'2025-06-26 17:19:32','2025-06-26 15:19:32','<p><iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe></p>\n\n<!-- wp:mpbc/booking-calendar {\"propertyID\":\"51\"} /-->\n\n<!-- wp:mpbc/booking-calendar /-->','Inicio','','publish','closed','closed','','inicio','','','2025-07-16 18:23:04','2025-07-16 16:23:04','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=8',0,'page','',0),(9,1,'2025-06-26 17:19:20','2025-06-26 15:19:20','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-blocksy','','','2025-06-26 17:19:20','2025-06-26 15:19:20','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/06/26/wp-global-styles-blocksy/',0,'wp_global_styles','',0),(10,1,'2025-06-26 17:19:32','2025-06-26 15:19:32','','Inicio','','inherit','closed','closed','','8-revision-v1','','','2025-06-26 17:19:32','2025-06-26 15:19:32','',8,'https://campusrestrepo.unillanos.edu.co/?p=10',0,'revision','',0),(12,1,'2025-06-26 21:39:45','2025-06-26 19:39:45',' ','','','publish','closed','closed','','12','','','2025-06-26 21:39:45','2025-06-26 19:39:45','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/06/26/12/',2,'nav_menu_item','',0),(13,1,'2025-06-26 21:42:08','2025-06-26 19:42:08','egresado','egresado','egresado','inherit','open','closed','','logo-rojo','','','2025-11-05 17:52:20','2025-11-05 16:52:20','',0,'https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/06/logo-rojo.png',0,'attachment','image/png',0),(20,1,'2025-06-26 21:49:20','2025-06-26 19:49:20','<!-- wp:paragraph -->\n<p><strong>QUIENES SOMOS:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU</strong>), es un espacio dedicado a la preservación y divulgación de la biodiversidad de la región de la Orinoquía Colombiana. <strong>El MHNU</strong> tiene como principio la taxonomía y sistemática, fundamentales en la comprensión de la organización de la naturaleza, comunicación del conocimiento, y base para otros campos como la ecología, comportamiento, evolución, entre otros.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MISIÓN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU) </strong>tiene como misión<strong> </strong> fomentar en la comunidad en general la apropiación de la diversidad biológica característica de la Orinoquia a través de la investigación científica y la educación. Esto incluye la preservación de una muestra del patrimonio natural nacional representada en especímenes biológicos de colecciones científicas, exhibiciones permanentes, temporales o itinerantes, y actividades educativas y didácticas que permitan promover su descubrimiento, estudio y divulgación</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>VISIÓN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU)</strong> potenciará la investigación sobre la diversidad biológica nacional con énfasis en fauna de la Orinoquia colombiana, así como su conocimiento y acercamiento a la sociedad en general, esto mediante el apoyo a semilleros y grupos de investigación, líneas de profundización y convenios académicos, lo que permitirá consolidar al <strong>MHNU</strong> como referente de información sobre la biodiversidad regional, su uso y conservación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Quienes somos','','publish','closed','closed','','quienes-somos','','','2025-07-30 18:21:11','2025-07-30 16:21:11','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=20',0,'page','',0),(21,1,'2025-06-26 21:49:20','2025-06-26 19:49:20','','Quienes somos','','inherit','closed','closed','','20-revision-v1','','','2025-06-26 21:49:20','2025-06-26 19:49:20','',20,'https://campusrestrepo.unillanos.edu.co/?p=21',0,'revision','',0),(27,1,'2025-06-27 18:51:37','2025-06-27 16:51:37','<!-- wp:mpbc/booking-calendar {\"propertyID\":\"51\"} /-->\n\n<p><iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe></p>','Elementor #27','','publish','closed','closed','','elementor-27','','','2025-07-16 18:25:55','2025-07-16 16:25:55','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=27',0,'page','',0),(28,1,'2025-06-27 18:51:37','2025-06-27 16:51:37','','Elementor #27','','inherit','closed','closed','','27-revision-v1','','','2025-06-27 18:51:37','2025-06-27 16:51:37','',27,'https://campusrestrepo.unillanos.edu.co/?p=28',0,'revision','',0),(29,1,'2025-06-27 18:54:24','2025-06-27 16:54:24','','Elementor #27','','inherit','closed','closed','','27-revision-v1','','','2025-06-27 18:54:24','2025-06-27 16:54:24','',27,'https://campusrestrepo.unillanos.edu.co/?p=29',0,'revision','',0),(30,1,'2025-06-27 18:54:24','2025-06-27 16:54:24','','Elementor #27','','inherit','closed','closed','','27-revision-v1','','','2025-06-27 18:54:24','2025-06-27 16:54:24','',27,'https://campusrestrepo.unillanos.edu.co/?p=30',0,'revision','',0),(31,1,'2025-06-27 18:54:24','2025-06-27 16:54:24','<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe>','Elementor #27','','inherit','closed','closed','','27-revision-v1','','','2025-06-27 18:54:24','2025-06-27 16:54:24','',27,'https://campusrestrepo.unillanos.edu.co/?p=31',0,'revision','',0),(32,1,'2025-06-27 18:56:00','2025-06-27 16:56:00','','Inicio','','inherit','closed','closed','','8-revision-v1','','','2025-06-27 18:56:00','2025-06-27 16:56:00','',8,'https://campusrestrepo.unillanos.edu.co/?p=32',0,'revision','',0),(33,1,'2025-06-27 18:56:00','2025-06-27 16:56:00','','Inicio','','inherit','closed','closed','','8-revision-v1','','','2025-06-27 18:56:00','2025-06-27 16:56:00','',8,'https://campusrestrepo.unillanos.edu.co/?p=33',0,'revision','',0),(34,1,'2025-06-27 18:56:00','2025-06-27 16:56:00','<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe>','Inicio','','inherit','closed','closed','','8-revision-v1','','','2025-06-27 18:56:00','2025-06-27 16:56:00','',8,'https://campusrestrepo.unillanos.edu.co/?p=34',0,'revision','',0),(36,1,'2025-06-27 19:12:19','2025-06-27 17:12:19','<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe>','Inicio','','inherit','closed','closed','','8-revision-v1','','','2025-06-27 19:12:19','2025-06-27 17:12:19','',8,'https://campusrestrepo.unillanos.edu.co/?p=36',0,'revision','',0),(37,1,'2025-06-27 19:12:19','2025-06-27 17:12:19','<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe>','Inicio','','inherit','closed','closed','','8-revision-v1','','','2025-06-27 19:12:19','2025-06-27 17:12:19','',8,'https://campusrestrepo.unillanos.edu.co/?p=37',0,'revision','',0),(38,1,'2025-06-27 19:12:19','2025-06-27 17:12:19','<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe>','Inicio','','inherit','closed','closed','','8-revision-v1','','','2025-06-27 19:12:19','2025-06-27 17:12:19','',8,'https://campusrestrepo.unillanos.edu.co/?p=38',0,'revision','',0),(46,1,'2025-07-03 20:33:14','2025-07-03 18:33:14','','Kit por defecto','','inherit','closed','closed','','6-revision-v1','','','2025-07-03 20:33:14','2025-07-03 18:33:14','',6,'https://campusrestrepo.unillanos.edu.co/?p=46',0,'revision','',0),(51,1,'2025-07-09 18:38:42','2025-07-09 16:38:42','<!-- wp:mpbc/booking-calendar {\"propertyID\":\"51\"} /-->','Visita','','publish','closed','closed','','visita','','','2025-07-16 18:15:58','2025-07-16 16:15:58','',0,'https://campusrestrepo.unillanos.edu.co/index.php/calendar/visita/',0,'mpbc_property','',0),(52,1,'2025-07-09 18:38:42','2025-07-09 16:38:42','<!-- wp:mpbc/booking-calendar {\"propertyID\":\"51\"} /-->','Visita','','inherit','closed','closed','','51-revision-v1','','','2025-07-09 18:38:42','2025-07-09 16:38:42','',51,'https://campusrestrepo.unillanos.edu.co/?p=52',0,'revision','',0),(72,1,'2025-07-16 18:15:30','2025-07-16 16:15:30','<!-- wp:mpbc/form-input-customer-name -->\n<div class=\"wp-block-mpbc-form-input-customer-name mpbc-form-input is-required\"><label for=\"mpbc-b8bda5134c7b\">Nombre</label><input id=\"mpbc-b8bda5134c7b\" type=\"text\" name=\"customer[name]\" required/><p class=\"mpbc-form-input-description\">Nombre completo</p></div>\n<!-- /wp:mpbc/form-input-customer-name -->\n\n<!-- wp:mpbc/form-input-text -->\n<div class=\"wp-block-mpbc-form-input-text mpbc-form-input is-required\"><label for=\"mpbc-6991508c0e78\">Cedula</label><input id=\"mpbc-6991508c0e78\" type=\"text\" name=\"mpbc-text-6991508c0e78\" required/></div>\n<!-- /wp:mpbc/form-input-text -->\n\n<!-- wp:mpbc/form-input-text -->\n<div class=\"wp-block-mpbc-form-input-text mpbc-form-input is-required\"><label for=\"mpbc-afd04e805b75\">Dirección</label><input id=\"mpbc-afd04e805b75\" type=\"text\" name=\"mpbc-text-afd04e805b75\" required/></div>\n<!-- /wp:mpbc/form-input-text -->\n\n<!-- wp:mpbc/form-input-customer-email -->\n<div class=\"wp-block-mpbc-form-input-customer-email mpbc-form-input is-required\"><label for=\"mpbc-5f57649c6e57\">Email</label><input id=\"mpbc-5f57649c6e57\" type=\"email\" name=\"customer[email]\" required/></div>\n<!-- /wp:mpbc/form-input-customer-email -->\n\n<!-- wp:mpbc/form-input-customer-phone -->\n<div class=\"wp-block-mpbc-form-input-customer-phone mpbc-form-input is-required\"><label for=\"mpbc-b02c3241439c\">Teléfono</label><input id=\"mpbc-b02c3241439c\" type=\"tel\" name=\"customer[phone]\" required/></div>\n<!-- /wp:mpbc/form-input-customer-phone -->\n\n<!-- wp:mpbc/form-input-radio-group {\"name\":\"mpbc-radio-e899416c969e\"} -->\n<fieldset class=\"wp-block-mpbc-form-input-radio-group mpbc-form-input is-required\"><legend>Seleccione una opción</legend><!-- wp:mpbc/form-input-radio -->\n<div class=\"wp-block-mpbc-form-input-radio\"><div class=\"wp-block-mpbc-form-input-radio__input\"><input type=\"radio\" id=\"mpbc-eae46b8875a6\" name=\"mpbc-radio-e899416c969e\" value=\"mpbc-radio-eae46b8875a6\" required/></div><div class=\"wp-block-mpbc-form-input-radio__content\"><label for=\"mpbc-eae46b8875a6\">Estudiante</label></div></div>\n<!-- /wp:mpbc/form-input-radio -->\n\n<!-- wp:mpbc/form-input-radio -->\n<div class=\"wp-block-mpbc-form-input-radio\"><div class=\"wp-block-mpbc-form-input-radio__input\"><input type=\"radio\" id=\"mpbc-670d0d039f42\" name=\"mpbc-radio-e899416c969e\" value=\"mpbc-radio-670d0d039f42\" required/></div><div class=\"wp-block-mpbc-form-input-radio__content\"><label for=\"mpbc-670d0d039f42\">Egresado</label></div></div>\n<!-- /wp:mpbc/form-input-radio -->\n\n<!-- wp:mpbc/form-input-radio -->\n<div class=\"wp-block-mpbc-form-input-radio\"><div class=\"wp-block-mpbc-form-input-radio__input\"><input type=\"radio\" id=\"mpbc-623f3175a33c\" name=\"mpbc-radio-e899416c969e\" value=\"mpbc-radio-623f3175a33c\" required/></div><div class=\"wp-block-mpbc-form-input-radio__content\"><label for=\"mpbc-623f3175a33c\">Visitante </label></div></div>\n<!-- /wp:mpbc/form-input-radio --></fieldset>\n<!-- /wp:mpbc/form-input-radio-group -->\n\n<!-- wp:mpbc/form-input-radio-group {\"name\":\"mpbc-radio-7139faf59f07\"} -->\n<fieldset class=\"wp-block-mpbc-form-input-radio-group mpbc-form-input is-required\"><legend>Seleccione 1 opción</legend><!-- wp:mpbc/form-input-radio -->\n<div class=\"wp-block-mpbc-form-input-radio\"><div class=\"wp-block-mpbc-form-input-radio__input\"><input type=\"radio\" id=\"mpbc-fbee465805e1\" name=\"mpbc-radio-4329ceb08450\" value=\"mpbc-radio-fbee465805e1\" required/></div><div class=\"wp-block-mpbc-form-input-radio__content\"><label for=\"mpbc-fbee465805e1\">Menor de 18 años</label></div></div>\n<!-- /wp:mpbc/form-input-radio -->\n\n<!-- wp:mpbc/form-input-radio -->\n<div class=\"wp-block-mpbc-form-input-radio\"><div class=\"wp-block-mpbc-form-input-radio__input\"><input type=\"radio\" id=\"mpbc-c4a516f5e4c9\" name=\"mpbc-radio-4329ceb08450\" value=\"mpbc-radio-c4a516f5e4c9\" required/></div><div class=\"wp-block-mpbc-form-input-radio__content\"><label for=\"mpbc-c4a516f5e4c9\">Mayor de 18 años</label></div></div>\n<!-- /wp:mpbc/form-input-radio -->\n\n<!-- wp:mpbc/form-input-radio -->\n<div class=\"wp-block-mpbc-form-input-radio\"><div class=\"wp-block-mpbc-form-input-radio__input\"><input type=\"radio\" id=\"mpbc-9869a7d906b1\" name=\"mpbc-radio-4329ceb08450\" value=\"mpbc-radio-9869a7d906b1\" required/></div><div class=\"wp-block-mpbc-form-input-radio__content\"><label for=\"mpbc-9869a7d906b1\">Mayor de 65 años</label></div></div>\n<!-- /wp:mpbc/form-input-radio --></fieldset>\n<!-- /wp:mpbc/form-input-radio-group -->\n\n<!-- wp:mpbc/form-input-select -->\n<div class=\"wp-block-mpbc-form-input-select mpbc-form-input is-required\"><label for=\"mpbc-0d278153dbcd\">Seleccione su horario</label><select id=\"mpbc-0d278153dbcd\" name=\"mpbc-select-0d278153dbcd\" required><!-- wp:mpbc/form-input-select-option -->\n<option value=\"mpbc-option-5acf4ca48314\">8:00-8:15</option>\n<!-- /wp:mpbc/form-input-select-option -->\n\n<!-- wp:mpbc/form-input-select-option -->\n<option value=\"mpbc-option-657e4adbf687\">8:15-8:30</option>\n<!-- /wp:mpbc/form-input-select-option -->\n\n<!-- wp:mpbc/form-input-select-option -->\n<option value=\"mpbc-option-0550b0d5907b\">8:30-8:45</option>\n<!-- /wp:mpbc/form-input-select-option --></select></div>\n<!-- /wp:mpbc/form-input-select -->\n\n<!-- wp:paragraph -->\n<p><strong>Términos y Condiciones de Reserva</strong><br>Al realizar una reserva a través de esta plataforma, el usuario declara haber leído y aceptado los siguientes términos:<br><strong>Reservas no reembolsables:</strong><br>Una vez adquirida la reserva, <strong>no se realizarán devoluciones de dinero</strong> bajo ninguna circunstancia.<br><strong>Cambios y reprogramaciones:</strong><br>No se permiten <strong>cambios de fecha, horario o tipo de reserva</strong>. Le recomendamos verificar cuidadosamente los datos antes de confirmar su compra.<br><strong>Transferencia de boleto:</strong><br>En caso de no poder asistir, el titular de la reserva podrá <strong>ceder su boleto a otra persona</strong> (amigo, familiar o conocido). Esta cesión no genera costos adicionales y deberá realizarse bajo la responsabilidad del titular original.<br><strong>Confirmación de aceptación:</strong><br>Al completar el proceso de compra, el usuario <strong>acepta expresamente estos términos</strong>, sin excepción.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:mpbc/form-input-checkbox -->\n<div class=\"wp-block-mpbc-form-input-checkbox mpbc-form-input is-required\"><input id=\"mpbc-6ecd2f2ff781\" type=\"checkbox\" data-type=\"boolean\" name=\"mpbc-checkbox-6ecd2f2ff781\" value=\"true\" required/><label for=\"mpbc-6ecd2f2ff781\"><strong>Acepto los términos</strong>.</label></div>\n<!-- /wp:mpbc/form-input-checkbox --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reserva','','publish','closed','closed','','reserva','','','2025-11-11 18:18:10','2025-11-11 17:18:10','',0,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_form/reserva/',0,'mpbc_form','',0),(73,1,'2025-07-16 18:23:04','2025-07-16 16:23:04','<p><iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe></p>\n\n<!-- wp:mpbc/booking-calendar {\"propertyID\":\"51\"} /-->\n\n<!-- wp:mpbc/booking-calendar /-->','Inicio','','inherit','closed','closed','','8-revision-v1','','','2025-07-16 18:23:04','2025-07-16 16:23:04','',8,'https://campusrestrepo.unillanos.edu.co/?p=73',0,'revision','',0),(74,1,'2025-07-16 18:25:55','2025-07-16 16:25:55','<!-- wp:mpbc/booking-calendar {\"propertyID\":\"51\"} /-->\n\n<p><iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe></p>','Elementor #27','','inherit','closed','closed','','27-revision-v1','','','2025-07-16 18:25:55','2025-07-16 16:25:55','',27,'https://campusrestrepo.unillanos.edu.co/?p=74',0,'revision','',0),(75,1,'2025-07-16 18:31:51','2025-07-16 16:31:51','<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=museo%20de%20historia%20restrepo&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"museo de historia restrepo\"\n					aria-label=\"museo de historia restrepo\"\n			></iframe>','Elementor #27','','inherit','closed','closed','','27-autosave-v1','','','2025-07-16 18:31:51','2025-07-16 16:31:51','',27,'https://campusrestrepo.unillanos.edu.co/?p=75',0,'revision','',0),(76,1,'2025-07-16 18:37:51','2025-07-16 16:37:51','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->','Reservas','','publish','closed','closed','','reservas','','','2025-12-10 21:22:44','2025-12-10 20:22:44','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=76',0,'page','',0),(77,1,'2025-07-16 18:37:51','2025-07-16 16:37:51','','Reservas','','inherit','closed','closed','','76-revision-v1','','','2025-07-16 18:37:51','2025-07-16 16:37:51','',76,'https://campusrestrepo.unillanos.edu.co/?p=77',0,'revision','',0),(79,1,'2025-07-16 18:39:11','2025-07-16 16:39:11','<!-- wp:mpbc/booking-calendar {\"propertyID\":\"51\"} /-->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reservas','','inherit','closed','closed','','76-revision-v1','','','2025-07-16 18:39:11','2025-07-16 16:39:11','',76,'https://campusrestrepo.unillanos.edu.co/?p=79',0,'revision','',0),(81,1,'2025-11-11 16:03:37','2025-07-16 16:39:56',' ','','','publish','closed','closed','','81','','','2025-11-11 16:03:37','2025-11-11 15:03:37','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/07/16/81/',8,'nav_menu_item','',0),(83,1,'2025-07-17 16:20:53','2025-07-17 14:20:53','','Reserva creada','','publish','closed','closed','','83','','','2025-11-11 18:23:58','2025-11-11 17:23:58','',0,'https://campusrestrepo.unillanos.edu.co/?post_type=mpbc_notification&#038;p=83',0,'mpbc_notification','',0),(84,1,'2025-07-17 18:37:44','2025-07-17 16:37:44','','#84','','confirmed','closed','closed','','84','','','2025-07-17 18:37:44','2025-07-17 16:37:44','',0,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_booking/84/',0,'mpbc_booking','',0),(85,1,'2025-07-17 18:37:44','2025-07-17 16:37:44','','Reservation #85','','publish','closed','closed','','85','','','2025-07-17 18:37:44','2025-07-17 16:37:44','',84,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/85/',0,'mpbc_reservation','',0),(86,1,'2025-07-22 17:30:05','2025-07-22 15:30:05','','#86','','confirmed','closed','closed','','86','','','2025-07-22 17:30:52','2025-07-22 15:30:52','',0,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_booking/86/',0,'mpbc_booking','',0),(87,0,'2025-07-22 17:30:05','2025-07-22 15:30:05','','Reservation #87','','publish','closed','closed','','87','','','2025-07-22 17:30:05','2025-07-22 15:30:05','',86,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/87/',0,'mpbc_reservation','',0),(89,1,'2025-07-22 18:30:46','2025-07-22 16:30:46','[booking resource_id=1]','Formulario de reserva','','publish','closed','closed','','wp-booking-calendar','','','2025-07-22 18:30:46','2025-07-22 16:30:46','',0,'https://campusrestrepo.unillanos.edu.co/index.php/wp-booking-calendar/',0,'page','',0),(90,1,'2025-07-22 18:30:46','2025-07-22 16:30:46','<p>Gracias por tu reserva. Tu reserva se ha recibido correctamente<br><br></p>','Reserva recibida','','publish','closed','closed','','wpbc-booking-received','','','2025-11-05 17:37:58','2025-11-05 16:37:58','',0,'https://campusrestrepo.unillanos.edu.co/index.php/wpbc-booking-received/',0,'page','',0),(91,1,'2025-07-30 18:19:29','2025-07-30 16:19:29','<!-- wp:paragraph -->\n<p><strong>MISIÓN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU) </strong>tiene como misión<strong> </strong> fomentar en la comunidad en general la apropiación de la diversidad biológica característica de la Orinoquia a través de la investigación científica y la educación. Esto incluye la preservación de una muestra del patrimonio natural nacional representada en especímenes biológicos de colecciones científicas, exhibiciones permanentes, temporales o itinerantes, y actividades educativas y didácticas que permitan promover su descubrimiento, estudio y divulgación</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>VISIÓN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Quienes somos','','inherit','closed','closed','','20-autosave-v1','','','2025-07-30 18:19:29','2025-07-30 16:19:29','',20,'https://campusrestrepo.unillanos.edu.co/?p=91',0,'revision','',0),(92,1,'2025-07-30 18:19:37','2025-07-30 16:19:37','<!-- wp:paragraph -->\n<p><strong>MISIÓN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU) </strong>tiene como misión<strong> </strong> fomentar en la comunidad en general la apropiación de la diversidad biológica característica de la Orinoquia a través de la investigación científica y la educación. Esto incluye la preservación de una muestra del patrimonio natural nacional representada en especímenes biológicos de colecciones científicas, exhibiciones permanentes, temporales o itinerantes, y actividades educativas y didácticas que permitan promover su descubrimiento, estudio y divulgación</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>VISIÓN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU)</strong> potenciará la investigación sobre la diversidad biológica nacional con énfasis en fauna de la Orinoquia colombiana, así como su conocimiento y acercamiento a la sociedad en general, esto mediante el apoyo a semilleros y grupos de investigación, líneas de profundización y convenios académicos, lo que permitirá consolidar al <strong>MHNU</strong> como referente de información sobre la biodiversidad regional, su uso y conservación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Quienes somos','','inherit','closed','closed','','20-revision-v1','','','2025-07-30 18:19:37','2025-07-30 16:19:37','',20,'https://campusrestrepo.unillanos.edu.co/?p=92',0,'revision','',0),(93,1,'2025-07-30 18:21:11','2025-07-30 16:21:11','<!-- wp:paragraph -->\n<p><strong>QUIENES SOMOS:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU</strong>), es un espacio dedicado a la preservación y divulgación de la biodiversidad de la región de la Orinoquía Colombiana. <strong>El MHNU</strong> tiene como principio la taxonomía y sistemática, fundamentales en la comprensión de la organización de la naturaleza, comunicación del conocimiento, y base para otros campos como la ecología, comportamiento, evolución, entre otros.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MISIÓN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU) </strong>tiene como misión<strong> </strong> fomentar en la comunidad en general la apropiación de la diversidad biológica característica de la Orinoquia a través de la investigación científica y la educación. Esto incluye la preservación de una muestra del patrimonio natural nacional representada en especímenes biológicos de colecciones científicas, exhibiciones permanentes, temporales o itinerantes, y actividades educativas y didácticas que permitan promover su descubrimiento, estudio y divulgación</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>VISIÓN</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>El Museo de Historia Natural Unillanos (MHNU)</strong> potenciará la investigación sobre la diversidad biológica nacional con énfasis en fauna de la Orinoquia colombiana, así como su conocimiento y acercamiento a la sociedad en general, esto mediante el apoyo a semilleros y grupos de investigación, líneas de profundización y convenios académicos, lo que permitirá consolidar al <strong>MHNU</strong> como referente de información sobre la biodiversidad regional, su uso y conservación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Quienes somos','','inherit','closed','closed','','20-revision-v1','','','2025-07-30 18:21:11','2025-07-30 16:21:11','',20,'https://campusrestrepo.unillanos.edu.co/?p=93',0,'revision','',0),(94,1,'2025-07-30 18:23:36','2025-07-30 16:23:36','<!-- wp:paragraph -->\n<p>En el Centro de Apropiación Social del Conocimiento de la Universidad de los Llanos contamos con diversos espacios pensados para la formación, la cultura, la recreación y el encuentro comunitario. Cada escenario fue diseñado para fomentar la apropiación social del conocimiento y fortalecer los vínculos entre la academia y la ciudadanía.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>Ludoteca</u></strong><strong><u></u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Un espacio lúdico y pedagógico destinado principalmente a la primera infancia y la niñez, donde el juego se convierte en una herramienta de aprendizaje. Aquí se desarrollan actividades que estimulan la creatividad, la imaginación, el pensamiento crítico y la convivencia, bajo el acompañamiento de personal capacitado en recreación, educación y cultura.<br>La ludoteca busca generar experiencias significativas que conecten la curiosidad infantil con el conocimiento, en un entorno seguro, colorido y participativo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>Auditorio</u></strong><strong><u></u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Este escenario es el epicentro de las expresiones académicas, culturales y artísticas. Equipado con tecnología audiovisual y acústica de alta calidad, el auditorio permite la realización de conferencias, conversatorios, proyecciones cinematográficas, presentaciones musicales, teatrales y eventos institucionales.<br>Su diseño busca crear una experiencia inmersiva para los asistentes, fortaleciendo la divulgación científica y cultural que caracteriza a la Universidad de los Llanos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>Salones</u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>El Centro cuenta con salones multifuncionales que se adaptan a diferentes tipos de actividades: talleres, capacitaciones, clases, reuniones y procesos de formación comunitaria.<br>Cada espacio está dotado con mobiliario ergonómico, recursos tecnológicos y condiciones adecuadas para el trabajo colaborativo, la creatividad y la construcción de proyectos con impacto social.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>Sendero Ecológico</u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>El sendero ecológico invita a un recorrido interpretativo por la naturaleza, donde los visitantes pueden conocer especies de flora y fauna propias de la región llanera.<br>Más que un paseo ambiental, este espacio es una herramienta pedagógica que promueve la educación ambiental, la observación científica y el respeto por los ecosistemas. A través de guías, señalización y experiencias sensoriales, el sendero fortalece la conexión entre el conocimiento académico y la sostenibilidad del entorno.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>MHNU – Museo de Historia Natural Unillanos</u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>El Museo de Historia Natural Unillanos es un espacio vivo que conserva, investiga y difunde el patrimonio biológico y ambiental de la Orinoquia. A través de exposiciones permanentes y temporales, los visitantes pueden conocer la diversidad de especies que habitan en nuestra región y reflexionar sobre la importancia de su conservación.<br>El MHNU también es un laboratorio educativo, abierto a estudiantes, investigadores y ciudadanos interesados en el conocimiento del territorio, la ciencia y la biodiversidad.</p>\n<!-- /wp:paragraph -->','Escenarios','','publish','closed','closed','','servicios','','','2025-11-11 15:56:23','2025-11-11 14:56:23','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=94',0,'page','',0),(95,1,'2025-07-30 18:23:36','2025-07-30 16:23:36','<!-- wp:paragraph -->\n<p><strong>SERVICIOS CAMPUS RESTREPO:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Visita </em></strong><strong><em>guiada </em></strong><strong><em>por salas de </em></strong><strong><em>exhibición </em></strong><strong><em>del&nbsp; MUSEO HISTORIA NATURAL UNILLANOS</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp; Podrá conocer de los habitad propios de los llanos &nbsp; orientales, haciendo &nbsp; un recorrido de forma segura y climatizada donde &nbsp;&nbsp;conocerá &nbsp; desde los paramos &nbsp; hasta las sabanas y morichales,&nbsp; admirando&nbsp; la&nbsp; fauna y flora &nbsp; propias de cada &nbsp; habitad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Recorrido por el sendero </em></strong><strong><em>ecológico</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>En un recorrido guiado de 650 ms. en medio del bosque natural, donde además de tener un contacto con la naturaleza, también podrá disfrutar de la frescura que esta ofrece y admirar y divisar aves propias de esta región.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Servicio de Ludoteca Infantil</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contamos con dos ludotecas infantiles, donde los niños podrán disfrutar de un ambiente&nbsp; interactivo con el medio ambiente y plasmar de diversas formas lo aprendido con esta experiencia&nbsp; con la naturaleza.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Servicio de Aulas con tablero interactivo</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tendremos a disposición 2 aulas con tablero interactivo cada una con capacidad de 30 personas, dotados con mobiliario para talleres, cursos, seminarios y otros como exposiciones interesantes y demás, de acuerdo a los requerimientos que sean solicitados.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Servicio de Auditorio para 90 personas</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contamos con el servicio de auditorio para 90 personas, con excelente silletería, aire acondicionado y ayudas audiovisuales, donde se podrán realizar talleres, presentación de documentales, grados, conversatorios, etc..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Servicio de </em></strong><strong><em>Cafetería</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nuestra cafetería podrá degustar y saborear&nbsp; bebidas, comidas rápidas y postres típicos de la región.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Venta de suvenir.</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Encontrara artesanías, ponchos, peluches y muchas mas cosas alusivas a la región y que podrá llevar como recuerdo de su visita al <strong>MUSEO DE HISTORIA NATURAL </strong><strong>UNILLANOS</strong></p>\n<!-- /wp:paragraph -->','Servicios','','inherit','closed','closed','','94-revision-v1','','','2025-07-30 18:23:36','2025-07-30 16:23:36','',94,'https://campusrestrepo.unillanos.edu.co/?p=95',0,'revision','',0),(97,1,'2025-11-11 16:03:37','2025-07-30 16:40:47',' ','','','publish','closed','closed','','97','','','2025-11-11 16:03:37','2025-11-11 15:03:37','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/07/30/97/',5,'nav_menu_item','',0),(99,0,'2025-11-05 15:47:20','2025-11-05 14:47:20','','#99','','confirmed','closed','closed','','99','','','2025-11-05 15:47:20','2025-11-05 14:47:20','',0,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_booking/99/',0,'mpbc_booking','',0),(100,0,'2025-11-05 15:47:20','2025-11-05 14:47:20','','Reservation #100','','publish','closed','closed','','100','','','2025-11-05 15:47:20','2025-11-05 14:47:20','',99,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/100/',0,'mpbc_reservation','',0),(101,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','#101','','confirmed','closed','closed','','101','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',0,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_booking/101/',0,'mpbc_booking','',0),(102,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #102','','publish','closed','closed','','102','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/102/',0,'mpbc_reservation','',0),(103,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #103','','publish','closed','closed','','103','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/103/',0,'mpbc_reservation','',0),(104,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #104','','publish','closed','closed','','104','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/104/',0,'mpbc_reservation','',0),(105,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #105','','publish','closed','closed','','105','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/105/',0,'mpbc_reservation','',0),(106,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #106','','publish','closed','closed','','106','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/106/',0,'mpbc_reservation','',0),(107,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #107','','publish','closed','closed','','107','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/107/',0,'mpbc_reservation','',0),(108,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #108','','publish','closed','closed','','108','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/108/',0,'mpbc_reservation','',0),(109,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #109','','publish','closed','closed','','109','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/109/',0,'mpbc_reservation','',0),(110,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #110','','publish','closed','closed','','110','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/110/',0,'mpbc_reservation','',0),(111,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #111','','publish','closed','closed','','111','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/111/',0,'mpbc_reservation','',0),(112,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #112','','publish','closed','closed','','112','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/112/',0,'mpbc_reservation','',0),(113,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #113','','publish','closed','closed','','113','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/113/',0,'mpbc_reservation','',0),(114,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #114','','publish','closed','closed','','114','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/114/',0,'mpbc_reservation','',0),(115,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #115','','publish','closed','closed','','115','','','2025-11-05 17:32:02','2025-11-05 16:32:02','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/115/',0,'mpbc_reservation','',0),(116,0,'2025-11-05 17:32:02','2025-11-05 16:32:02','','Reservation #116','','publish','closed','closed','','116','','','2025-11-05 17:32:03','2025-11-05 16:32:03','',101,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/116/',0,'mpbc_reservation','',0),(117,1,'2025-11-05 17:35:30','2025-11-05 16:35:30','','#117','','confirmed','closed','closed','','117','','','2025-11-05 17:35:30','2025-11-05 16:35:30','',0,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_booking/117/',0,'mpbc_booking','',0),(118,1,'2025-11-05 17:35:30','2025-11-05 16:35:30','','Reservation #118','','publish','closed','closed','','118','','','2025-11-05 17:35:31','2025-11-05 16:35:31','',117,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/118/',0,'mpbc_reservation','',0),(119,1,'2025-11-05 17:37:57','2025-11-05 16:37:57','Gracias por tu reserva. Tu reserva se ha recibido correctamente\r\n [booking_confirm]','Reserva recibida','','inherit','closed','closed','','90-revision-v1','','','2025-11-05 17:37:57','2025-11-05 16:37:57','',90,'https://campusrestrepo.unillanos.edu.co/?p=119',0,'revision','',0),(120,1,'2025-11-05 17:37:57','2025-11-05 16:37:57','Gracias por tu reserva. Tu reserva se ha recibido correctamente\r\n [booking_confirm]','Reserva recibida','','inherit','closed','closed','','90-revision-v1','','','2025-11-05 17:37:57','2025-11-05 16:37:57','',90,'https://campusrestrepo.unillanos.edu.co/?p=120',0,'revision','',0),(121,1,'2025-11-05 17:37:58','2025-11-05 16:37:58','<p>Gracias por tu reserva. Tu reserva se ha recibido correctamente<br><br></p>','Reserva recibida','','inherit','closed','closed','','90-revision-v1','','','2025-11-05 17:37:58','2025-11-05 16:37:58','',90,'https://campusrestrepo.unillanos.edu.co/?p=121',0,'revision','',0),(122,1,'2025-11-05 17:39:17','2025-11-05 16:39:17','','#122','','confirmed','closed','closed','','122','','','2025-11-05 17:39:17','2025-11-05 16:39:17','',0,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_booking/122/',0,'mpbc_booking','',0),(123,1,'2025-11-05 17:39:17','2025-11-05 16:39:17','','Reservation #123','','publish','closed','closed','','123','','','2025-11-05 17:39:17','2025-11-05 16:39:17','',122,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/123/',0,'mpbc_reservation','',0),(130,1,'2025-11-05 18:02:38','2025-11-05 17:02:38','','hero','','inherit','open','closed','','hero','','','2025-11-05 18:02:38','2025-11-05 17:02:38','',0,'https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/hero.png',0,'attachment','image/png',0),(134,1,'2025-11-11 15:54:07','2025-11-11 14:54:07','<!-- wp:paragraph -->\n<p>El Centro de Apropiación Social del Conocimiento es un espacio de la Universidad de los Llanos que busca fortalecer la conexión entre la ciencia, la comunidad y el territorio. Surge como una iniciativa que busca fortalecer el conocimiento científico y académico, traduciéndolo en experiencias significativas, cercanas y participativas para la comunidad, con un enfoque especial en la región de la Orinoquia colombiana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El Centro integra acciones de educación ambiental, divulgación científica, innovación social y comunicación del conocimiento, convirtiéndose en un punto de encuentro entre los saberes tradicionales y la ciencia contemporánea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Propósito y esencia</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El Centro de Apropiación Social del Conocimiento promueve la&nbsp;<strong>apropiación del conocimiento</strong>&nbsp;como una herramienta para la transformación social y el desarrollo sostenible. Su propósito no es solo enseñar, sino&nbsp;<strong>inspirar la curiosidad, fortalecer la conciencia ambiental y promover la participación ciudadana</strong>&nbsp;en torno a la ciencia y la innovación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Ejes estratégicos de acción</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Educación y cultura científica:</strong>&nbsp;promover el pensamiento crítico, la curiosidad y el aprendizaje a través de experiencias interactivas y pedagógicas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Divulgación y comunicación del conocimiento:</strong>&nbsp;traducir los resultados de la investigación académica en lenguajes accesibles para la sociedad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Cultura ambiental y sostenibilidad:</strong>&nbsp;impulsar la conservación de la biodiversidad y el uso responsable de los recursos naturales mediante proyectos educativos y comunitarios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Interacción con comunidades:</strong>&nbsp;trabajar de la mano con actores locales, rurales y urbanos para construir conocimiento desde el territorio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Innovación y tecnología social:</strong>&nbsp;fomentar proyectos que integren ciencia, arte y tecnología con soluciones prácticas para la región.</p>\n<!-- /wp:paragraph -->','Conócenos','','publish','closed','closed','','conocenos','','','2025-11-11 15:54:07','2025-11-11 14:54:07','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=134',0,'page','',0),(135,1,'2025-11-11 15:54:07','2025-11-11 14:54:07','<!-- wp:paragraph -->\n<p>El Centro de Apropiación Social del Conocimiento es un espacio de la Universidad de los Llanos que busca fortalecer la conexión entre la ciencia, la comunidad y el territorio. Surge como una iniciativa que busca fortalecer el conocimiento científico y académico, traduciéndolo en experiencias significativas, cercanas y participativas para la comunidad, con un enfoque especial en la región de la Orinoquia colombiana.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El Centro integra acciones de educación ambiental, divulgación científica, innovación social y comunicación del conocimiento, convirtiéndose en un punto de encuentro entre los saberes tradicionales y la ciencia contemporánea.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Propósito y esencia</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>El Centro de Apropiación Social del Conocimiento promueve la&nbsp;<strong>apropiación del conocimiento</strong>&nbsp;como una herramienta para la transformación social y el desarrollo sostenible. Su propósito no es solo enseñar, sino&nbsp;<strong>inspirar la curiosidad, fortalecer la conciencia ambiental y promover la participación ciudadana</strong>&nbsp;en torno a la ciencia y la innovación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Ejes estratégicos de acción</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Educación y cultura científica:</strong>&nbsp;promover el pensamiento crítico, la curiosidad y el aprendizaje a través de experiencias interactivas y pedagógicas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Divulgación y comunicación del conocimiento:</strong>&nbsp;traducir los resultados de la investigación académica en lenguajes accesibles para la sociedad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Cultura ambiental y sostenibilidad:</strong>&nbsp;impulsar la conservación de la biodiversidad y el uso responsable de los recursos naturales mediante proyectos educativos y comunitarios.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Interacción con comunidades:</strong>&nbsp;trabajar de la mano con actores locales, rurales y urbanos para construir conocimiento desde el territorio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.&nbsp;&nbsp;&nbsp;&nbsp;<strong>Innovación y tecnología social:</strong>&nbsp;fomentar proyectos que integren ciencia, arte y tecnología con soluciones prácticas para la región.</p>\n<!-- /wp:paragraph -->','Conócenos','','inherit','closed','closed','','134-revision-v1','','','2025-11-11 15:54:07','2025-11-11 14:54:07','',134,'https://campusrestrepo.unillanos.edu.co/?p=135',0,'revision','',0),(136,1,'2025-11-11 15:55:04','2025-11-11 14:55:04','<!-- wp:paragraph -->\n<p>Explora, aprende y vive la experiencia del Centro de Apropiación Social del Conocimiento.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>El ingreso incluye acceso a las exposiciones del Museo de Historia Natural Unillanos, recorrido guiado al sendero ecológico, y actividades interactivas programadas durante la jornada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>TARIFAS DE INGRESO</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Público general: $20.000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Comunidad Unillanista: $15.000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>La tarifa preferencial aplica para estudiantes, docentes, egresados y funcionarios de la Universidad de los Llanos.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para acceder a este beneficio, será necesario presentar una copia o fotografía del carné institucional o cualquier documento que acredite su vinculación a la comunidad de la Universidad de los Llanos al momento de la visita.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Boletería','','publish','closed','closed','','boleteria','','','2025-11-11 15:55:04','2025-11-11 14:55:04','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=136',0,'page','',0),(137,1,'2025-11-11 15:55:04','2025-11-11 14:55:04','<!-- wp:paragraph -->\n<p>Explora, aprende y vive la experiencia del Centro de Apropiación Social del Conocimiento.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>El ingreso incluye acceso a las exposiciones del Museo de Historia Natural Unillanos, recorrido guiado al sendero ecológico, y actividades interactivas programadas durante la jornada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>TARIFAS DE INGRESO</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Público general: $20.000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Comunidad Unillanista: $15.000</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>La tarifa preferencial aplica para estudiantes, docentes, egresados y funcionarios de la Universidad de los Llanos.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Para acceder a este beneficio, será necesario presentar una copia o fotografía del carné institucional o cualquier documento que acredite su vinculación a la comunidad de la Universidad de los Llanos al momento de la visita.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Boletería','','inherit','closed','closed','','136-revision-v1','','','2025-11-11 15:55:04','2025-11-11 14:55:04','',136,'https://campusrestrepo.unillanos.edu.co/?p=137',0,'revision','',0),(138,1,'2025-11-11 15:56:23','2025-11-11 14:56:23','<!-- wp:paragraph -->\n<p>En el Centro de Apropiación Social del Conocimiento de la Universidad de los Llanos contamos con diversos espacios pensados para la formación, la cultura, la recreación y el encuentro comunitario. Cada escenario fue diseñado para fomentar la apropiación social del conocimiento y fortalecer los vínculos entre la academia y la ciudadanía.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>Ludoteca</u></strong><strong><u></u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Un espacio lúdico y pedagógico destinado principalmente a la primera infancia y la niñez, donde el juego se convierte en una herramienta de aprendizaje. Aquí se desarrollan actividades que estimulan la creatividad, la imaginación, el pensamiento crítico y la convivencia, bajo el acompañamiento de personal capacitado en recreación, educación y cultura.<br>La ludoteca busca generar experiencias significativas que conecten la curiosidad infantil con el conocimiento, en un entorno seguro, colorido y participativo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>Auditorio</u></strong><strong><u></u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Este escenario es el epicentro de las expresiones académicas, culturales y artísticas. Equipado con tecnología audiovisual y acústica de alta calidad, el auditorio permite la realización de conferencias, conversatorios, proyecciones cinematográficas, presentaciones musicales, teatrales y eventos institucionales.<br>Su diseño busca crear una experiencia inmersiva para los asistentes, fortaleciendo la divulgación científica y cultural que caracteriza a la Universidad de los Llanos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>Salones</u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>El Centro cuenta con salones multifuncionales que se adaptan a diferentes tipos de actividades: talleres, capacitaciones, clases, reuniones y procesos de formación comunitaria.<br>Cada espacio está dotado con mobiliario ergonómico, recursos tecnológicos y condiciones adecuadas para el trabajo colaborativo, la creatividad y la construcción de proyectos con impacto social.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>Sendero Ecológico</u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>El sendero ecológico invita a un recorrido interpretativo por la naturaleza, donde los visitantes pueden conocer especies de flora y fauna propias de la región llanera.<br>Más que un paseo ambiental, este espacio es una herramienta pedagógica que promueve la educación ambiental, la observación científica y el respeto por los ecosistemas. A través de guías, señalización y experiencias sensoriales, el sendero fortalece la conexión entre el conocimiento académico y la sostenibilidad del entorno.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><u>MHNU – Museo de Historia Natural Unillanos</u></strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>El Museo de Historia Natural Unillanos es un espacio vivo que conserva, investiga y difunde el patrimonio biológico y ambiental de la Orinoquia. A través de exposiciones permanentes y temporales, los visitantes pueden conocer la diversidad de especies que habitan en nuestra región y reflexionar sobre la importancia de su conservación.<br>El MHNU también es un laboratorio educativo, abierto a estudiantes, investigadores y ciudadanos interesados en el conocimiento del territorio, la ciencia y la biodiversidad.</p>\n<!-- /wp:paragraph -->','Escenarios','','inherit','closed','closed','','94-revision-v1','','','2025-11-11 15:56:23','2025-11-11 14:56:23','',94,'https://campusrestrepo.unillanos.edu.co/?p=138',0,'revision','',0),(139,1,'2025-11-11 15:57:17','2025-11-11 14:57:17','<!-- wp:paragraph -->\n<p>El&nbsp;<strong>Museo de Historia Natural Unillanos (MHNU)</strong>&nbsp;es un espacio de investigación, conservación y divulgación científica adscrito al Centro de Apropiación Social del Conocimiento. Alberga colecciones biológicas de la región de la Orinoquia, con el propósito de contribuir al conocimiento, la valoración y el uso sostenible de la biodiversidad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Misión: Fomentar en la comunidad en general la apropiación de la diversidad biológica característica de la Orinoquia a través de la investigación científica y la educación. Esto incluye la preservación de una muestra del patrimonio natural nacional representada en especímenes biológicos de colecciones científicas, exhibiciones permanentes, temporales o itinerantes, y actividades educativas y didácticas que permitan promover su descubrimiento, estudio y divulgación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Visión:&nbsp;El MHNU potenciará la investigación sobre la diversidad biológica nacional con énfasis en fauna de la Orinoquia colombiana, así como su conocimiento y acercamiento a la sociedad en general, esto mediante el apoyo a semilleros y grupos de investigación, líneas de profundización y convenios académicos, lo que permitirá consolidar al MHNU como referente de información sobre la biodiversidad regional, su uso y conservación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Líneas de trabajo:</strong>&nbsp;Investigación científica, Educación ambiental, Conservación y Exposición.</p>\n<!-- /wp:paragraph -->','MHNU','','publish','closed','closed','','mhnu','','','2025-11-11 15:57:17','2025-11-11 14:57:17','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=139',0,'page','',0),(140,1,'2025-11-11 15:57:17','2025-11-11 14:57:17','<!-- wp:paragraph -->\n<p>El&nbsp;<strong>Museo de Historia Natural Unillanos (MHNU)</strong>&nbsp;es un espacio de investigación, conservación y divulgación científica adscrito al Centro de Apropiación Social del Conocimiento. Alberga colecciones biológicas de la región de la Orinoquia, con el propósito de contribuir al conocimiento, la valoración y el uso sostenible de la biodiversidad.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Misión: Fomentar en la comunidad en general la apropiación de la diversidad biológica característica de la Orinoquia a través de la investigación científica y la educación. Esto incluye la preservación de una muestra del patrimonio natural nacional representada en especímenes biológicos de colecciones científicas, exhibiciones permanentes, temporales o itinerantes, y actividades educativas y didácticas que permitan promover su descubrimiento, estudio y divulgación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Visión:&nbsp;El MHNU potenciará la investigación sobre la diversidad biológica nacional con énfasis en fauna de la Orinoquia colombiana, así como su conocimiento y acercamiento a la sociedad en general, esto mediante el apoyo a semilleros y grupos de investigación, líneas de profundización y convenios académicos, lo que permitirá consolidar al MHNU como referente de información sobre la biodiversidad regional, su uso y conservación.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Líneas de trabajo:</strong>&nbsp;Investigación científica, Educación ambiental, Conservación y Exposición.</p>\n<!-- /wp:paragraph -->','MHNU','','inherit','closed','closed','','139-revision-v1','','','2025-11-11 15:57:17','2025-11-11 14:57:17','',139,'https://campusrestrepo.unillanos.edu.co/?p=140',0,'revision','',0),(141,1,'2025-11-11 15:58:50','2025-11-11 14:58:50','','Programación / Agenda','','publish','closed','closed','','programacion-agenda','','','2025-11-11 15:58:50','2025-11-11 14:58:50','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=141',0,'page','',0),(142,1,'2025-11-11 15:58:50','2025-11-11 14:58:50','','Programación / Agenda','','inherit','closed','closed','','141-revision-v1','','','2025-11-11 15:58:50','2025-11-11 14:58:50','',141,'https://campusrestrepo.unillanos.edu.co/?p=142',0,'revision','',0),(143,1,'2025-11-11 15:59:26','2025-11-11 14:59:26','','Proyectos y Comunidad','','publish','closed','closed','','proyectos-y-comunidad','','','2025-11-11 15:59:26','2025-11-11 14:59:26','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=143',0,'page','',0),(144,1,'2025-11-11 15:59:26','2025-11-11 14:59:26','','Proyectos y Comunidad','','inherit','closed','closed','','143-revision-v1','','','2025-11-11 15:59:26','2025-11-11 14:59:26','',143,'https://campusrestrepo.unillanos.edu.co/?p=144',0,'revision','',0),(146,1,'2025-11-11 16:03:37','2025-11-11 15:03:37',' ','','','publish','closed','closed','','146','','','2025-11-11 16:03:37','2025-11-11 15:03:37','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/11/11/146/',2,'nav_menu_item','',0),(147,1,'2025-11-11 16:03:37','2025-11-11 15:03:37',' ','','','publish','closed','closed','','147','','','2025-11-11 16:03:37','2025-11-11 15:03:37','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/11/11/147/',3,'nav_menu_item','',0),(148,1,'2025-11-11 16:03:37','2025-11-11 15:03:37',' ','','','publish','closed','closed','','148','','','2025-11-11 16:03:37','2025-11-11 15:03:37','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/11/11/148/',4,'nav_menu_item','',0),(149,1,'2025-11-11 16:03:37','2025-11-11 15:03:37',' ','','','publish','closed','closed','','149','','','2025-11-11 16:03:37','2025-11-11 15:03:37','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/11/11/149/',6,'nav_menu_item','',0),(150,1,'2025-11-11 16:03:37','2025-11-11 15:03:37',' ','','','publish','closed','closed','','150','','','2025-11-11 16:03:37','2025-11-11 15:03:37','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/11/11/150/',7,'nav_menu_item','',0),(153,1,'2025-11-11 16:05:43','2025-11-11 15:05:43','','Contacto','','publish','closed','closed','','contacto','','','2025-11-11 16:05:43','2025-11-11 15:05:43','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=153',0,'page','',0),(154,1,'2025-11-11 16:05:43','2025-11-11 15:05:43','','Contacto','','inherit','closed','closed','','153-revision-v1','','','2025-11-11 16:05:43','2025-11-11 15:05:43','',153,'https://campusrestrepo.unillanos.edu.co/?p=154',0,'revision','',0),(156,1,'2025-11-11 16:06:26','2025-11-11 15:06:26',' ','','','publish','closed','closed','','156','','','2025-11-11 16:06:26','2025-11-11 15:06:26','',0,'https://campusrestrepo.unillanos.edu.co/index.php/2025/11/11/156/',9,'nav_menu_item','',0),(166,1,'2025-11-11 17:26:33','2025-11-11 16:26:33','','#166','','confirmed','closed','closed','','166','','','2025-11-11 17:27:42','2025-11-11 16:27:42','',0,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_booking/166/',0,'mpbc_booking','',0),(167,0,'2025-11-11 17:26:34','2025-11-11 16:26:34','','Reservation #167','','publish','closed','closed','','167','','','2025-11-11 17:26:34','2025-11-11 16:26:34','',166,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_reservation/167/',0,'mpbc_reservation','',0),(168,1,'2025-11-11 18:25:56','2025-11-11 17:25:56','','Reserva','','publish','closed','closed','','168','','','2025-11-11 18:27:23','2025-11-11 17:27:23','',0,'https://campusrestrepo.unillanos.edu.co/?post_type=mpbc_notification&#038;p=168',0,'mpbc_notification','',0),(180,1,'2025-11-24 22:45:06','2025-11-24 21:45:06','','hero','','inherit','open','closed','','hero-2','','','2025-11-24 22:45:06','2025-11-24 21:45:06','',0,'https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/hero.png',0,'attachment','image/png',0),(181,1,'2025-11-24 22:56:57','2025-11-24 21:56:57','','papagayo-23-1024x694','','inherit','open','closed','','papagayo-23-1024x694','','','2025-11-24 22:56:57','2025-11-24 21:56:57','',0,'https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/papagayo-23-1024x694-1.jpg',0,'attachment','image/jpeg',0),(182,1,'2025-11-24 22:57:17','2025-11-24 21:57:17','','Entrada Normal','','publish','closed','closed','','entrada-normal','','','2025-11-24 22:57:17','2025-11-24 21:57:17','',51,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_variation/entrada-normal/',2,'mpbc_variation','',0),(183,1,'2025-11-24 22:57:17','2025-11-24 21:57:17','','Entrada Normal - 1','','publish','closed','closed','','entrada-normal-1','','','2025-11-24 22:57:17','2025-11-24 21:57:17','',182,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_unit/entrada-normal-1/',1,'mpbc_unit','',0),(184,1,'2025-11-24 22:58:20','2025-11-24 21:58:20','','1f3f1ee076b77e1fabd4857592ca41b8','','inherit','open','closed','','1f3f1ee076b77e1fabd4857592ca41b8','','','2025-11-24 22:58:20','2025-11-24 21:58:20','',0,'https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/1f3f1ee076b77e1fabd4857592ca41b8.jpg',0,'attachment','image/jpeg',0),(185,1,'2025-11-24 22:58:34','2025-11-24 21:58:34','','Comunidad Unillanista','','publish','closed','closed','','comunidad-unillanista','','','2025-11-24 22:58:34','2025-11-24 21:58:34','',51,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_variation/comunidad-unillanista/',2,'mpbc_variation','',0),(186,1,'2025-11-24 22:58:34','2025-11-24 21:58:34','','Comunidad Unillanista - 1','','publish','closed','closed','','comunidad-unillanista-1','','','2025-11-24 22:58:34','2025-11-24 21:58:34','',185,'https://campusrestrepo.unillanos.edu.co/index.php/mpbc_unit/comunidad-unillanista-1/',1,'mpbc_unit','',0),(187,1,'2025-11-25 17:14:23','2025-11-25 16:14:23','','descarga','','inherit','open','closed','','descarga','','','2025-11-25 17:14:23','2025-11-25 16:14:23','',0,'https://campusrestrepo.unillanos.edu.co/wp-content/uploads/2025/11/descarga.png',0,'attachment','image/png',0),(188,1,'2025-11-27 23:21:19','2025-11-27 22:21:19','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reserva de museo de historia natural UNILLANOS.','','publish','closed','closed','','prueba-amelia-booking','','','2025-12-10 21:05:21','2025-12-10 20:05:21','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=188',0,'page','',0),(189,1,'2025-11-27 23:17:52','2025-11-27 22:17:52','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"></h2>\n<!-- /wp:heading -->','hola mundo','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:17:52','2025-11-27 22:17:52','',188,'https://campusrestrepo.unillanos.edu.co/?p=189',0,'revision','',0),(190,1,'2025-11-27 23:20:43','2025-11-27 22:20:43','\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: \'Helvetica Neue\", Roboto, Arial, \"Droid Sans\", sans-serif\', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 20px;\n        }\n\n        .btn-container {\n            text-align: center;\n        }\n\n        .alert-btn {\n            background: white;\n            color: #667eea;\n            border: none;\n            padding: 20px 20px;\n            font-size: 20px;\n            font-weight: bold;\n            border-radius: 50px;\n            cursor: pointer;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\n            transition: all 0.3s ease;\n        }\n\n        .alert-btn:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);\n        }\n\n        .alert-btn::before {\n            content: \"⚡ \";\n        }\n\n        /* Estilos para el modal personalizado */\n        .custom-alert {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.7);\n            z-index: 1000;\n            justify-content: center;\n            align-items: center;\n            animation: fadeIn 0.3s ease;\n        }\n\n        .custom-alert.show {\n            display: flex;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        .alert-content {\n            background: white;\n            border-radius: 0px;\n            max-width: 600px;\n            width: 90%;\n            max-height: 90vh;\n            overflow-y: auto;\n            padding: 12px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);\n            animation: slideDown 0.4s ease;\n            position: relative;\n        }\n\n        @keyframes slideDown {\n            from {\n                opacity: 0;\n                transform: translateY(-50px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .alert-header {\n            text-align: center;\n            margin-bottom: 25px;\n            border-bottom: 2px solid #f0f0f0;\n            padding-bottom: 20px;\n        }\n\n        .alert-badge {\n            display: inline-block;\n            background: #ff6b6b;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 25px;\n            font-size: 14px;\n            font-weight: bold;\n            margin-bottom: 15px;\n            letter-spacing: 1px;\n        }\n\n        .alert-title {\n            color: #2d3748;\n            font-size: 26px;\n            margin: 10px 0;\n        }\n\n        .alert-intro {\n            background: #f7fafc;\n            border-left: 4px solid #667eea;\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 8px;\n            color: #4a5568;\n            line-height: 1.6;\n        }\n\n        .price-box {\n            background: linear-gradient(152deg,rgba(42, 123, 155, 1) 0%, rgba(62, 157, 145, 1) 27%, rgba(71, 172, 141, 1) 39%, rgba(87, 199, 133, 1) 53%, rgba(137, 206, 116, 1) 67%, rgba(192, 214, 98, 1) 85%, rgba(214, 217, 91, 1) 92%, rgba(237, 221, 83, 1) 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 15px;\n            text-align: center;\n            margin: 20px 0;\n            font-size: 28px;\n            font-weight: bold;\n        }\n        .price-box-general {\n            background: linear-gradient(157deg,rgba(113, 87, 199, 1) 0%, rgba(156, 61, 126, 1) 51%, rgba(190, 40, 70, 1) 71%, rgba(212, 26, 33, 1) 87%, rgba(219, 22, 22, 1) 99%);\n            color: white;\n            padding: 20px;\n            border-radius: 15px;\n            text-align: center;\n            margin: 20px 0;\n            font-size: 28px;\n            font-weight: bold;\n        }\n\n        .price-label {\n            font-size: 14px;\n            opacity: 0.9;\n            margin-bottom: 5px;\n        }\n\n        .section-title {\n            color: #667eea;\n            font-size: 18px;\n            margin: 25px 0 15px 0;\n            font-weight: bold;\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 15px 0;\n        }\n\n        .benefits-list li {\n            background: #f7fafc;\n            padding: 12px 15px;\n            margin: 8px 0;\n            border-radius: 8px;\n            border-left: 4px solid #667eea;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .benefits-list li::before {\n            content: \"👥\";\n            font-size: 20px;\n        }\n\n        .warning-box {\n            background: #fff5f5;\n            border: 2px solid #fc8181;\n            border-radius: 12px;\n            padding: 15px;\n            margin-top: 20px;\n            color: #742a2a;\n        }\n\n        .warning-title {\n            font-weight: bold;\n            font-size: 16px;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .warning-title::before {\n            content: \"⚠️\";\n            font-size: 20px;\n        }\n\n        .general-price {\n            display: inline-block;\n            background: #742a2a;\n            color: white;\n            padding: 4px 10px;\n            border-radius: 6px;\n            font-weight: bold;\n        }\n\n        .close-btn {\n            background: #667eea;\n            color: white;\n            border: none;\n            padding: 12px 30px;\n            font-size: 16px;\n            font-weight: bold;\n            border-radius: 8px;\n            cursor: pointer;\n            margin-top: 20px;\n            width: 100%;\n            transition: background 0.3s ease;\n        }\n\n        .close-btn:hover {\n            background: #5568d3;\n        }\n\n        @media (max-width: 600px) {\n            .alert-content {\n                padding: 20px;\n            }\n\n            .alert-title {\n                font-size: 22px;\n            }\n\n            .price-box {\n                font-size: 24px;\n            }\n        }\n      .contenedor {\n        display: flex;\n      }\n\n      .columna {\n        /* Permite definir el ancho de cada columna */\n        flex: 1; \n        /* Agrega espacio entre columnas */\n        margin: 10px; \n        /* Agrega relleno interno si es necesario */\n        padding: 10px; \n      }\n    </style>\n\n    <div class=\"btn-container\">\n        <button class=\"alert-btn\" onclick=\"showCustomAlert()\">Ver Información Importante</button>\n    </div>\n\n    <div class=\"custom-alert\" id=\"customAlert\">\n        <div class=\"alert-content\">\n            <div class=\"alert-header\">\n                <h2 class=\"alert-title\">Información de Entrada</h2>\n            </div>\n\n            <div class=\"alert-intro\">\n                <strong>Tarifa Especial:</strong> Solo las personas que pertenezcan a los siguientes grupos tienen derecho a la entrada con tarifa especial.\n            </div>\n            <div class=\"contenedor\">\n              <div class=\"columna\">\n                <div class=\"price-box\">\n                    <div class=\"price-label\">Tarifa Comunidad Especial</div>\n                    $15.000\n                </div>\n              </div>\n              <div class=\"columna\">\n                <div class=\"price-box-general\">\n                    <div class=\"price-label\">Tarifa General</div>\n                    $20.000\n                </div>\n              </div>\n            </div>\n\n            <div class=\"section-title\">✓ Grupos con Tarifa Especial:</div>\n            <div class=\"contenedor\">\n                <div class=\"columna\">\n                      <ul class=\"benefits-list\">\n                          <li>Miembros de la comunidad unillanista</li>\n                          <li>Grupos de Jurisdicción Educativa</li>\n                      </ul>\n                 </div>\n                <div class=\"columna\">\n                      <ul class=\"benefits-list\">\n                          <li>Niños entre 3 y 8 años</li>\n                          <li>Adultos mayores a 65 años</li>\n                      </ul>\n                 </div>\n            </div>\n            \n\n            <div class=\"warning-box\">\n                <div class=\"warning-title\">Requisito Importante</div>\n                <div class=\"warning-content\">\n                    Para ingresar con la tarifa especial, deberás <strong>presentar el documento</strong> que te acredite como parte de estos grupos. De lo contrario, deberás pagar en la taquilla el valor de entrada para la comunidad en general de <span class=\"general-price\">$20.000</span>.\n                </div>\n            </div>\n\n            <button class=\"close-btn\" onclick=\"closeCustomAlert()\">Entendido</button>\n        </div>\n    </div>\n\n    <script>\n        function showCustomAlert() {\n            document.getElementById(\'customAlert\').classList.add(\'show\');\n        }\n\n        function closeCustomAlert() {\n            document.getElementById(\'customAlert\').classList.remove(\'show\');\n        }\n\n        // Cerrar al hacer clic fuera del contenido\n        document.getElementById(\'customAlert\').addEventListener(\'click\', function(e) {\n            if (e.target === this) {\n                closeCustomAlert();\n            }\n        });\n\n        // Mostrar automáticamente al cargar la página (opcional)\n        // window.onload = function() {\n        //     showCustomAlert();\n        // };\n    </script>\n','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:20:43','2025-11-27 22:20:43','',188,'https://campusrestrepo.unillanos.edu.co/?p=190',0,'revision','',0),(192,1,'2025-11-27 23:25:20','2025-11-27 22:25:20','<!-- wp:amelia/events-list-booking-gutenberg-block {\"short_code\":\"Notice: Please create event first.\"} -->\n<div class=\"wp-block-amelia-events-list-booking-gutenberg-block\">Notice: Please create event first.</div>\n<!-- /wp:amelia/events-list-booking-gutenberg-block -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:25:20','2025-11-27 22:25:20','',188,'https://campusrestrepo.unillanos.edu.co/?p=192',0,'revision','',0),(193,1,'2025-11-27 23:25:59','2025-11-27 22:25:59','<!-- wp:amelia/events-list-booking-gutenberg-block {\"short_code\":\"Notice: Please create event first.\"} -->\n<div class=\"wp-block-amelia-events-list-booking-gutenberg-block\">Notice: Please create event first.</div>\n<!-- /wp:amelia/events-list-booking-gutenberg-block -->\n\n<!-- wp:amelia/step-booking-gutenberg-block {\"short_code\":\"[ameliastepbooking layout=1]\"} -->\n<div class=\"wp-block-amelia-step-booking-gutenberg-block\">[ameliastepbooking layout=1]</div>\n<!-- /wp:amelia/step-booking-gutenberg-block -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:25:59','2025-11-27 22:25:59','',188,'https://campusrestrepo.unillanos.edu.co/?p=193',0,'revision','',0),(194,1,'2025-11-27 23:28:37','2025-11-27 22:28:37','<!-- wp:amelia/step-booking-gutenberg-block {\"short_code\":\"[ameliastepbooking layout=1]\"} -->\n<div class=\"wp-block-amelia-step-booking-gutenberg-block\">[ameliastepbooking layout=1]</div>\n<!-- /wp:amelia/step-booking-gutenberg-block -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:28:37','2025-11-27 22:28:37','',188,'https://campusrestrepo.unillanos.edu.co/?p=194',0,'revision','',0),(195,1,'2025-11-27 23:29:25','2025-11-27 22:29:25','<!-- wp:amelia/step-booking-gutenberg-block {\"short_code\":\"[ameliastepbooking layout=1]\"} -->\n<div class=\"wp-block-amelia-step-booking-gutenberg-block\">[ameliastepbooking layout=1]</div>\n<!-- /wp:amelia/step-booking-gutenberg-block -->\n\n<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:amelia/events-list-booking-gutenberg-block {\"short_code\":\"Notice: Please create event first.\"} -->\n<div class=\"wp-block-amelia-events-list-booking-gutenberg-block\">Notice: Please create event first.</div>\n<!-- /wp:amelia/events-list-booking-gutenberg-block -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:29:25','2025-11-27 22:29:25','',188,'https://campusrestrepo.unillanos.edu.co/?p=195',0,'revision','',0),(196,1,'2025-11-27 23:30:40','2025-11-27 22:30:40','<!-- wp:amelia/step-booking-gutenberg-block {\"short_code\":\"[ameliastepbooking layout=1]\"} -->\n<div class=\"wp-block-amelia-step-booking-gutenberg-block\">[ameliastepbooking layout=1]</div>\n<!-- /wp:amelia/step-booking-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:amelia/events-list-booking-gutenberg-block {\"short_code\":\"Notice: Please create event first.\"} -->\n<div class=\"wp-block-amelia-events-list-booking-gutenberg-block\">Notice: Please create event first.</div>\n<!-- /wp:amelia/events-list-booking-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:amelia/events-calendar-booking-gutenberg-block {\"short_code\":\"Notice: Please create event first.\"} -->\n<div class=\"wp-block-amelia-events-calendar-booking-gutenberg-block\">Notice: Please create event first.</div>\n<!-- /wp:amelia/events-calendar-booking-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:amelia/customer-cabinet-gutenberg-block {\"short_code\":\"[ameliacustomerpanel appointments=1 events=1]\"} -->\n<div class=\"wp-block-amelia-customer-cabinet-gutenberg-block\">[ameliacustomerpanel appointments=1 events=1]</div>\n<!-- /wp:amelia/customer-cabinet-gutenberg-block -->\n\n<!-- wp:amelia/employee-cabinet-gutenberg-block {\"short_code\":\"[ameliaemployeepanel appointments=1 events=1]\"} -->\n<div class=\"wp-block-amelia-employee-cabinet-gutenberg-block\">[ameliaemployeepanel appointments=1 events=1]</div>\n<!-- /wp:amelia/employee-cabinet-gutenberg-block -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:30:40','2025-11-27 22:30:40','',188,'https://campusrestrepo.unillanos.edu.co/?p=196',0,'revision','',0),(197,1,'2025-11-27 23:31:16','2025-11-27 22:31:16','<!-- wp:amelia/step-booking-gutenberg-block {\"short_code\":\"[ameliastepbooking layout=1]\"} -->\n<div class=\"wp-block-amelia-step-booking-gutenberg-block\">[ameliastepbooking layout=1]</div>\n<!-- /wp:amelia/step-booking-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:amelia/events-list-booking-gutenberg-block {\"short_code\":\"Notice: Please create event first.\"} -->\n<div class=\"wp-block-amelia-events-list-booking-gutenberg-block\">Notice: Please create event first.</div>\n<!-- /wp:amelia/events-list-booking-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:amelia/employee-cabinet-gutenberg-block {\"short_code\":\"[ameliaemployeepanel appointments=1 events=1]\"} -->\n<div class=\"wp-block-amelia-employee-cabinet-gutenberg-block\">[ameliaemployeepanel appointments=1 events=1]</div>\n<!-- /wp:amelia/employee-cabinet-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:amelia/events-calendar-booking-gutenberg-block {\"short_code\":\"Notice: Please create event first.\"} -->\n<div class=\"wp-block-amelia-events-calendar-booking-gutenberg-block\">Notice: Please create event first.</div>\n<!-- /wp:amelia/events-calendar-booking-gutenberg-block -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:amelia/customer-cabinet-gutenberg-block {\"short_code\":\"[ameliacustomerpanel appointments=1 events=1]\"} -->\n<div class=\"wp-block-amelia-customer-cabinet-gutenberg-block\">[ameliacustomerpanel appointments=1 events=1]</div>\n<!-- /wp:amelia/customer-cabinet-gutenberg-block -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:31:16','2025-11-27 22:31:16','',188,'https://campusrestrepo.unillanos.edu.co/?p=197',0,'revision','',0),(198,1,'2025-11-27 23:32:29','2025-11-27 22:32:29','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:32:29','2025-11-27 22:32:29','',188,'https://campusrestrepo.unillanos.edu.co/?p=198',0,'revision','',0),(199,1,'2025-11-27 23:34:26','2025-11-27 22:34:26','<!-- wp:details -->\n<details class=\"wp-block-details\"><summary>calendario</summary><!-- wp:amelia/events-calendar-booking-gutenberg-block {\"short_code\":\"Notice: Please create event first.\"} -->\n<div class=\"wp-block-amelia-events-calendar-booking-gutenberg-block\">Notice: Please create event first.</div>\n<!-- /wp:amelia/events-calendar-booking-gutenberg-block --></details>\n<!-- /wp:details -->\n\n<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:34:26','2025-11-27 22:34:26','',188,'https://campusrestrepo.unillanos.edu.co/?p=199',0,'revision','',0),(200,1,'2025-11-27 23:35:56','2025-11-27 22:35:56','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:paragraph -->\n<p>[ameliaevents type=calendar]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:35:56','2025-11-27 22:35:56','',188,'https://campusrestrepo.unillanos.edu.co/?p=200',0,'revision','',0),(201,1,'2025-11-27 23:37:05','2025-11-27 22:37:05','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:paragraph -->\n<p>[ameliaevents type=calendar]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[ameliaeventscalendarbooking]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:37:05','2025-11-27 22:37:05','',188,'https://campusrestrepo.unillanos.edu.co/?p=201',0,'revision','',0),(203,1,'2025-11-27 23:48:53','2025-11-27 22:48:53','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','PRUEBA AMELIA BOOKING','','inherit','closed','closed','','188-revision-v1','','','2025-11-27 23:48:53','2025-11-27 22:48:53','',188,'https://campusrestrepo.unillanos.edu.co/?p=203',0,'revision','',0),(205,1,'2025-12-10 21:05:21','2025-12-10 20:05:21','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reserva de museo de historia natural UNILLANOS.','','inherit','closed','closed','','188-revision-v1','','','2025-12-10 21:05:21','2025-12-10 20:05:21','',188,'https://campusrestrepo.unillanos.edu.co/?p=205',0,'revision','',0),(206,1,'2025-12-10 21:22:38','2025-12-10 20:22:38','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->','Reservas','','inherit','closed','closed','','76-autosave-v1','','','2025-12-10 21:22:38','2025-12-10 20:22:38','',76,'https://campusrestrepo.unillanos.edu.co/?p=206',0,'revision','',0),(207,1,'2025-12-10 21:22:44','2025-12-10 20:22:44','<!-- wp:amelia/catalog-booking-gutenberg-block {\"location\":\"\",\"employee\":\"\"} -->\n<div class=\"wp-block-amelia-catalog-booking-gutenberg-block\">[ameliacatalogbooking]</div>\n<!-- /wp:amelia/catalog-booking-gutenberg-block -->','Reservas','','inherit','closed','closed','','76-revision-v1','','','2025-12-10 21:22:44','2025-12-10 20:22:44','',76,'https://campusrestrepo.unillanos.edu.co/?p=207',0,'revision','',0),(208,1,'2025-12-10 21:32:17','2025-12-10 20:32:17','<!-- wp:paragraph -->\n<p>aqui toda la info</p>\n<!-- /wp:paragraph -->','Reserva Creada','','publish','closed','closed','','reserva-creada','','','2025-12-10 21:33:03','2025-12-10 20:33:03','',0,'https://campusrestrepo.unillanos.edu.co/?page_id=208',0,'page','',0),(209,1,'2025-12-10 21:32:17','2025-12-10 20:32:17','','Reserva Creada','','inherit','closed','closed','','208-revision-v1','','','2025-12-10 21:32:17','2025-12-10 20:32:17','',208,'https://campusrestrepo.unillanos.edu.co/?p=209',0,'revision','',0),(210,1,'2025-12-10 21:33:03','2025-12-10 20:33:03','<!-- wp:paragraph -->\n<p>aqui toda la info</p>\n<!-- /wp:paragraph -->','Reserva Creada','','inherit','closed','closed','','208-revision-v1','','','2025-12-10 21:33:03','2025-12-10 20:33:03','',208,'https://campusrestrepo.unillanos.edu.co/?p=210',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(7,2,0),(9,3,0),(12,4,0),(81,4,0),(97,4,0),(146,4,0),(147,4,0),(148,4,0),(149,4,0),(150,4,0),(156,4,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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint unsigned NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'wp_theme','',0,1),(3,3,'wp_theme','',0,1),(4,4,'nav_menu','',0,9),(5,5,'mp-event_category','',0,0),(6,6,'mp-event_tag','',0,0),(7,7,'mpbc_property_category','',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Sin categoría','sin-categoria',0),(2,'twentytwentyfive','twentytwentyfive',0),(3,'blocksy','blocksy',0),(4,'Principal','principal',0),(5,'Visitas','visitas',0),(6,'Visitas','visitas',0),(7,'Visitas','visitas',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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` 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','sunrise'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','217'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"175.100.46.0\";}'),(19,1,'session_tokens','a:1:{s:64:\"2c7fb115caa3afacf82fb369bd65ad22a09e6cfad5972bdb93a44be89b0ae444\";a:4:{s:10:\"expiration\";i:1768141300;s:2:\"ip\";s:10:\"172.15.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1767968500;}}'),(20,1,'wp_persisted_preferences','a:5:{s:4:\"core\";a:2:{s:26:\"isComplementaryAreaVisible\";b:0;s:10:\"editorMode\";s:4:\"text\";}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-12-22T09:51:01.325Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:4:\"mpbc\";a:2:{s:21:\"propertyFormGuideDone\";b:1;s:23:\"hourlyPropertyGuideDone\";b:1;}}'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(23,1,'wp_user-settings','libraryContent=browse&editor=html&mfold=f'),(24,1,'wp_user-settings-time','1766397037'),(25,1,'elementor_admin_notices','a:1:{s:20:\"ally_pages_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),(26,1,'nav_menu_recently_edited','4'),(27,1,'elementor_introduction','a:1:{s:27:\"ai-get-started-announcement\";b:1;}'),(28,1,'essential-addons-for-elementor-lite_review_notice_dismissed','1'),(29,1,'king_addons_premium_notice_dismissed_time','1764019699'),(30,1,'wp_booking_listing_request_params','a:35:{s:15:\"wh_booking_type\";a:1:{i:0;s:1:\"0\";}s:11:\"wh_approved\";s:0:\"\";s:15:\"wh_booking_date\";a:1:{i:0;s:1:\"3\";}s:24:\"ui_wh_booking_date_radio\";i:0;s:23:\"ui_wh_booking_date_next\";i:0;s:24:\"ui_wh_booking_date_prior\";i:0;s:26:\"ui_wh_booking_date_checkin\";s:0:\"\";s:27:\"ui_wh_booking_date_checkout\";s:0:\"\";s:16:\"wh_what_bookings\";s:3:\"any\";s:20:\"wh_modification_date\";a:1:{i:0;s:1:\"3\";}s:29:\"ui_wh_modification_date_radio\";i:0;s:29:\"ui_wh_modification_date_prior\";i:0;s:31:\"ui_wh_modification_date_checkin\";s:0:\"\";s:32:\"ui_wh_modification_date_checkout\";s:0:\"\";s:7:\"keyword\";s:0:\"\";s:13:\"wh_pay_status\";a:1:{i:0;s:3:\"all\";}s:22:\"ui_wh_pay_status_radio\";s:0:\"\";s:23:\"ui_wh_pay_status_custom\";s:0:\"\";s:7:\"wh_cost\";s:0:\"\";s:8:\"wh_cost2\";s:0:\"\";s:7:\"wh_sort\";s:16:\"booking_id__desc\";s:8:\"wh_trash\";s:3:\"any\";s:8:\"page_num\";i:1;s:16:\"page_items_count\";i:10;s:19:\"ui_usr__send_emails\";s:4:\"send\";s:25:\"ui_usr__is_expand_remarks\";s:3:\"Off\";s:32:\"ui_usr__default_selected_toolbar\";s:7:\"filters\";s:8:\"ui_reset\";s:0:\"\";s:24:\"ui_usr__dates_short_wide\";s:5:\"short\";s:13:\"view_days_num\";i:90;s:17:\"scroll_start_date\";s:0:\"\";s:10:\"scroll_day\";i:0;s:12:\"scroll_month\";i:0;s:11:\"limit_hours\";s:0:\"\";s:21:\"only_booked_resources\";i:0;}'),(31,1,'wp_booking_availability_request_params','a:10:{s:11:\"resource_id\";i:1;s:18:\"dates_availability\";s:9:\"available\";s:37:\"ui_usr__availability_selected_toolbar\";s:4:\"info\";s:24:\"calendar__start_week_day\";s:1:\"0\";s:29:\"calendar__days_selection_mode\";s:7:\"dynamic\";s:30:\"calendar__view__visible_months\";i:12;s:29:\"calendar__view__months_in_row\";i:3;s:21:\"calendar__view__width\";s:4:\"100%\";s:25:\"calendar__view__max_width\";s:0:\"\";s:27:\"calendar__view__cell_height\";s:4:\"38px\";}'),(32,1,'wp_booking_setup_wizard_page_request_params','a:2:{s:12:\"current_step\";s:23:\"optional_other_settings\";s:11:\"resource_id\";i:1;}'),(33,1,'closedpostboxes_mpbc_notification','a:0:{}'),(34,1,'metaboxhidden_mpbc_notification','a:1:{i:0;s:7:\"slugdiv\";}'),(35,2,'nickname','admIn'),(36,2,'first_name',''),(37,2,'last_name',''),(38,2,'description',''),(39,2,'rich_editing','true'),(40,2,'syntax_highlighting','true'),(41,2,'comment_shortcuts','false'),(42,2,'admin_color','fresh'),(43,2,'use_ssl','0'),(44,2,'show_admin_bar_front','true'),(45,2,'locale',''),(46,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(47,2,'wp_user_level','10'),(48,2,'dismissed_wp_pointers',''),(49,2,'show_welcome_panel','1'),(50,2,'wp_dashboard_quick_press_last_post_id','131'),(51,2,'community-events-location','a:1:{s:2:\"ip\";s:10:\"181.79.7.0\";}'),(52,2,'session_tokens','a:2:{s:64:\"550db790480ccbde2b3435786db85c04fd46acf049f7459bba88098b45006b25\";a:4:{s:10:\"expiration\";i:1763570051;s:2:\"ip\";s:10:\"172.15.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";s:5:\"login\";i:1762360451;}s:64:\"27de395d057707913aad1c0566046d571997485b43140548c64217e6dcb9218b\";a:4:{s:10:\"expiration\";i:1763309844;s:2:\"ip\";s:10:\"172.15.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";s:5:\"login\";i:1763137044;}}'),(53,2,'wp_persisted_preferences','a:5:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:0;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-07-16T16:39:00.348Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:4:\"mpbc\";a:2:{s:21:\"propertyFormGuideDone\";b:1;s:23:\"hourlyPropertyGuideDone\";b:1;}}'),(54,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(55,2,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(56,2,'wp_user-settings','libraryContent=browse&editor=tinymce'),(57,2,'wp_user-settings-time','1762360692'),(58,2,'elementor_admin_notices','a:1:{s:20:\"ally_pages_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),(59,2,'nav_menu_recently_edited','4'),(60,2,'elementor_introduction','a:1:{s:27:\"ai-get-started-announcement\";b:1;}'),(61,2,'essential-addons-for-elementor-lite_review_notice_dismissed','1'),(62,2,'king_addons_premium_notice_dismissed_time','1762532426'),(63,2,'wp_booking_listing_request_params','a:35:{s:15:\"wh_booking_type\";a:1:{i:0;s:1:\"0\";}s:11:\"wh_approved\";s:0:\"\";s:15:\"wh_booking_date\";a:1:{i:0;s:1:\"3\";}s:24:\"ui_wh_booking_date_radio\";i:0;s:23:\"ui_wh_booking_date_next\";i:0;s:24:\"ui_wh_booking_date_prior\";i:0;s:26:\"ui_wh_booking_date_checkin\";s:0:\"\";s:27:\"ui_wh_booking_date_checkout\";s:0:\"\";s:16:\"wh_what_bookings\";s:3:\"any\";s:20:\"wh_modification_date\";a:1:{i:0;s:1:\"3\";}s:29:\"ui_wh_modification_date_radio\";i:0;s:29:\"ui_wh_modification_date_prior\";i:0;s:31:\"ui_wh_modification_date_checkin\";s:0:\"\";s:32:\"ui_wh_modification_date_checkout\";s:0:\"\";s:7:\"keyword\";s:0:\"\";s:13:\"wh_pay_status\";a:1:{i:0;s:3:\"all\";}s:22:\"ui_wh_pay_status_radio\";s:0:\"\";s:23:\"ui_wh_pay_status_custom\";s:0:\"\";s:7:\"wh_cost\";s:0:\"\";s:8:\"wh_cost2\";s:0:\"\";s:7:\"wh_sort\";s:16:\"booking_id__desc\";s:8:\"wh_trash\";s:3:\"any\";s:8:\"page_num\";i:1;s:16:\"page_items_count\";i:10;s:19:\"ui_usr__send_emails\";s:4:\"send\";s:25:\"ui_usr__is_expand_remarks\";s:3:\"Off\";s:32:\"ui_usr__default_selected_toolbar\";s:7:\"filters\";s:8:\"ui_reset\";s:0:\"\";s:24:\"ui_usr__dates_short_wide\";s:5:\"short\";s:13:\"view_days_num\";i:90;s:17:\"scroll_start_date\";s:0:\"\";s:10:\"scroll_day\";i:0;s:12:\"scroll_month\";i:0;s:11:\"limit_hours\";s:0:\"\";s:21:\"only_booked_resources\";i:0;}'),(64,2,'wp_booking_availability_request_params','a:10:{s:11:\"resource_id\";i:1;s:18:\"dates_availability\";s:9:\"available\";s:37:\"ui_usr__availability_selected_toolbar\";s:4:\"info\";s:24:\"calendar__start_week_day\";s:1:\"0\";s:29:\"calendar__days_selection_mode\";s:7:\"dynamic\";s:30:\"calendar__view__visible_months\";i:12;s:29:\"calendar__view__months_in_row\";i:3;s:21:\"calendar__view__width\";s:4:\"100%\";s:25:\"calendar__view__max_width\";s:0:\"\";s:27:\"calendar__view__cell_height\";s:4:\"38px\";}'),(65,2,'wp_booking_setup_wizard_page_request_params','a:2:{s:12:\"current_step\";s:23:\"optional_other_settings\";s:11:\"resource_id\";i:1;}'),(66,2,'closedpostboxes_mpbc_notification','a:0:{}'),(67,2,'metaboxhidden_mpbc_notification','a:1:{i:0;s:7:\"slugdiv\";}'),(68,1,'wp_elementor_enable_ai','1'),(69,1,'wp_booking_custom_add_booking_calendar_options','s:231:\"a:6:{s:21:\"calendar_months_count\";s:1:\"1\";s:28:\"calendar_months_num_in_1_row\";s:1:\"0\";s:14:\"calendar_width\";s:1:\"0\";s:19:\"calendar_widthunits\";s:2:\"px\";s:20:\"calendar_cell_height\";s:1:\"0\";s:25:\"calendar_cell_heightunits\";s:2:\"px\";}\";');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int NOT NULL DEFAULT '0',
  `display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','b7fd843cce2726c2295c5d8f862a04b3','admin','[email protected]','https://campusrestrepo.unillanos.edu.co','2025-06-25 18:33:56','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

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

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-05-12 14:44:27

Youez - 2016 - github.com/yon3zu
LinuXploit